commit nested for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package nested for openSUSE:Factory checked 
in at 2017-10-23 16:52:17

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


Package is "nested"

Mon Oct 23 16:52:17 2017 rev:10 rq:535774 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/nested/nested.changes2017-09-25 
13:59:52.370981689 +0200
+++ /work/SRC/openSUSE:Factory/.nested.new/nested.changes   2017-10-23 
16:52:43.318284958 +0200
@@ -1,0 +2,5 @@
+Sun Oct 22 07:48:33 UTC 2017 - bwiedem...@suse.com
+
+- Add nested-1.4-reproducible-mo-file.patch to make builds reproducible
+
+---

New:

  nested-1.4-reproducible-mo-file.patch



Other differences:
--
++ nested.spec ++
--- /var/tmp/diff_new_pack.GawaGY/_old  2017-10-23 16:52:47.162105064 +0200
+++ /var/tmp/diff_new_pack.GawaGY/_new  2017-10-23 16:52:47.162105064 +0200
@@ -31,8 +31,10 @@
 Url:https://github.com/carlos-jenkins/nested
 Source0:
https://github.com/carlos-jenkins/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:%{name}.desktop
-# PATCH-FIX-UPSTREAM reproducible.patch -- allow for reproducible builds
+# PATCH-FIX-UPSTREAM reproducible.patch -- fixed copyright year for 
reproducible builds
 Patch0: reproducible.patch
+# PATCH-FIX-UPSTREAM sort po files for reproducible builds
+Patch1: nested-1.4-reproducible-mo-file.patch
 Source2:%{name}.rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  python-devel
@@ -56,6 +58,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 python setup.py build

++ nested-1.4-reproducible-mo-file.patch ++
https://github.com/carlos-jenkins/nested/pull/1

commit 53e84ac4d75de6b3c7027a2d9a0d24ed96d6f998
Author: Bernhard M. Wiedemann 
Date:   Sun Oct 22 09:30:24 2017 +0200

Sort list of .po files

so that package builds always give the same result
See https://reproducible-builds.org/ for why this is good.

Without this patch,
/usr/share/locale/ru_RU/LC_MESSAGES/nested.mo
(and possibly others) would sometimes differ as seen in
http://rb.zq1.de/compare.factory-20171017/nested-compare.out

diff --git a/l10n/compile_mo.py b/l10n/compile_mo.py
index 2301f10..b91c978 100755
--- a/l10n/compile_mo.py
+++ b/l10n/compile_mo.py
@@ -19,7 +19,7 @@ def build_mo_files():
 shutil.rmtree(locale_dir)
 os.mkdir(locale_dir)
 
-available_langs = os.listdir(po_dir)
+available_langs = sorted(os.listdir(po_dir))
 available_langs = filter(lambda file: file.endswith('.po'), 
available_langs)
 available_langs = map(lambda file: file[:-3], available_langs)
 
++ reproducible.patch ++
--- /var/tmp/diff_new_pack.GawaGY/_old  2017-10-23 16:52:47.218102444 +0200
+++ /var/tmp/diff_new_pack.GawaGY/_new  2017-10-23 16:52:47.218102444 +0200
@@ -1,8 +1,21 @@
-Index: nested-1.4/nested/examples/Manpage/Manpage.t2t
-===
 nested-1.4.orig/nested/examples/Manpage/Manpage.t2t
-+++ nested-1.4/nested/examples/Manpage/Manpage.t2t
-@@ -246,5 +246,5 @@ http://sourceforge.net/p/nestededitor/ti
+https://github.com/carlos-jenkins/nested/pull/2
+
+commit 2990f8a6fbb3b72a9cfa45235d1fed091965ebf9
+Author: Bernhard M. Wiedemann 
+Date:   Sun Oct 22 09:36:19 2017 +0200
+
+Do not claim copyright for future years
+
+e.g. when building this in 2018, it would claim copyright for 2018
+without any author having done anything
+
+This also helps to make this package build reproducibly.
+
+diff --git a/nested/examples/Manpage/Manpage.t2t 
b/nested/examples/Manpage/Manpage.t2t
+index 2082a68..a32628a 100644
+--- a/nested/examples/Manpage/Manpage.t2t
 b/nested/examples/Manpage/Manpage.t2t
+@@ -246,5 +246,5 @@ http://sourceforge.net/p/nestededitor/tickets/
  
  = COPYRIGHT =[copyright]
  




commit irssi for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package irssi for openSUSE:Factory checked 
in at 2017-10-23 16:52:24

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


Package is "irssi"

Mon Oct 23 16:52:24 2017 rev:47 rq:535800 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/irssi/irssi.changes  2017-07-08 
12:35:51.982039365 +0200
+++ /work/SRC/openSUSE:Factory/.irssi.new/irssi.changes 2017-10-23 
16:52:56.52956 +0200
@@ -1,0 +2,25 @@
+Sun Oct 22 13:46:51 UTC 2017 - ailin.ne...@gmail.com
+
+- update to 1.0.5 (boo#1064540)
+  - Fix missing -sasl_method '' in /NETWORK (#718, #719).
+  - Fix incorrect restoration of term state when hitting SUSP
+inside screen (#737, #733).
+  - Fix out of bounds read when compressing colour
+sequences. Found by Hanno Böck (GL#12, GL!18). CVE-2017-15228
+  - Fix use after free condition during a race condition when
+waiting on channel sync during a rejoin (GL#13, GL!19).
+CVE-2017-15227
+  - Fix null pointer dereference when parsing certain malformed
+CTCP DCC messages (GL#14, GL!20).
+CVE-2017-15721
+  - Fix crash due to null pointer dereference when failing to
+split messages due to overlong nick or target (GL#15, GL!21).
+CVE-2017-15723
+  - Fix out of bounds read when trying to skip a safe channel ID
+without verifying that the ID is long enough (GL#16, GL!22).
+CVE-2017-15722
+  - Fix return of random memory when inet_ntop failed (#769).
+  - Minor statusbar help update. By Robert Bisewski (#758,
+#763).
+
+---

Old:

  irssi-1.0.4.tar.xz
  irssi-1.0.4.tar.xz.asc

New:

  irssi-1.0.5.tar.xz
  irssi-1.0.5.tar.xz.asc



Other differences:
--
++ irssi.spec ++
--- /var/tmp/diff_new_pack.8HpLH2/_old  2017-10-23 16:52:57.301630527 +0200
+++ /var/tmp/diff_new_pack.8HpLH2/_new  2017-10-23 16:52:57.305630340 +0200
@@ -18,13 +18,13 @@
 
 %bcond_with socks
 Name:   irssi
-Version:1.0.4
+Version:1.0.5
 Release:0
 #
 Summary:Modular, Secure, and Well Designed IRC Client
+#
 License:GPL-2.0+
 Group:  Productivity/Networking/IRC
-#
 Url:http://www.irssi.org
 Source: 
https://github.com/irssi/irssi/releases/download/%{version}/irssi-%{version}.tar.xz
 Source1:irssi.desktop

++ irssi-1.0.4.tar.xz -> irssi-1.0.5.tar.xz ++
 1964 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/irssi-1.0.4/ChangeLog new/irssi-1.0.5/ChangeLog
--- old/irssi-1.0.4/ChangeLog   2017-07-05 21:25:31.0 +0200
+++ new/irssi-1.0.5/ChangeLog   2017-10-20 17:16:49.0 +0200
@@ -1,3 +1,53 @@
+commit 7a770022be9a77aeda7af4b7090fb780a23c3b4e
+Author: ailin-nemui 
+Date:   Fri Oct 20 17:15:30 2017 +0200
+
+tag as 1.0.5
+
+commit eef318301421b0ade7f184543f7165df583744c2
+Author: ailin-nemui 
+Date:   Fri Oct 13 17:14:47 2017 +0200
+
+Merge pull request #769 from horgh/horgh/error-check-server-connect
+
+Set host to an empty string on error
+
+commit 404eb0995e3b3ac87d59430250644827a421ed23
+Author: ailin-nemui 
+Date:   Sun Oct 8 18:50:19 2017 +0200
+
+Merge pull request #763 from rbisewski/master
+
+Improvements to statusbar documentation and help text.
+
+commit dd53f3fc9601e3d6a07dffe85b985f309a4e87a1
+Author: ailin-nemui 
+Date:   Thu Aug 10 16:49:32 2017 +0200
+
+Merge pull request #737 from ailin-nemui/fix-733
+
+Revert "Merge pull request #452 from LemonBoy/terminfo-cup"
+
+commit d2ccea03d4bc7dd76b5cdf2df64e2416858fe014
+Author: ailin-nemui 
+Date:   Wed Jul 26 10:57:05 2017 +0200
+
+Merge pull request #719 from LemonBoy/sasl-disable-none
+
+Setting sasl_mechanism to '' disables the auth
+
+commit 43e44d553d44e313003cee87e6ea5e24d68b84a1
+Author: Nei 
+Date:   Fri Oct 20 13:31:26 2017 +
+
+Merge branch 'security' into 'master'
+
+Security
+
+Closes GL#12, GL#13, GL#14, GL#15, GL#16
+
+See merge request irssi/irssi!23
+
 commit 527c19803b56cc0ec84050ca63d992fbecadac1e
 Author: Ailin Nemui 
 Date:   Wed Jul 5 17:12:30 2017 +0200
diff -urN 

commit go1.4 for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package go1.4 for openSUSE:Factory checked 
in at 2017-10-23 16:53:18

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


Package is "go1.4"

Mon Oct 23 16:53:18 2017 rev:4 rq:535894 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/go1.4/go1.4.changes  2017-10-17 
01:53:51.546665597 +0200
+++ /work/SRC/openSUSE:Factory/.go1.4.new/go1.4.changes 2017-10-23 
16:53:41.207575694 +0200
@@ -1,0 +2,6 @@
+Sat Oct 21 11:44:02 UTC 2017 - asa...@suse.com
+
+- Install $GOROOT/lib packages, to include upstream files such as the timezone
+  database. bsc#1064522
+
+---



Other differences:
--
++ go1.4.spec ++
--- /var/tmp/diff_new_pack.FFMiBy/_old  2017-10-23 16:53:42.219528335 +0200
+++ /var/tmp/diff_new_pack.FFMiBy/_new  2017-10-23 16:53:42.227527960 +0200
@@ -175,10 +175,12 @@
 for i in $(ls %{buildroot}%{_datadir}/%{name}/src);do
   ln -s %{_datadir}/%{name}/src/$i $GOROOT/src/$i
 done
+# add lib files that are needed (such as the timezone database).
+install -d $GOROOT/lib
+find lib -type f -exec install -D -m644 {} $GOROOT/{} \;
 
 # copy document templates, packages, obj libs and command utilities
 mkdir -p $GOROOT/bin
-mkdir -p $GOROOT/lib
 mv pkg $GOROOT
 mv bin/* $GOROOT/bin
 rm -f $GOROOT/bin/{hgpatch,quietgcc}




commit rubygem-daemons for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package rubygem-daemons for openSUSE:Factory 
checked in at 2017-10-23 16:52:56

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


Package is "rubygem-daemons"

Mon Oct 23 16:52:56 2017 rev:12 rq:535850 version:1.2.5

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-daemons/rubygem-daemons.changes  
2016-08-25 09:55:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-daemons.new/rubygem-daemons.changes 
2017-10-23 16:53:35.247854615 +0200
@@ -1,0 +2,10 @@
+Mon Oct 23 05:47:31 UTC 2017 - mschnit...@suse.com
+
+- updated to version 1.2.5
+
+  == Release 1.2.5: October 22, 2017
+
+  * In Application#stop, call zap, not cleanup on the pidfile (thanks to 
wevanscfi)
+  * Use File.expand_path on and output and log files (thanks to Dave Harris)
+
+---

Old:

  daemons-1.2.4.gem

New:

  daemons-1.2.5.gem



Other differences:
--
++ rubygem-daemons.spec ++
--- /var/tmp/diff_new_pack.bmOHxa/_old  2017-10-23 16:53:35.671834772 +0200
+++ /var/tmp/diff_new_pack.bmOHxa/_new  2017-10-23 16:53:35.675834584 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-daemons
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-daemons
-Version:1.2.4
+Version:1.2.5
 Release:0
 %define mod_name daemons
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/thuehlinger/daemons
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:A toolkit to create and control daemons in different ways
 License:MIT

++ daemons-1.2.4.gem -> daemons-1.2.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE new/LICENSE
--- old/LICENSE 2016-08-02 20:22:22.0 +0200
+++ new/LICENSE 2017-10-22 19:12:58.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2005-2016 Thomas Uehlinger, 2014-2016 Aaron Stone
+Copyright (c) 2005-2017 Thomas Uehlinger, 2014-2016 Aaron Stone
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-08-02 20:22:22.0 +0200
+++ new/README.md   2017-10-22 19:12:58.0 +0200
@@ -1,6 +1,6 @@
 Ruby Daemons
 
-[![Code 
Climate](https://codeclimate.com/github/acuppy/daemons/badges/gpa.svg)](https://codeclimate.com/github/acuppy/daemons)[![Test
 
Coverage](https://circleci.com/gh/acuppy/daemons.svg?style=shield=a4f96fd41f7682661d6543e30207427ac8870c0d)](https://circleci.com/gh/acuppy/daemons)
+[![Build 
Status](https://travis-ci.org/thuehlinger/daemons.svg?branch=master)](https://travis-ci.org/thuehlinger/daemons)[![Code
 
Climate](https://codeclimate.com/github/acuppy/daemons/badges/gpa.svg)](https://codeclimate.com/github/acuppy/daemons)[![Test
 
Coverage](https://circleci.com/gh/acuppy/daemons.svg?style=shield=a4f96fd41f7682661d6543e30207427ac8870c0d)](https://circleci.com/gh/acuppy/daemons)
 
 Daemons provides an easy way to wrap existing ruby scripts (for example a 
self-written server)
 to be _run as a daemon_ and to be _controlled by simple start/stop/restart 
commands_.
@@ -204,4 +204,4 @@
 Author
 --
 
-Written 2005-2016 by Thomas Uehlinger, 2014-2016 by Aaron Stone.
+Written 2005-2017 by Thomas Uehlinger, 2014-2016 by Aaron Stone.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Releases new/Releases
--- old/Releases2016-08-02 20:22:22.0 +0200
+++ new/Releases2017-10-22 19:12:58.0 +0200
@@ -1,5 +1,10 @@
 = Daemons Release History
 
+== Release 1.2.5: October 22, 2017
+
+* In Application#stop, call zap, not cleanup on the pidfile (thanks to 
wevanscfi)
+* Use File.expand_path on and output and log files (thanks to Dave Harris)
+
 == Release 1.2.4: August 1, 2016
 
 * add :shush option
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/daemons/application.rb 

commit calamares for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package calamares for openSUSE:Factory 
checked in at 2017-10-23 16:53:28

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


Package is "calamares"

Mon Oct 23 16:53:28 2017 rev:2 rq:535909 version:3.1.6

Changes:

--- /work/SRC/openSUSE:Factory/calamares/calamares.changes  2017-10-13 
14:20:24.344837003 +0200
+++ /work/SRC/openSUSE:Factory/.calamares.new/calamares.changes 2017-10-23 
16:53:49.587183516 +0200
@@ -1,0 +2,7 @@
+Mon Oct 23 07:45:22 UTC 2017 - opensuse.lietuviu.ka...@gmail.com
+
+- Update to Calamares 3.1.6:
+  - fixes two regressions introduced in 3.1.5
+  - improving timezone selection in northern locations.
+
+---

Old:

  calamares-3.1.5.tar.gz

New:

  calamares-3.1.6.tar.gz



Other differences:
--
++ calamares.spec ++
--- /var/tmp/diff_new_pack.EKyGTc/_old  2017-10-23 16:53:50.995117606 +0200
+++ /var/tmp/diff_new_pack.EKyGTc/_new  2017-10-23 16:53:50.999117420 +0200
@@ -16,9 +16,10 @@
 
 %define _sover  3
 Name:   calamares
-Version:3.1.5
+Version:3.1.6
 Release:0
 Summary:Installer from a live CD/DVD/USB to disk
+Group:  System/Management
 License:GPL-3.0
 Url:http://calamares.io/
 Source0:
https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
@@ -119,6 +120,7 @@
 
 %packagewebview
 Summary:Calamares webview module
+Group:  System/Management
 Requires:   %{name}%{?_isa} = %{version}
 
 %descriptionwebview
@@ -127,7 +129,7 @@
 
 %package branding-upstream
 Summary:Branding for %{name}
-Group:  System/X11/Utilities
+Group:  System/Management
 # This theme is nor pure upstream, nor specific to openSUSE,
 # but is close to upstream
 Supplements:packageand(%name:branding-upstream)

++ calamares-3.1.5.tar.gz -> calamares-3.1.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calamares-3.1.5/CMakeLists.txt 
new/calamares-3.1.6/CMakeLists.txt
--- old/calamares-3.1.5/CMakeLists.txt  2017-09-25 17:13:33.0 +0200
+++ new/calamares-3.1.6/CMakeLists.txt  2017-10-13 21:45:37.0 +0200
@@ -50,7 +50,7 @@
 
 # Clang warnings: doing *everything* is counter-productive, since it warns
 # about things which we can't fix (e.g. C++98 incompatibilities, but
-# Calaares is C++14).
+# Calamares is C++14).
 foreach( CLANG_WARNINGS
 -Weverything
 -Wno-c++98-compat
@@ -88,6 +88,8 @@
 set( SUPPRESS_BOOST_WARNINGS "" )
 endif()
 
+# Use mark_thirdparty_code() to reduce warnings from the compiler
+# on code that we're not going to fix. Call this with a list of files.
 macro(mark_thirdparty_code)
 set_source_files_properties( ${ARGV}
 PROPERTIES
@@ -164,7 +166,7 @@
 ### Bump version here
 set( CALAMARES_VERSION_MAJOR 3 )
 set( CALAMARES_VERSION_MINOR 1 )
-set( CALAMARES_VERSION_PATCH 5 )
+set( CALAMARES_VERSION_PATCH 6 )
 set( CALAMARES_VERSION_RC 0 )
 
 set( CALAMARES_VERSION 
${CALAMARES_VERSION_MAJOR}.${CALAMARES_VERSION_MINOR}.${CALAMARES_VERSION_PATCH}
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/calamares-3.1.5/CMakeModules/CalamaresAddModuleSubdirectory.cmake 
new/calamares-3.1.6/CMakeModules/CalamaresAddModuleSubdirectory.cmake
--- old/calamares-3.1.5/CMakeModules/CalamaresAddModuleSubdirectory.cmake   
2017-09-25 17:13:33.0 +0200
+++ new/calamares-3.1.6/CMakeModules/CalamaresAddModuleSubdirectory.cmake   
2017-10-13 21:45:37.0 +0200
@@ -6,9 +6,12 @@
 function( calamares_add_module_subdirectory )
 set( SUBDIRECTORY ${ARGV0} )
 
+set( MODULE_CONFIG_FILES "" )
+
 # If this subdirectory has a CMakeLists.txt, we add_subdirectory it...
 if( EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${SUBDIRECTORY}/CMakeLists.txt" )
 add_subdirectory( ${SUBDIRECTORY} )
+file( GLOB MODULE_CONFIG_FILES RELATIVE 
${CMAKE_CURRENT_SOURCE_DIR}/${SUBDIRECTORY} "${SUBDIRECTORY}/*.conf" )
 # ...otherwise, we look for a module.desc.
 elseif( EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${SUBDIRECTORY}/module.desc" )
 set( MODULES_DIR ${CMAKE_INSTALL_LIBDIR}/calamares/modules )
@@ -39,7 +42,7 @@
 #message( "   ${Green}FILES:${ColorReset} ${MODULE_FILES}" )
 message( "   ${Green}MODULE_DESTINATION:${ColorReset} 
${MODULE_DESTINATION}" )
 if( MODULE_CONFIG_FILES )
-if (INSTALL_CONFIG)
+if ( INSTALL_CONFIG )
 message( "   

commit cacti-spine for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2017-10-23 16:53:00

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


Package is "cacti-spine"

Mon Oct 23 16:53:00 2017 rev:6 rq:535851 version:1.1.27

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2017-10-17 
01:52:47.629659375 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2017-10-23 16:53:35.891824476 +0200
@@ -1,0 +2,6 @@
+Mon Oct 23 05:46:57 UTC 2017 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.27
+  * feature: release to match Cacti release 
+
+---

Old:

  1.1.26.tar.gz

New:

  1.1.27.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.P0A6i5/_old  2017-10-23 16:53:36.319804447 +0200
+++ /var/tmp/diff_new_pack.P0A6i5/_new  2017-10-23 16:53:36.319804447 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.26
+Version:1.1.27
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.26.tar.gz -> 1.1.27.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.26/ChangeLog 
new/spine-release-1.1.27/ChangeLog
--- old/spine-release-1.1.26/ChangeLog  2017-10-14 02:30:14.0 +0200
+++ new/spine-release-1.1.27/ChangeLog  2017-10-22 16:38:42.0 +0200
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.27
+-feature: release to match Cacti release
+
 1.1.26
 -feature: release to match Cacti release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.26/configure.ac 
new/spine-release-1.1.27/configure.ac
--- old/spine-release-1.1.26/configure.ac   2017-10-14 02:30:14.0 
+0200
+++ new/spine-release-1.1.27/configure.ac   2017-10-22 16:38:42.0 
+0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.26, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.27, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)




commit ocfs2-tools for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package ocfs2-tools for openSUSE:Factory 
checked in at 2017-10-23 16:53:24

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


Package is "ocfs2-tools"

Mon Oct 23 16:53:24 2017 rev:68 rq:535897 version:1.8.5

Changes:

--- /work/SRC/openSUSE:Factory/ocfs2-tools/ocfs2-tools.changes  2017-09-12 
19:56:01.257795459 +0200
+++ /work/SRC/openSUSE:Factory/.ocfs2-tools.new/ocfs2-tools.changes 
2017-10-23 16:53:44.723411151 +0200
@@ -1,0 +2,5 @@
+Mon Oct 23 14:25:30 UTC 2017 - g...@suse.com
+
+- Fix dependencies problem between ocfs2-tools and ocfs2-kmp (bsc#1060601)
+
+---



Other differences:
--
++ ocfs2-tools.spec ++
--- /var/tmp/diff_new_pack.NNqcPZ/_old  2017-10-23 16:53:45.479375770 +0200
+++ /var/tmp/diff_new_pack.NNqcPZ/_new  2017-10-23 16:53:45.479375770 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocfs2-tools
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -65,9 +65,7 @@
 Requires:   modutils
 Requires:   net-tools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} < 1320
 Recommends: ocfs2-kmp
-%endif
 %if 0%{?suse_version} >= 1315
%define systemd_enabled 1
 %else




commit ppc64-diag for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package ppc64-diag for openSUSE:Factory 
checked in at 2017-10-23 16:53:35

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


Package is "ppc64-diag"

Mon Oct 23 16:53:35 2017 rev:39 rq:535938 version:2.7.4

Changes:

--- /work/SRC/openSUSE:Factory/ppc64-diag/ppc64-diag.changes2017-03-02 
19:43:20.460648859 +0100
+++ /work/SRC/openSUSE:Factory/.ppc64-diag.new/ppc64-diag.changes   
2017-10-23 16:53:52.927027170 +0200
@@ -1,0 +2,18 @@
+Fri Oct 20 09:43:36 UTC 2017 - jloe...@suse.com
+
+- version update to 2.7.4 (fate#35)
+
+- modified patches:
+  * ppc64-diag.varunused.patch
+
+- removed patches:
+  * ppc64-diag.opal_errd.patch
+  * ppc64-diag.rtas_errd.patch
+
+---
+Wed Sep  6 11:34:03 UTC 2017 - jloe...@suse.com
+
+- add missing references for SLE merge:
+  * bsc#931001
+
+---
@@ -25 +43 @@
-- Update to 2.7.1
+- Update to 2.7.1 (bsc#979032)

Old:

  ppc64-diag-2.7.3.tar.gz
  ppc64-diag.opal_errd.patch
  ppc64-diag.rtas_errd.patch

New:

  ppc64-diag-2.7.4.tar.gz



Other differences:
--
++ ppc64-diag.spec ++
--- /var/tmp/diff_new_pack.U0wxG4/_old  2017-10-23 16:53:53.566997211 +0200
+++ /var/tmp/diff_new_pack.U0wxG4/_new  2017-10-23 16:53:53.570997024 +0200
@@ -18,42 +18,41 @@
 
 Url:http://sourceforge.net/projects/linux-diag/files/ppc64-diag
 Name:   ppc64-diag
-Version:2.7.3
+Version:2.7.4
 Release:0
 Summary:Linux for Power Platform Diagnostics
 License:GPL-2.0+
 Group:  System/Monitoring
 ExclusiveArch:  ppc ppc64 ppc64le
-%if 0%{?suse_version} >= 1210
-BuildRequires:  systemd-rpm-macros
-%{?systemd_requires}
-%define has_systemd 1
-%endif
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  gcc-c++
-BuildRequires:  librtas-devel
+BuildRequires:  librtas-devel >= 1.4.0
 BuildRequires:  libservicelog-devel
+BuildRequires:  libtool
 BuildRequires:  libudev-devel
 BuildRequires:  libvpd2-devel
 BuildRequires:  ncurses-devel
+BuildRequires:  perl
 BuildRequires:  sqlite3-devel
-Requires:   lsvpd
-Requires:   powerpc-utils >= 1.2.15
+BuildRequires:  systemd-rpm-macros
+Requires:   cron
 Requires:   servicelog
+Requires:   systemd
+# License change
+Requires:   powerpc-utils >= 1.3.2
+# Light Path Diagnostics depends on below lsvpd version.
+Requires:   lsvpd >= 1.7.1
 # autoselect the package on systems which have the /vdevice/IBM,sp node
 # All pSeries POWER5 and later have this property
 Supplements:modalias(vio:TIBM*spS*)
-PreReq: %insserv_prereq
 PreReq: aaa_base
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://downloads.sourceforge.net/project/linux-diag/ppc64-diag/v%{version}/%{name}-%{version}.tar.gz
-#PATCH-FIX-OPENSUSE - ppc64-diag.rtas_errd.patch - fix rtas_errd initscript to 
comply with openSUSE standards
-Patch1: %{name}.rtas_errd.patch
 #PATCH-FIX-OPENSUSE - ppc64-diag.varunused.patch - fix unused variables
-Patch2: %{name}.varunused.patch
-#PATCH-FIX-OPENSUSE - ppc64-diag.opal_errd.patch - fix opal_errd initscript to 
comply with openSUSE standards
-Patch3: %{name}.opal_errd.patch
+Patch1: %{name}.varunused.patch
 
 %description
 This package contains various diagnostic tools for PowerLinux.
@@ -72,17 +71,12 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
-%if 0%{?has_systemd}
-  sed -i '/LIBEXEC_DIR/c\LIBEXEC_DIR = \%{_libexecdir}' rules.mk
-  sed -i 's@/usr/libexec/ppc64-diag@%{_libexecdir}@g' scripts/opal_errd.service
-  sed -i 's@/usr/libexec/ppc64-diag@%{_libexecdir}@g' scripts/rtas_errd.service
-%else
-  sed -i '/LIBEXEC_DIR/c\LIBEXEC_DIR = \%{_initddir}' rules.mk
-%endif
+sed -i 's@/usr/libexec/ppc64-diag@%{_libexecdir}@g' scripts/opal_errd.service
+sed -i 's@/usr/libexec/ppc64-diag@%{_libexecdir}@g' scripts/rtas_errd.service
+./autogen.sh
+%configure
 make
 
 %install
@@ -90,22 +84,20 @@
 chmod 644 $RPM_BUILD_ROOT/etc/ppc64-diag/servevent_parse.pl
 mkdir $RPM_BUILD_ROOT/etc/ppc64-diag/ses_pages
 ln -sf /usr/sbin/usysattn $RPM_BUILD_ROOT/usr/sbin/usysfault
-%if 0%{?has_systemd}
-  mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
-  install -D -m0644 scripts/rtas_errd.service %{buildroot}%{_unitdir}/
-  install -D -m0644 scripts/opal_errd.service %{buildroot}%{_unitdir}/
-  ln -s /sbin/service %{buildroot}/usr/sbin/rcrtas_errd
-  ln -s /sbin/service %{buildroot}/usr/sbin/rcopal_errd
-%else
-  pushd $RPM_BUILD_ROOT/etc/init.d
-  ln -s 

commit gnu_parallel for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package gnu_parallel for openSUSE:Factory 
checked in at 2017-10-23 16:53:34

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


Package is "gnu_parallel"

Mon Oct 23 16:53:34 2017 rev:40 rq:535926 version:20171022

Changes:

--- /work/SRC/openSUSE:Factory/gnu_parallel/gnu_parallel.changes
2017-10-06 11:04:35.506986211 +0200
+++ /work/SRC/openSUSE:Factory/.gnu_parallel.new/gnu_parallel.changes   
2017-10-23 16:53:51.587089895 +0200
@@ -1,0 +2,7 @@
+Mon Oct 23 07:31:32 UTC 2017 - astie...@suse.com
+
+- update to 20171022:
+  * Initial support for XDG Base Directory $XDG_* environment
+variables
+
+---

Old:

  parallel-20170922.tar.bz2
  parallel-20170922.tar.bz2.sig

New:

  parallel-20171022.tar.bz2
  parallel-20171022.tar.bz2.sig



Other differences:
--
++ gnu_parallel.spec ++
--- /var/tmp/diff_new_pack.gucQUe/_old  2017-10-23 16:53:52.123064805 +0200
+++ /var/tmp/diff_new_pack.gucQUe/_new  2017-10-23 16:53:52.127064618 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnu_parallel
-Version:20170922
+Version:20171022
 Release:0
 Summary:Shell tool for executing jobs in parallel
 License:GPL-3.0+

++ parallel-20170922.tar.bz2 -> parallel-20171022.tar.bz2 ++
 2269 lines of diff (skipped)

++ parallel-20170922.tar.bz2.sig -> parallel-20171022.tar.bz2.sig ++
--- /work/SRC/openSUSE:Factory/gnu_parallel/parallel-20170922.tar.bz2.sig   
2017-10-06 11:04:35.890928143 +0200
+++ /work/SRC/openSUSE:Factory/.gnu_parallel.new/parallel-20171022.tar.bz2.sig  
2017-10-23 16:53:51.655086712 +0200
@@ -2,41 +2,40 @@
 
 # To check the signature run:
 #  echo | gpg
-#  gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve 
parallel-20170922.tar.bz2.sig
+#  gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve 
parallel-20171022.tar.bz2.sig
 
 echo | gpg 2>/dev/null
 gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $0
 exit $?
 
 -BEGIN PGP SIGNATURE-
-Version: GnuPG v1
 
-iQTwBAABCgAGBQJZxEXdAAoJENGrRRaIiIiIQ/8mn3nGsamPyFseGcHWlpE0ztpg
-JLsCRNTWm4jCn7WZqi+EGd1jzEPXWzC0FJBnPevj3l1U8M4ajY8GxcvNDsZEbM0z
-+1xJFNJaPDOeRECFy/NldWWhdcomlXDeaf5F53UCOMpqfr3KcfFlVfdyY6cB36Uc
-HBX+TOG8eesJDfuv8fyN0xWhla/V9Knehz0Yqmyj5VdtDqYYlZKliyNqo6xHmhJC
-d38K/FCwEADAiLljZg5nCm0PqIZp4S1TVypUTVcv/tLPwbeJN2j9qknUeP+8y/eJ
-AFhDvUzZMfUvOC1n88YeSz7Y+DSiu1WpLMoRrIlVVWouC6zQiRTjD94H3v6T88nY
-M99yaF2auuD6tw8Ee2Oh7TzHBlh+Mcbk17IiaR9S1iNjRk551FzTfuJdH1avf66G
-WzF0FsSay4XIacirCNa1cBgPeMqkwTpNdNk0EBrcw5Gk5mmJ2LHCo9DP+ckVRlMd
-SD48wj5JpGsgqAJ/eQg+dRE/UwWXZB41qPpldeCnTJunofyDJ996T039WE4Ljuqa
-4lPvxnEEZlEe73+DOoO4/xgwGjiMP2bW5KwavY8htB0uFuU8MsynLxFkLWQYHOAJ
-4/JQxTTIi0ungi/4L+aUa/eY0sj+dC2njxAQFXLlYkipf4sZLiAhREWYIYd9/Kx7
-zWGHV5xYsoykHxPxpJ/xUEGilxdbBunOdCra44txG4mZQAn16kitJ26ffprVpdOt
-mS0gftY4fmECZbrv2C61gH8zuxsTfPw0kNRt+GUID7IfLBR5hjwqKbrx/eJ87EVy
-uBdOvONkuhEeSp3osM/fqp/mTjGt9u8CPg3ivsLqPyizIw3hT492IeQCydl0eXZv
-TL1YBXbMb6vGRiDc/Xoi1pJTrl3B9Tn8MRupcs7bnrhcng5C1/eTd5SedQs5kkCq
-E7XfsBpmHRp2qwWQmAdyjgfmwkx8mIhwPqlvCS0p0UptK3ezVRn5GaMC8eslUjbP
-LyFAOZaDnGzWF4TSUYjelzJ3HlIUuI7EWjcGNLNd4KlfzkRRg5qnsU5zdx3n8aK4
-zeI30qFT3iT8f23oElW5QDql/jTxDKUi1GLFslNtIhv8K/QIJHG7lktczdWRclHq
-W6HaxC1dIuU9WeX+Xdftu7ROsCPDNuBFEd1XRCp9dw1DvexAbZ/nQm1zPNdDWvmZ
-/WyWBsugdwFzEmyWUnoDBfT6XXzD6ofEiXsrusNyBmKscfo7w0ann2tcD1Rhiqs7
-VJWp+3ZJn002iG8jS8CQXDHsaLtc7P/ve3N7c0ObsKV3d7Rd+3Tba07/vPfBfnux
-YQyoplS6RHPM2mmp2k3HaVfkLgm6VZ95dEHByXUCh6jqRFLZd58sgrDEt0GZfdJC
-U+zpZ6dfHA3EmcLDHuooUyY2am8Paz6IqZFjSMbEtuTdxs7c/ilfvZzABAFYSwui
-5v5ITHqezfqJHV2Cg4VvKJxYJbMix4V8A6tQtPLAsF0AkhEQfaQPy5oTJEc9nwV7
-daDyranodYGTBMJ4N+jy2NH+7VZ2Tqcz6f1BdCKfWYMk0HcgHmip69dUwdEgM7et
-OxVGql+0dYC4u0XhRILWmbJdzkzvtzmILaWwX2KzfrtsuRVQ/q9cYcQEkf4dmJrv
-MD49HOCG9uNNArpuwQ2n4zdrCA==
-=bWhQ
+iQTwBAABCgAGBQJZ7EdfAAoJENGrRRaIiIiIFOgmoJ9IAgj0mSoZAZkFLVk6udAN
+rOonpzrwOvD85imwOuKz1vahjxiYZ4pNALOOSMVJcIgy9zLRatOuTZ4Z5zA1Hm/w
+pa6Dyc+N57Fua9iGCZelbDPSXBsbrUvhtl+6XWDDr3j2XbbZExpR46S7kqE5wr5G
+wTSNJ0mc5UPDdGCt/MbgU2VkKR9kdWTr5WmnFOG67U1IA6fFSmCBtkACiFJuYD8c
+B1s01JQE3QlajWXqfLFRUJFSB1SVCC6ta9fy8H4LUdSJ247Ptbn3+oatUAA6zxHC
+2mYaxgVQlStIA3A7hqGB/klAbtIRZT8cccGTgn6IvOkGeDIYYX0r2nhtYw/ie5F3
+rgllLT50rffUFP6//C4L1YH1raCZIRIxPujcyP5GWuP2qYsa6aQeBAGwOhkojCAQ
+uNBECcgtPP/mAVI9PtQV4pEMGuOQ15mqs61o0BslGowpXbXCpN9NTVtTmD/T9MB5
+lhaGk/Vkr+aR6N6HWec/WDDf5IXZMGzQq2G8TZXY00K8cmxsqUslnpFYJ5ZNfzfc
+9HJe06TWkja0I0WHHjBNKHbFSPfx8+lSVshL1zq4R2C1uKjmaZe3sbb2GZJZ0Jqu
+sQPYHAzd58MvePEEwXLdlgD1u71Phq63iJ/AsQeEvkVYPJw5idfGI/ZNsaYDCeIq

commit qmmp for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2017-10-23 16:52:37

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


Package is "qmmp"

Mon Oct 23 16:52:37 2017 rev:56 rq:535829 version:1.1.12

Changes:

--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes2017-10-21 
20:22:18.701494768 +0200
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2017-10-23 
16:53:24.456359665 +0200
@@ -1,0 +2,6 @@
+Sun Oct 22 22:20:34 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.1.12:
+  * Fix an IPC regression.
+
+---

Old:

  qmmp-1.1.11.tar.bz2

New:

  qmmp-1.1.12.tar.bz2



Other differences:
--
++ qmmp.spec ++
--- /var/tmp/diff_new_pack.EosY5a/_old  2017-10-23 16:53:25.196325034 +0200
+++ /var/tmp/diff_new_pack.EosY5a/_new  2017-10-23 16:53:25.200324847 +0200
@@ -20,7 +20,7 @@
 %bcond_with faad
 %bcond_with restricted
 Name:   qmmp
-Version:1.1.11
+Version:1.1.12
 Release:0
 Summary:Qt-based Multimedia Player
 License:GPL-2.0+

++ qmmp-1.1.11.tar.bz2 -> qmmp-1.1.12.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.1.11/ChangeLog new/qmmp-1.1.12/ChangeLog
--- old/qmmp-1.1.11/ChangeLog   2017-10-20 18:49:44.0 +0200
+++ new/qmmp-1.1.12/ChangeLog   2017-10-22 21:17:49.0 +0200
@@ -1297,3 +1297,6 @@
 * updated Spanish translation (Joel Barrios)
 * updated Portuguese translation (Sérgio Marques)
 * updated Greek translation (Dimitrios Glentadakis)
+
+Version 1.1.12
+* fixed IPC regression
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.1.11/ChangeLog.rus 
new/qmmp-1.1.12/ChangeLog.rus
--- old/qmmp-1.1.11/ChangeLog.rus   2017-10-20 18:49:44.0 +0200
+++ new/qmmp-1.1.12/ChangeLog.rus   2017-10-22 21:17:49.0 +0200
@@ -1299,3 +1299,6 @@
 * обновлён испанский перевод (Joel Barrios)
 * обновлён португальский перевод (Sérgio Marques)
 * обновлён греческий перевод (Dimitrios Glentadakis)
+
+Версия 1.1.12
+* исправлена регрессия в межпроцессном взаимодействии
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.1.11/ChangeLog.svn 
new/qmmp-1.1.12/ChangeLog.svn
--- old/qmmp-1.1.11/ChangeLog.svn   2017-10-20 18:49:44.0 +0200
+++ new/qmmp-1.1.12/ChangeLog.svn   2017-10-22 21:17:49.0 +0200
@@ -1,4 +1,16 @@
 
+r7626 | trialuser02 | 2017-10-22 22:13:13 +0300 (Вс., 22 окт. 2017) | 1 line
+
+updated changelogs
+
+r7624 | trialuser02 | 2017-10-22 22:00:23 +0300 (Вс., 22 окт. 2017) | 1 line
+
+fixed IPC regression (since 1.1.11 release; closes #937)
+
+r7623 | trialuser02 | 2017-10-22 21:59:20 +0300 (Вс., 22 окт. 2017) | 1 line
+
+version bump
+
 r7603 | trialuser02 | 2017-10-19 23:07:52 +0300 (Чт., 19 окт. 2017) | 1 line
 
 updated changelogs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.1.11/qmmp.pri new/qmmp-1.1.12/qmmp.pri
--- old/qmmp-1.1.11/qmmp.pri2017-10-20 18:49:44.0 +0200
+++ new/qmmp-1.1.12/qmmp.pri2017-10-22 21:17:49.0 +0200
@@ -13,7 +13,7 @@
 
 #Version
 
-QMMP_VERSION = 1.1.11
+QMMP_VERSION = 1.1.12
 
 #Comment/uncomment this if you want to change plugins list
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.1.11/src/app/qmmp.rc 
new/qmmp-1.1.12/src/app/qmmp.rc
--- old/qmmp-1.1.11/src/app/qmmp.rc 2017-10-20 18:49:20.0 +0200
+++ new/qmmp-1.1.12/src/app/qmmp.rc 2017-10-22 21:17:48.0 +0200
@@ -1,7 +1,7 @@
 #include 
 
-#define QMMP_FILEVERSION 1,1,11,0
-#define QMMP_PRODUCTVERSION "1.1.11.0"
+#define QMMP_FILEVERSION 1,1,12,0
+#define QMMP_PRODUCTVERSION "1.1.12.0"
 
 IDI_ICON1  ICONDISCARDABLE "images\\ico\\qmmp.ico"
 IDI_ICON2  ICONDISCARDABLE 
"images\\ico\\qmmp_file.ico"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.1.11/src/app/qmmpstarter.cpp 
new/qmmp-1.1.12/src/app/qmmpstarter.cpp
--- old/qmmp-1.1.11/src/app/qmmpstarter.cpp 2017-10-20 18:49:20.0 
+0200
+++ new/qmmp-1.1.12/src/app/qmmpstarter.cpp 2017-10-22 21:17:48.0 
+0200
@@ -43,6 +43,8 @@

commit owncloud-client for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package owncloud-client for openSUSE:Factory 
checked in at 2017-10-23 16:52:34

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


Package is "owncloud-client"

Mon Oct 23 16:52:34 2017 rev:8 rq:535826 version:2.3.3

Changes:

--- /work/SRC/openSUSE:Factory/owncloud-client/owncloud-client.changes  
2017-09-09 20:26:28.334619036 +0200
+++ /work/SRC/openSUSE:Factory/.owncloud-client.new/owncloud-client.changes 
2017-10-23 16:53:15.220791897 +0200
@@ -1,0 +2,19 @@
+Sat Oct 21 20:34:57 UTC 2017 - klaas.frei...@suse.com
+
+- Do not install README.source file as requested in sr 
+
+---
+Tue Sep 12 07:21:21 UTC 2017 - frei...@opensuse.org
+
+- Install README.source to doc. Make pack checker in Factory happy. 
+
+---
+Fri Sep  8 21:33:53 UTC 2017 - frei...@opensuse.org
+
+- Reworked the source tarball coming from upstream and removed not
+  needed stuff as well as questionable licensed files.
+
+  See https://github.com/owncloud/client/issues/6005 for details
+  and README.source which was added and explains that.
+
+---

Old:

  owncloudclient-2.3.3.tar.xz

New:

  README.source
  owncloudclient_os-2.3.3.tar.xz



Other differences:
--
++ owncloud-client.spec ++
--- /var/tmp/diff_new_pack.Xq746U/_old  2017-10-23 16:53:23.764392049 +0200
+++ /var/tmp/diff_new_pack.Xq746U/_new  2017-10-23 16:53:23.768391863 +0200
@@ -25,8 +25,9 @@
 License:GPL-2.0 and GPL-3.0
 Group:  Productivity/Networking/Other
 Url:http://owncloud.com
-Source0:
https://download.owncloud.com/desktop/stable/owncloudclient-%{version}.tar.xz
+Source0:owncloudclient_os-%{version}.tar.xz
 Source1:101-sync-inotify.conf
+Source2:README.source
 # PATCH-FIX-UPSTREAM fix tray behaviour (only Leap 42.2)
 Patch0: force_qdbus_tray_workaround.patch
 

++ README.source ++
The original tarball from owncloud.org upstream was repackaged to 
a tarball named owncloudclient_os-%{version}.

Some useless files were removed which are not neccessary to build
the linux version of the client and which bring in questionable
licenses.

In particular, the owncloudclient_os tarball was created by 

rm -rf binary/ 
rm -rf src/3rdparty/libcrashreporter-qt 
rm -rf shell_integration/windows 
rm -rf shell_integration/MacOSX 
rm -rf src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/convert_UTF.*

Apart from that, the tarball is unchanged compared to the upstream one.

See discussion in https://github.com/owncloud/client/issues/6005 for details.





commit rubygem-i18n for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package rubygem-i18n for openSUSE:Factory 
checked in at 2017-10-23 16:53:08

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


Package is "rubygem-i18n"

Mon Oct 23 16:53:08 2017 rev:15 rq:535855 version:0.9.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-i18n/rubygem-i18n.changes
2017-08-16 16:11:51.533004857 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-i18n.new/rubygem-i18n.changes   
2017-10-23 16:53:39.311664424 +0200
@@ -1,0 +2,7 @@
+Mon Oct 23 05:56:56 UTC 2017 - mschnit...@suse.com
+
+- updated to version 0.9.0
+  * Made Backend::Memoize threadsafe. See #51 and #352.
+  * Added a middleware I18n::Middleware that should be used to ensure that 
i18n config is reset correctly between requests. See #381 and #382.
+
+---

Old:

  i18n-0.8.6.gem

New:

  i18n-0.9.0.gem



Other differences:
--
++ rubygem-i18n.spec ++
--- /var/tmp/diff_new_pack.hkRCfC/_old  2017-10-23 16:53:39.751643834 +0200
+++ /var/tmp/diff_new_pack.hkRCfC/_new  2017-10-23 16:53:39.755643646 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-i18n
-Version:0.8.6
+Version:0.9.0
 Release:0
 %define mod_name i18n
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:http://github.com/svenfuchs/i18n
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:New wave Internationalization support for Ruby
 License:MIT

++ i18n-0.8.6.gem -> i18n-0.9.0.gem ++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gemfiles/Gemfile.rails-5.1.x 
new/gemfiles/Gemfile.rails-5.1.x
--- old/gemfiles/Gemfile.rails-5.1.x1970-01-01 01:00:00.0 +0100
+++ new/gemfiles/Gemfile.rails-5.1.x2017-10-16 00:38:42.0 +0200
@@ -0,0 +1,9 @@
+source 'https://rubygems.org'
+
+gemspec :path => '..'
+
+gem 'activesupport', '~> 5.1.0'
+gem 'mocha'
+gem 'test_declarative'
+gem 'rake'
+gem 'minitest'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/i18n/backend/fallbacks.rb 
new/lib/i18n/backend/fallbacks.rb
--- old/lib/i18n/backend/fallbacks.rb   2017-07-10 07:39:13.0 +0200
+++ new/lib/i18n/backend/fallbacks.rb   2017-10-16 00:38:42.0 +0200
@@ -37,7 +37,8 @@
   def translate(locale, key, options = {})
 return super unless options.fetch(:fallback, true)
 return super if options[:fallback_in_progress]
-default = extract_non_symbol_default!(options) if options[:default]
+original_default = options[:default]
+extract_non_symbol_default!(options)
 
 begin
   options[:fallback_in_progress] = true
@@ -45,7 +46,7 @@
 begin
   catch(:exception) do
 result = super(fallback, key, options)
-return result if (result.nil? && options.key?(:default) && 
options[:default].nil?) || !result.nil?
+return result unless result.nil?
   end
 rescue I18n::InvalidLocale
   # we do nothing when the locale is invalid, as this is a 
fallback anyways.
@@ -55,7 +56,7 @@
   options.delete(:fallback_in_progress)
 end
 
-return super(locale, nil, options.merge(:default => default)) if 
default
+return super(locale, nil, options.merge(:default => original_default)) 
if options.key?(:default)
 throw(:exception, I18n::MissingTranslation.new(locale, key, options))
   end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/i18n/backend/flatten.rb 
new/lib/i18n/backend/flatten.rb
--- old/lib/i18n/backend/flatten.rb 2017-07-10 07:39:13.0 +0200
+++ new/lib/i18n/backend/flatten.rb 2017-10-16 00:38:42.0 +0200
@@ -43,7 +43,7 @@
 
   # Store flattened links.
   def links
-@links ||= Hash.new { |h,k| h[k] = {} }
+@links ||= I18n.new_double_nested_cache
   end
 
   # Flatten keys for nested Hashes by chaining up keys:
@@ -99,7 +99,7 @@
 end
 
 def find_link(locale, key) #:nodoc:
-  links[locale].each do |from, to|
+  links[locale].each_pair do |from, to|
 return [from, to] if key[0, from.length] == from
   end && nil
 end
@@ -110,4 +110,4 @@
 
 end
   end
-end

commit go1.6 for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package go1.6 for openSUSE:Factory checked 
in at 2017-10-23 16:53:15

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


Package is "go1.6"

Mon Oct 23 16:53:15 2017 rev:4 rq:535893 version:1.6.4

Changes:

--- /work/SRC/openSUSE:Factory/go1.6/go1.6.changes  2017-10-17 
01:53:59.802278936 +0200
+++ /work/SRC/openSUSE:Factory/.go1.6.new/go1.6.changes 2017-10-23 
16:53:39.951634473 +0200
@@ -1,0 +2,6 @@
+Sat Oct 21 11:39:37 UTC 2017 - asa...@suse.com
+
+- Install $GOROOT/lib packages, to include upstream files such as the timezone
+  database. bsc#1064522
+
+---



Other differences:
--
++ go1.6.spec ++
--- /var/tmp/diff_new_pack.X2piBR/_old  2017-10-23 16:53:40.771596098 +0200
+++ /var/tmp/diff_new_pack.X2piBR/_new  2017-10-23 16:53:40.771596098 +0200
@@ -250,10 +250,12 @@
 for i in $(ls %{buildroot}/usr/share/go/%{go_api}/src);do
   ln -s /usr/share/go/%{go_api}/src/$i $GOROOT/src/$i
 done
+# add lib files that are needed (such as the timezone database).
+install -d $GOROOT/lib
+find lib -type f -exec install -D -m644 {} $GOROOT/{} \;
 
 # copy document templates, packages, obj libs and command utilities
 mkdir -p $GOROOT/bin
-mkdir -p $GOROOT/lib
 # remove bootstrap
 rm -rf pkg/bootstrap
 mv pkg $GOROOT




commit cacti for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package cacti for openSUSE:Factory checked 
in at 2017-10-23 16:52:49

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


Package is "cacti"

Mon Oct 23 16:52:49 2017 rev:7 rq:535847 version:1.1.27

Changes:

--- /work/SRC/openSUSE:Factory/cacti/cacti.changes  2017-10-17 
01:52:49.733560827 +0200
+++ /work/SRC/openSUSE:Factory/.cacti.new/cacti.changes 2017-10-23 
16:53:34.219902724 +0200
@@ -1,0 +2,9 @@
+Mon Oct 23 05:40:09 UTC 2017 - lie...@rz.uni-mannheim.de
+
+- Build version 1.1.27
+  -issue#1033: Issues inserting into dsstats table due to legacy data
+  -issue#1039: Using html_escape still double escapes.  Use strip_tags
+   instead
+  -issue#1040: Resolving compatibility issue with PHP7.2
+
+---

Old:

  cacti-1.1.26.tar.gz

New:

  cacti-1.1.27.tar.gz



Other differences:
--
++ cacti.spec ++
--- /var/tmp/diff_new_pack.0BF2Lh/_old  2017-10-23 16:53:34.903870713 +0200
+++ /var/tmp/diff_new_pack.0BF2Lh/_new  2017-10-23 16:53:34.903870713 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cacti
-Version:1.1.26
+Version:1.1.27
 Release:0
 Summary:Web Front-End to Monitor System Data via RRDtool
 License:GPL-2.0+

++ cacti-1.1.26.tar.gz -> cacti-1.1.27.tar.gz ++
/work/SRC/openSUSE:Factory/cacti/cacti-1.1.26.tar.gz 
/work/SRC/openSUSE:Factory/.cacti.new/cacti-1.1.27.tar.gz differ: char 5, line 1




commit rubygem-pry for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2017-10-23 16:52:39

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


Package is "rubygem-pry"

Mon Oct 23 16:52:39 2017 rev:19 rq:535845 version:0.11.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2017-09-26 
21:17:43.542532326 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2017-10-23 16:53:32.247995010 +0200
@@ -1,0 +2,6 @@
+Mon Oct 23 05:41:27 UTC 2017 - mschnit...@suse.com
+
+- updated to version 0.11.2
+ see installed CHANGELOG.md
+
+---

Old:

  pry-0.11.1.gem

New:

  pry-0.11.2.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.zAoDQb/_old  2017-10-23 16:53:32.735972172 +0200
+++ /var/tmp/diff_new_pack.zAoDQb/_new  2017-10-23 16:53:32.739971986 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-pry
-Version:0.11.1
+Version:0.11.2
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}

++ pry-0.11.1.gem -> pry-0.11.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-09-26 14:07:57.0 +0200
+++ new/CHANGELOG.md2017-10-18 23:40:15.0 +0200
@@ -1,4 +1,4 @@
-### HEAD
+### 0.11.0
 
 * Add alias 'whereami[?!]+' for 'whereami' command. 
([#1597](https://github.com/pry/pry/pull/1597))
 * Improve Ruby 2.4 support ([#1611](https://github.com/pry/pry/pull/1611)):
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/helpers/base_helpers.rb 
new/lib/pry/helpers/base_helpers.rb
--- old/lib/pry/helpers/base_helpers.rb 2017-09-26 14:07:58.0 +0200
+++ new/lib/pry/helpers/base_helpers.rb 2017-10-18 23:40:15.0 +0200
@@ -98,7 +98,7 @@
   # enabled). Infers where to send the output if used as a mixin.
   # DEPRECATED.
   def stagger_output(text, out = nil)
-if _pry_
+if defined?(_pry_) && _pry_
   _pry_.pager.page text
 else
   Pry.new.pager.page text
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/version.rb new/lib/pry/version.rb
--- old/lib/pry/version.rb  2017-09-26 14:07:58.0 +0200
+++ new/lib/pry/version.rb  2017-10-18 23:40:15.0 +0200
@@ -1,3 +1,3 @@
 class Pry
-  VERSION = "0.11.1"
+  VERSION = "0.11.2"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-09-26 14:07:57.0 +0200
+++ new/metadata2017-10-18 23:40:15.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: pry
 version: !ruby/object:Gem::Version
-  version: 0.11.1
+  version: 0.11.2
 platform: ruby
 authors:
 - John Mair (banisterfiend)
@@ -10,7 +10,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-09-26 00:00:00.0 Z
+date: 2017-10-18 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: coderay
@@ -222,7 +222,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.6.12
+rubygems_version: 2.5.1
 signing_key: 
 specification_version: 4
 summary: An IRB alternative and runtime developer console




commit nanomsg for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package nanomsg for openSUSE:Factory checked 
in at 2017-10-23 16:52:27

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


Package is "nanomsg"

Mon Oct 23 16:52:27 2017 rev:2 rq:535802 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/nanomsg/nanomsg.changes  2017-08-24 
18:31:07.905150628 +0200
+++ /work/SRC/openSUSE:Factory/.nanomsg.new/nanomsg.changes 2017-10-23 
16:53:00.473482082 +0200
@@ -1,0 +2,10 @@
+Fri Oct 20 13:36:53 UTC 2017 - mar...@gmx.de
+
+- update to version 1.1.0
+  * This release is primarily a bug fix release for nanomsg, and
+rolls up a number of stability improvements, particularly for
+the inproc transport.
+  * A port to support Windows Subsystem for Linux is provided as well.
+  * There are no changes to the ABI.
+
+---

Old:

  nanomsg-1.0.0.tar.gz

New:

  nanomsg-1.1.0.tar.gz



Other differences:
--
++ nanomsg.spec ++
--- /var/tmp/diff_new_pack.87mZYE/_old  2017-10-23 16:53:01.141450821 +0200
+++ /var/tmp/diff_new_pack.87mZYE/_new  2017-10-23 16:53:01.141450821 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define sover 5_0_0
+%define sover 5_1_0
 Name:   nanomsg
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:Socket library providing several common communication patterns
 License:MIT
@@ -67,7 +67,7 @@
 
 %files -n libnanomsg%{sover}
 %defattr(-,root,root)
-%doc RELEASING AUTHORS README COPYING
+%doc RELEASING AUTHORS README.md COPYING
 %{_libdir}/libnanomsg.so.*
 
 %files devel

++ nanomsg-1.0.0.tar.gz -> nanomsg-1.1.0.tar.gz ++
 15094 lines of diff (skipped)




commit eclipse-swt for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package eclipse-swt for openSUSE:Factory 
checked in at 2017-10-23 16:52:19

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


Package is "eclipse-swt"

Mon Oct 23 16:52:19 2017 rev:24 rq:535788 version:4.333

Changes:

--- /work/SRC/openSUSE:Factory/eclipse-swt/eclipse-swt.changes  2017-10-19 
19:33:01.778369864 +0200
+++ /work/SRC/openSUSE:Factory/.eclipse-swt.new/eclipse-swt.changes 
2017-10-23 16:52:52.949834194 +0200
@@ -1,0 +2,6 @@
+Sun Oct 22 13:45:01 UTC 2017 - fst...@suse.com
+
+- Declare the right architecture in manifest file
+  * Fixes problems reported in bsc#1062807
+
+---



Other differences:
--
++ eclipse-swt.spec ++
--- /var/tmp/diff_new_pack.dWsaeE/_old  2017-10-23 16:52:55.461716636 +0200
+++ /var/tmp/diff_new_pack.dWsaeE/_new  2017-10-23 16:52:55.461716636 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%{!?aarch64:%global aarch64 aarch64 arm64 armv8}
 %defineversion_suffix 4.3.3.3
 %defineso_suffix 4333
 Name:   eclipse-swt
@@ -101,7 +102,23 @@
 ./build.sh
 
 pushd org/eclipse/swt
-%{ant} \
+%{ant} -v \
+%ifnarch %{ix86} %{aarch64} %{arm} ppc64le
+-Dswt.arch=%{_arch} \
+%else
+  %ifarch %{ix86}
+-Dswt.arch=x86 \
+  %endif
+  %ifarch %{arm}
+-Dswt.arch=arm \
+  %endif
+  %ifarch %{aarch64}
+-Dswt.arch=aarch64 \
+  %endif
+  %ifarch ppc64le
+-Dswt.arch=ppc64 \
+  %endif
+%endif
 -DjavacTarget=1.6 -DjavacSource=1.6 \
 -Dversion.suffix=%{version_suffix} \
 -Djar.filename=swt-%{version}.jar \




commit metacity for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package metacity for openSUSE:Factory 
checked in at 2017-10-23 16:51:59

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


Package is "metacity"

Mon Oct 23 16:51:59 2017 rev:2 rq:535703 version:3.26.0

Changes:

--- /work/SRC/openSUSE:Factory/metacity/metacity.changes2017-07-11 
08:24:36.457922180 +0200
+++ /work/SRC/openSUSE:Factory/.metacity.new/metacity.changes   2017-10-23 
16:52:29.502931525 +0200
@@ -1,0 +2,14 @@
+Sat Oct 21 19:05:10 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.26.0:
+  * Manage override-redirect windows.
+  * Add an option to change scale in metacity-theme-viewer.
+  * Fix the appmenu button size in metacity-theme-viewer
+  * Add an appmenu to the button layout in metacity-theme-viewer.
+  * Handle legacy fullscreen requests (bgo#781946).
+  * Fix a memory leak when changing theme (bgo#788078).
+  * Fix a crash when struts change during grab operation
+(bgo#603632).
+  * Update translations.
+
+---

Old:

  metacity-3.24.1.tar.xz

New:

  metacity-3.26.0.tar.xz



Other differences:
--
++ metacity.spec ++
--- /var/tmp/diff_new_pack.qX48zG/_old  2017-10-23 16:52:30.054905693 +0200
+++ /var/tmp/diff_new_pack.qX48zG/_new  2017-10-23 16:52:30.058905505 +0200
@@ -18,9 +18,9 @@
 
 %define soname  libmetacity
 %define sover   1
-%define _version 3.24
+%define _version 3.26
 Name:   metacity
-Version:3.24.1
+Version:3.26.0
 Release:0
 Summary:Window Manager for the MATE and GNOME Flashback desktops
 License:GPL-2.0+
@@ -53,6 +53,9 @@
 Recommends: %{name}-lang
 Provides:   windowmanager
 %glib2_gsettings_schema_requires
+%if 0%{?suse_version} > 1320
+BuildRequires:  pkgconfig(vulkan)
+%endif
 
 %description
 Metacity is a small window manager, using GTK+ to do everything.
@@ -109,6 +112,7 @@
 %suse_update_desktop_file metacity
 %find_lang %{name} %{?no_lang_C}
 
+%if 0%{?suse_version} <= 1320
 %post
 %desktop_database_post
 %glib2_gsettings_schema_post
@@ -116,13 +120,13 @@
 %postun
 %desktop_database_postun
 %glib2_gsettings_schema_postun
+%endif
 
 %post -n %{soname}%{sover} -p /sbin/ldconfig
 
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS rationales.txt README
 %{_bindir}/metacity
 %{_bindir}/metacity-message
@@ -137,14 +141,11 @@
 %{_mandir}/man1/metacity-message.1%{?ext_man}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %files -n %{soname}%{sover}
-%defattr(-,root,root)
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files tools
-%defattr(-,root,root)
 %{_bindir}/metacity-theme-viewer
 %{_bindir}/metacity-window-demo
 %dir %{_datadir}/metacity
@@ -154,7 +155,6 @@
 %{_mandir}/man1/metacity-window-demo.1%{?ext_man}
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/metacity/
 %{_libdir}/%{soname}.so
 %{_libdir}/pkgconfig/libmetacity.pc

++ metacity-3.24.1.tar.xz -> metacity-3.26.0.tar.xz ++
 45739 lines of diff (skipped)




commit chemical-mime-data for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package chemical-mime-data for 
openSUSE:Factory checked in at 2017-10-23 16:52:13

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


Package is "chemical-mime-data"

Mon Oct 23 16:52:13 2017 rev:3 rq:535766 version:0.1.94

Changes:

--- /work/SRC/openSUSE:Factory/chemical-mime-data/chemical-mime-data.changes
2017-05-10 20:50:25.655608787 +0200
+++ 
/work/SRC/openSUSE:Factory/.chemical-mime-data.new/chemical-mime-data.changes   
2017-10-23 16:52:38.818495551 +0200
@@ -1,0 +2,6 @@
+Fri Oct 20 12:13:19 UTC 2017 - dims...@opensuse.org
+
+- Drop gnome-mime-data BuildRequires and Requires: there was
+  already --without-gnome-mime passed to configure.
+
+---



Other differences:
--
++ chemical-mime-data.spec ++
--- /var/tmp/diff_new_pack.JFn78N/_old  2017-10-23 16:52:39.478464664 +0200
+++ /var/tmp/diff_new_pack.JFn78N/_new  2017-10-23 16:52:39.482464477 +0200
@@ -30,7 +30,6 @@
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
 BuildRequires:  gettext-runtime
-BuildRequires:  gnome-mime-data
 BuildRequires:  intltool
 BuildRequires:  libxslt-devel
 BuildRequires:  perl-XML-Parser
@@ -39,7 +38,6 @@
 BuildRequires:  rsvg-view
 BuildRequires:  shared-mime-info
 Requires:   ImageMagick
-Requires:   gnome-mime-data
 Requires:   hicolor-icon-theme
 Requires:   pkgconfig
 Requires:   rsvg-view




commit libtorrent-rasterbar for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package libtorrent-rasterbar for 
openSUSE:Factory checked in at 2017-10-23 16:52:04

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


Package is "libtorrent-rasterbar"

Mon Oct 23 16:52:04 2017 rev:51 rq:535743 version:1.1.5

Changes:

--- 
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2017-10-10 11:43:19.214593564 +0200
+++ 
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes
   2017-10-23 16:52:33.406748824 +0200
@@ -1,0 +2,28 @@
+Sat Oct 21 19:05:10 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.1.5:
+  * Fix an infinite loop when parsing certain invalid magnet links.
+  * Fix parsing torrents with certain invalid filenames.
+  * Fix a leak of torrent_peer objecs (entries in peer_list).
+  * Fix a leak of peer_class objects (when setting per-torrent rate
+limits).
+  * Expose peer_class API to python bindings.
+  * Fix integer overflow in whole_pieces_threshold logic.
+  * Fix python bindings for torrent_handle, to be hashable.
+  * Fix IPv6 tracker support by performing the second announce in
+more cases.
+  * Fix utf-8 encoding check in torrent parser.
+  * Fix an infinite loop when parsing maliciously crafted
+torrents.
+  * Fix an invalid read in parse_int in bdecoder.
+  * Fix an issue with very long tracker- and web seed URLs.
+  * Do not attempt to create empty files on startup, if they
+already exist.
+  * Fix force-recheck issue (new files would not be picked up).
+  * Fix an inconsistency in file_priorities and
+override_resume_data behaviour.
+  * Fix paused torrents not generating a state update when their
+ul/dl rate transitions to zero.
+- Remove boost-1_65-fix.patch: fixed upstream.
+
+---

Old:

  boost-1_65-fix.patch
  libtorrent-rasterbar-1.1.4.tar.gz

New:

  libtorrent-rasterbar-1.1.5.tar.gz



Other differences:
--
++ libtorrent-rasterbar.spec ++
--- /var/tmp/diff_new_pack.SI8lKY/_old  2017-10-23 16:52:34.194711947 +0200
+++ /var/tmp/diff_new_pack.SI8lKY/_new  2017-10-23 16:52:34.198711759 +0200
@@ -18,19 +18,17 @@
 
 %define _name   libtorrent
 %define sover   9
-%define _version 1_1_4
+%define _version 1_1_5
 %bcond_with examples
 %bcond_with tests
 Name:   libtorrent-rasterbar
-Version:1.1.4
+Version:1.1.5
 Release:0
 Summary:Libtorrent is a C++ implementation of the BitTorrent protocol
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Url:http://libtorrent.org/
 Source: 
https://github.com/arvidn/%{_name}/releases/download/%{_name}-%{_version}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM boost-1_65-fix.patch fi...@opensuse.org -- Fix building 
with Boost 1.65.
-Patch0: boost-1_65-fix.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
@@ -139,7 +137,6 @@
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
@@ -209,37 +206,31 @@
 
 %if %{with examples}
 %files tools
-%defattr(-,root,root)
 %{_bindir}/dump_torrent
 %{_bindir}/make_torrent
 %{_bindir}/simple_client
 %endif
 
 %files -n %{name}%{sover}
-%defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING
 %{_libdir}/%{name}.so.%{sover}*
 
 %files -n python2-%{name}
-%defattr(-,root,root)
 %{python_sitearch}/%{_name}*.so
 %{python_sitearch}/python_%{_name}-*
 
 %if 0%{?suse_version} > 1320
 %files -n python3-%{name}
-%defattr(-,root,root)
 %{python3_sitearch}/%{_name}*.so
 %{python3_sitearch}/python_%{_name}-*
 %endif
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{_name}/
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc
 
 %files doc
-%defattr(-,root,root)
 %doc %{_docdir}/%{name}/
 
 %changelog

++ libtorrent-rasterbar-1.1.4.tar.gz -> libtorrent-rasterbar-1.1.5.tar.gz 
++
 23837 lines of diff (skipped)




commit perl-ExtUtils-F77 for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-F77 for 
openSUSE:Factory checked in at 2017-10-23 16:51:52

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


Package is "perl-ExtUtils-F77"

Mon Oct 23 16:51:52 2017 rev:24 rq:534923 version:1.20

Changes:

--- /work/SRC/openSUSE:Factory/perl-ExtUtils-F77/perl-ExtUtils-F77.changes  
2011-11-18 16:39:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-ExtUtils-F77.new/perl-ExtUtils-F77.changes 
2017-10-23 16:51:54.312578456 +0200
@@ -1,0 +2,53 @@
+Mon Oct 16 10:28:49 UTC 2017 - co...@suse.com
+
+- updated to 1.20
+   see /usr/share/doc/packages/perl-ExtUtils-F77/CHANGES
+
+  v1.20 released May 28th 2016
+  --
+  
+  * Apply upstream FreeBSD patch thanks to srezic for submitting
+  
+  * Fix fallback compiler logic to support gcc-5.x and higher
+  
+  * Limited Improved gfortran linking on OS X Yosemite+ to OS X
+  
+  
+  v1.19_3 released May 28th 2016
+  --
+  
+  * Apply upstream FreeBSD patch thanks to srezic for submitting
+  
+  
+  v1.19_2 released May 28th 2016
+  --
+  
+  * Fix fallback compiler logic to support gcc-5.x and higher
+  
+  
+  v1.19_1 released Mar 6th 2016
+  
+  
+  * Limited Improved gfortran linking on OS X Yosemite+ to OS X
+  
+  
+  v1.19 released Dec 12th 2015
+  
+  
+  * Improved gfortran linking on OS X Yosemite+ which avoids PERL_DL_NONLAZY 
meltdowns
+  
+  
+  v1.18 released Jul 7th 2015
+  ---
+  * resolve rt.cpan.org bug #104495: MinGW now needs to link to libquadmath.a
+Thanks for the patch, kmx.
+  
+  
+  v1.17_01 released Jul 6th 2014
+  --
+  
+  * Graham Bell's fix to "Add check for GNU fortran .so files as well as .a."
+  * Typo fix by dsteinbrunner
+  * Fix Cygwin table to use Generic GNU settings
+
+---

Old:

  ExtUtils-F77-1.17.tar.gz

New:

  ExtUtils-F77-1.20.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-ExtUtils-F77.spec ++
--- /var/tmp/diff_new_pack.39c0sJ/_old  2017-10-23 16:51:54.864552623 +0200
+++ /var/tmp/diff_new_pack.39c0sJ/_new  2017-10-23 16:51:54.868552436 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-F77
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,58 +15,69 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-ExtUtils-F77
-BuildRequires:  gcc-fortran gmp-devel perl
-BuildRequires:  perl-macros
-Version:1.17
-Release:1
-AutoReqProv:on
-Group:  Development/Libraries/Perl
-License:Artistic-1.0
-Url:http://cpan.org/modules/by-module/ExtUtils/
+Version:1.20
+Release:0
+%define cpan_name ExtUtils-F77
 Summary:Simple interface to F77 libs
-Source: ExtUtils-F77-%{version}.tar.gz
+License:Artistic-1.0 or GPL-1.0+
+Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/ExtUtils-F77/
+Source0:
https://cpan.metacpan.org/authors/id/C/CH/CHM/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
 %{perl_requires}
+# MANUAL BEGIN
+BuildRequires:  gcc-fortran
+BuildRequires:  gmp-devel
+# MANUAL END
 
 %description
 This module tries to figure out how to link C programs with Fortran
 subroutines on your system. Basically one must add a list of Fortran
-runtime libraries. The problem is their location and name varies with
-each OS/compiler combination!
-
+runtime libraries. The problem is their location and name varies with each
+OS/compiler combination!
 
-
-Authors:
-
-Karl Glazebrook 
+This module tries to implement a simple 'rule-of-thumb' database for
+various flavours of UNIX systems. A simple self-documenting Perl database
+of knowledge/code for figuring out how to link for various combinations of
+OS and compiler is embedded in the modules Perl code. Please help save the
+world by sending database entries for your system to karl_pgp...@mac.com
+
+Note the default on most systems is now to search for a generic 'GNU'
+compiler which can be g77, gfortran or 

commit umbrello for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package umbrello for openSUSE:Factory 
checked in at 2017-10-23 16:51:50

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


Package is "umbrello"

Mon Oct 23 16:51:50 2017 rev:57 rq:534852 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2017-09-17 
22:38:26.631683744 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes   2017-10-23 
16:51:52.140680102 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:21 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * Potiental crash fix
+
+---

Old:

  umbrello-17.08.1.tar.xz

New:

  umbrello-17.08.2.tar.xz



Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.Dvecew/_old  2017-10-23 16:51:52.728652584 +0200
+++ /var/tmp/diff_new_pack.Dvecew/_new  2017-10-23 16:51:52.732652397 +0200
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   umbrello
-Version:17.08.1
+Version:17.08.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ umbrello-17.08.1.tar.xz -> umbrello-17.08.2.tar.xz ++
 7492 lines of diff (skipped)




commit kde-l10n for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kde-l10n for openSUSE:Factory 
checked in at 2017-10-23 16:51:58

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


Package is "kde-l10n"

Mon Oct 23 16:51:58 2017 rev:29 rq:535355 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kde-l10n/kde-l10n.changes2017-09-20 
17:11:31.759366573 +0200
+++ /work/SRC/openSUSE:Factory/.kde-l10n.new/kde-l10n.changes   2017-10-23 
16:52:05.272065546 +0200
@@ -0,0 +1,6 @@
+
+---
+Tue Oct 17 00:33:29 CEST 2017 - lbeltr...@kde.org
+
+  * Update to 17.08.2
+

Old:

  kde-l10n-ar-17.08.1.tar.xz
  kde-l10n-ast-17.08.1.tar.xz
  kde-l10n-bg-17.08.1.tar.xz
  kde-l10n-bs-17.08.1.tar.xz
  kde-l10n-ca-17.08.1.tar.xz
  kde-l10n...@valencia-17.08.1.tar.xz
  kde-l10n-cs-17.08.1.tar.xz
  kde-l10n-da-17.08.1.tar.xz
  kde-l10n-de-17.08.1.tar.xz
  kde-l10n-el-17.08.1.tar.xz
  kde-l10n-en_GB-17.08.1.tar.xz
  kde-l10n-eo-17.08.1.tar.xz
  kde-l10n-es-17.08.1.tar.xz
  kde-l10n-et-17.08.1.tar.xz
  kde-l10n-eu-17.08.1.tar.xz
  kde-l10n-fa-17.08.1.tar.xz
  kde-l10n-fi-17.08.1.tar.xz
  kde-l10n-fr-17.08.1.tar.xz
  kde-l10n-ga-17.08.1.tar.xz
  kde-l10n-gl-17.08.1.tar.xz
  kde-l10n-he-17.08.1.tar.xz
  kde-l10n-hi-17.08.1.tar.xz
  kde-l10n-hr-17.08.1.tar.xz
  kde-l10n-hu-17.08.1.tar.xz
  kde-l10n-ia-17.08.1.tar.xz
  kde-l10n-id-17.08.1.tar.xz
  kde-l10n-is-17.08.1.tar.xz
  kde-l10n-it-17.08.1.tar.xz
  kde-l10n-ja-17.08.1.tar.xz
  kde-l10n-kk-17.08.1.tar.xz
  kde-l10n-km-17.08.1.tar.xz
  kde-l10n-ko-17.08.1.tar.xz
  kde-l10n-lt-17.08.1.tar.xz
  kde-l10n-lv-17.08.1.tar.xz
  kde-l10n-mr-17.08.1.tar.xz
  kde-l10n-nb-17.08.1.tar.xz
  kde-l10n-nds-17.08.1.tar.xz
  kde-l10n-nl-17.08.1.tar.xz
  kde-l10n-nn-17.08.1.tar.xz
  kde-l10n-pa-17.08.1.tar.xz
  kde-l10n-pl-17.08.1.tar.xz
  kde-l10n-pt-17.08.1.tar.xz
  kde-l10n-pt_BR-17.08.1.tar.xz
  kde-l10n-ro-17.08.1.tar.xz
  kde-l10n-ru-17.08.1.tar.xz
  kde-l10n-sk-17.08.1.tar.xz
  kde-l10n-sl-17.08.1.tar.xz
  kde-l10n-sr-17.08.1.tar.xz
  kde-l10n-sv-17.08.1.tar.xz
  kde-l10n-tr-17.08.1.tar.xz
  kde-l10n-ug-17.08.1.tar.xz
  kde-l10n-uk-17.08.1.tar.xz
  kde-l10n-wa-17.08.1.tar.xz
  kde-l10n-zh_CN-17.08.1.tar.xz
  kde-l10n-zh_TW-17.08.1.tar.xz

New:

  kde-l10n-ar-17.08.2.tar.xz
  kde-l10n-ast-17.08.2.tar.xz
  kde-l10n-bg-17.08.2.tar.xz
  kde-l10n-bs-17.08.2.tar.xz
  kde-l10n-ca-17.08.2.tar.xz
  kde-l10n...@valencia-17.08.2.tar.xz
  kde-l10n-cs-17.08.2.tar.xz
  kde-l10n-da-17.08.2.tar.xz
  kde-l10n-de-17.08.2.tar.xz
  kde-l10n-el-17.08.2.tar.xz
  kde-l10n-en_GB-17.08.2.tar.xz
  kde-l10n-eo-17.08.2.tar.xz
  kde-l10n-es-17.08.2.tar.xz
  kde-l10n-et-17.08.2.tar.xz
  kde-l10n-eu-17.08.2.tar.xz
  kde-l10n-fa-17.08.2.tar.xz
  kde-l10n-fi-17.08.2.tar.xz
  kde-l10n-fr-17.08.2.tar.xz
  kde-l10n-ga-17.08.2.tar.xz
  kde-l10n-gl-17.08.2.tar.xz
  kde-l10n-he-17.08.2.tar.xz
  kde-l10n-hi-17.08.2.tar.xz
  kde-l10n-hr-17.08.2.tar.xz
  kde-l10n-hu-17.08.2.tar.xz
  kde-l10n-ia-17.08.2.tar.xz
  kde-l10n-id-17.08.2.tar.xz
  kde-l10n-is-17.08.2.tar.xz
  kde-l10n-it-17.08.2.tar.xz
  kde-l10n-ja-17.08.2.tar.xz
  kde-l10n-kk-17.08.2.tar.xz
  kde-l10n-km-17.08.2.tar.xz
  kde-l10n-ko-17.08.2.tar.xz
  kde-l10n-lt-17.08.2.tar.xz
  kde-l10n-lv-17.08.2.tar.xz
  kde-l10n-mr-17.08.2.tar.xz
  kde-l10n-nb-17.08.2.tar.xz
  kde-l10n-nds-17.08.2.tar.xz
  kde-l10n-nl-17.08.2.tar.xz
  kde-l10n-nn-17.08.2.tar.xz
  kde-l10n-pa-17.08.2.tar.xz
  kde-l10n-pl-17.08.2.tar.xz
  kde-l10n-pt-17.08.2.tar.xz
  kde-l10n-pt_BR-17.08.2.tar.xz
  kde-l10n-ro-17.08.2.tar.xz
  kde-l10n-ru-17.08.2.tar.xz
  kde-l10n-sk-17.08.2.tar.xz
  kde-l10n-sl-17.08.2.tar.xz
  kde-l10n-sr-17.08.2.tar.xz
  kde-l10n-sv-17.08.2.tar.xz
  kde-l10n-tr-17.08.2.tar.xz
  kde-l10n-ug-17.08.2.tar.xz
  kde-l10n-uk-17.08.2.tar.xz
  kde-l10n-wa-17.08.2.tar.xz
  kde-l10n-zh_CN-17.08.2.tar.xz
  kde-l10n-zh_TW-17.08.2.tar.xz



Other differences:
--
++ kde-l10n.spec ++
--- /var/tmp/diff_new_pack.pVpC89/_old  2017-10-23 16:52:09.271878351 +0200
+++ /var/tmp/diff_new_pack.pVpC89/_new  2017-10-23 16:52:09.275878165 +0200
@@ -19,7 +19,7 @@
 %define build_languages  ar ast bg bs ca ca@valencia cs da de el en_GB eo es 
et eu fa fi fr ga gl he hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn 
pa pl pt pt_BR ro ru sk sl sr sv tr ug uk wa zh_CN zh_TW
 %define split_languages da de en_GB es et fr it nl pl pt_BR ru sv uk
 Name:   kde-l10n
-Version:17.08.1
+Version:17.08.2
 Release:0
 Summary:KDE translations base package
 License:GPL-2.0+
@@ -1113,9 +1113,7 @@
 # Duplicated mo files between tarballs and applications
 find %{buildroot}%{_datadir}/locale/ -type f 

commit pim-sieve-editor for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package pim-sieve-editor for 
openSUSE:Factory checked in at 2017-10-23 16:51:40

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


Package is "pim-sieve-editor"

Mon Oct 23 16:51:40 2017 rev:10 rq:534843 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/pim-sieve-editor/pim-sieve-editor.changes
2017-09-13 22:32:29.677368311 +0200
+++ /work/SRC/openSUSE:Factory/.pim-sieve-editor.new/pim-sieve-editor.changes   
2017-10-23 16:51:41.697168864 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:07 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * Update script name too
+
+---

Old:

  pim-sieve-editor-17.08.1.tar.xz

New:

  pim-sieve-editor-17.08.2.tar.xz



Other differences:
--
++ pim-sieve-editor.spec ++
--- /var/tmp/diff_new_pack.Kk83dJ/_old  2017-10-23 16:51:42.645124500 +0200
+++ /var/tmp/diff_new_pack.Kk83dJ/_new  2017-10-23 16:51:42.645124500 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pim-sieve-editor
-Version:17.08.1
+Version:17.08.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ pim-sieve-editor-17.08.1.tar.xz -> pim-sieve-editor-17.08.2.tar.xz ++
 2984 lines of diff (skipped)




commit minuet for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package minuet for openSUSE:Factory checked 
in at 2017-10-23 16:51:06

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


Package is "minuet"

Mon Oct 23 16:51:06 2017 rev:14 rq:534834 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/minuet/minuet.changes2017-09-17 
22:38:09.214132615 +0200
+++ /work/SRC/openSUSE:Factory/.minuet.new/minuet.changes   2017-10-23 
16:51:25.505926623 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:00 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * remove extra executable bits
+
+---

Old:

  minuet-17.08.1.tar.xz

New:

  minuet-17.08.2.tar.xz



Other differences:
--
++ minuet.spec ++
--- /var/tmp/diff_new_pack.kla5oK/_old  2017-10-23 16:51:28.357793154 +0200
+++ /var/tmp/diff_new_pack.kla5oK/_new  2017-10-23 16:51:28.361792967 +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.1
+Version:17.08.2
 Release:0
 Summary:A KDE Software for Music Education
 License:GPL-2.0+

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




commit llmnrd for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package llmnrd for openSUSE:Factory checked 
in at 2017-10-23 16:52:29

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


Package is "llmnrd"

Mon Oct 23 16:52:29 2017 rev:3 rq:535803 version:0.5

Changes:

--- /work/SRC/openSUSE:Factory/llmnrd/llmnrd.changes2017-06-20 
09:39:43.609723523 +0200
+++ /work/SRC/openSUSE:Factory/.llmnrd.new/llmnrd.changes   2017-10-23 
16:53:08.457108443 +0200
@@ -1,0 +2,9 @@
+Sun Oct 22 14:30:08 UTC 2017 - mar...@gmx.de
+
+- Update to version 0.5
+  * Poll for hostname changes
+  * Fix missing terminating NULL byte in llmnr-query
+  * Manpages for llmnrd and llmnr-query
+  * Additional compiler warnings enabled
+
+---

Old:

  llmnrd-0.4.tar.gz

New:

  llmnrd-0.5.tar.gz



Other differences:
--
++ llmnrd.spec ++
--- /var/tmp/diff_new_pack.p2oJgw/_old  2017-10-23 16:53:08.933086166 +0200
+++ /var/tmp/diff_new_pack.p2oJgw/_new  2017-10-23 16:53:08.933086166 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package llmnrd
 #
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,7 +18,7 @@
 
 
 Name:   llmnrd
-Version:0.4
+Version:0.5
 Release:0
 Summary:Link-Local Multicast Resolution (LLMNR) Daemon
 License:GPL-2.0
@@ -56,7 +57,8 @@
 install -Dpm0644 %{SOURCE2} 
"%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.llmnrd"
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcllmnrd
 install -Dpm0644 %{SOURCE3} 
%{buildroot}%{_sysconfdir}/apparmor.d/usr.sbin.llmnrd
-
+install -Dpm0644 doc/llmnr-query.1 %{buildroot}%{_mandir}/man1/
+install -Dpm0644 doc/llmnrd.8 %{buildroot}%{_mandir}/man8/
 
 %pre
 %service_add_pre llmnrd.service
@@ -80,5 +82,7 @@
 %{_unitdir}/llmnrd.service
 %{_localstatedir}/adm/fillup-templates/sysconfig.llmnrd
 %config(noreplace) %{_sysconfdir}/apparmor.d/usr.sbin.llmnrd
+%{_mandir}/man1/llmnr-query.1%{ext_man}
+%{_mandir}/man8/llmnrd.8%{ext_man}
 
 %changelog

++ llmnrd-0.4.tar.gz -> llmnrd-0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/llmnrd-0.4/Makefile new/llmnrd-0.5/Makefile
--- old/llmnrd-0.4/Makefile 2017-02-10 09:33:42.0 +0100
+++ new/llmnrd-0.5/Makefile 2017-10-18 09:25:44.0 +0200
@@ -2,20 +2,23 @@
 #
 # Copyright (C) 2014-2017 Tobias Klauser 
 
-VERSION = 0.4
+VERSION = 0.5
 
 # llmnrd binary
 D_P= llmnrd
 D_OBJS = llmnr.o iface.o socket.o util.o llmnrd.o
 D_LIBS =
+D_MAN  = $(D_P).8
 
 # llmnr-query binary
 Q_P= llmnr-query
 Q_OBJS = util.o llmnr-query.o
 Q_LIBS =
+Q_MAN  = $(Q_P).1
 
 CC = $(CROSS_COMPILE)gcc
 INSTALL= install
+GZIP   = gzip -9 -c
 
 CPPFLAGS ?=
 LDFLAGS?=
@@ -31,10 +34,20 @@
   CFLAGS_MIN += -g -DDEBUG
 endif
 
-CFLAGS_WARN := -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
\
-   -Wdeclaration-after-statement -Wsign-compare -Winit-self
\
-   -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute
\
-   -Wundef -Wbad-function-cast -Waggregate-return -Wunused -Wwrite-strings
+CFLAGS_WARN := -Wextra \
+   -Waggregate-return  \
+   -Wbad-function-cast \
+   -Wdeclaration-after-statement   \
+   -Wformat-nonliteral \
+   -Wformat-security   \
+   -Wmissing-declarations  \
+   -Wmissing-format-attribute  \
+   -Wmissing-prototypes\
+   -Wsign-compare  \
+   -Wstrict-prototypes \
+   -Wundef \
+   -Wunused\
+   -Wwrite-strings
 
 CFLAGS ?= -O2 $(CFLAGS_WARN)
 override CFLAGS := $(CFLAGS_MIN) $(CFLAGS)
@@ -52,6 +65,8 @@
 
 BINDIR = $(prefix)/bin
 SBINDIR= $(prefix)/sbin
+MAN1DIR = $(prefix)/share/man/man1
+MAN8DIR = $(prefix)/share/man/man8
 DESTDIR=
 
 all: $(D_P) $(Q_P)
@@ -72,11 +87,17 @@
@echo "  INSTALL $(D_P)"
$(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(SBINDIR)
$(Q)$(INSTALL) -m 755 $(D_P) $(DESTDIR)$(SBINDIR)/$(D_P)
+   $(Q)$(GZIP) doc/$(D_MAN) > $(D_MAN).gz
+   $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(MAN8DIR)
+   $(Q)$(INSTALL) -m 644 $(D_MAN).gz $(DESTDIR)$(MAN8DIR)/$(D_MAN).gz
 
 install_$(Q_P): $(Q_P)
@echo "  INSTALL $(Q_P)"
$(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(BINDIR)
$(Q)$(INSTALL) -m 755 $(Q_P) 

commit vagrant for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package vagrant for openSUSE:Factory checked 
in at 2017-10-23 16:52:32

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


Package is "vagrant"

Mon Oct 23 16:52:32 2017 rev:5 rq:535821 version:1.9.7

Changes:

--- /work/SRC/openSUSE:Factory/vagrant/vagrant.changes  2017-09-29 
11:57:24.061757805 +0200
+++ /work/SRC/openSUSE:Factory/.vagrant.new/vagrant.changes 2017-10-23 
16:53:09.457061644 +0200
@@ -1,0 +2,6 @@
+Sun Oct 22 19:00:05 UTC 2017 - robert.munte...@gmail.com
+
+- Added upstream patch 0010-virtualbox-5.2-support.patch to allow
+  running with upcoming Virtualbox 5.2 
+
+---

New:

  0010-virtualbox-5.2-support.patch



Other differences:
--
++ vagrant.spec ++
--- /var/tmp/diff_new_pack.5zuPid/_old  2017-10-23 16:53:11.456968047 +0200
+++ /var/tmp/diff_new_pack.5zuPid/_new  2017-10-23 16:53:11.456968047 +0200
@@ -43,6 +43,7 @@
 Patch6: 0006-Relax-dependency-resolution.patch
 Patch8: 0008-Read-data-from-usr-share-vagrant.patch
 Patch9: 0009-plugins-don-t-abuse-require_relative.patch
+Patch10:0010-virtualbox-5.2-support.patch
 #
 #
 # try building with ruby2.4
@@ -162,6 +163,7 @@
 %patch6 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 #
 #
 #

++ 0010-virtualbox-5.2-support.patch ++
>From 7d73af5637de41f1e53b8f1ef2ea9baf76842dfb Mon Sep 17 00:00:00 2001
From: Jehiah Czebotar 
Date: Fri, 8 Sep 2017 15:00:17 -0400
Subject: [PATCH] Virtualbox 5.2 support

---
 plugins/providers/virtualbox/driver/meta.rb|  1 +
 plugins/providers/virtualbox/driver/version_5_2.rb | 16 
 plugins/providers/virtualbox/plugin.rb |  1 +
 3 files changed, 18 insertions(+)
 create mode 100644 plugins/providers/virtualbox/driver/version_5_2.rb

diff --git a/plugins/providers/virtualbox/driver/meta.rb 
b/plugins/providers/virtualbox/driver/meta.rb
index 0dd186d8c7..ec457a866a 100644
--- a/plugins/providers/virtualbox/driver/meta.rb
+++ b/plugins/providers/virtualbox/driver/meta.rb
@@ -62,6 +62,7 @@ def initialize(uuid=nil)
 "4.3" => Version_4_3,
 "5.0" => Version_5_0,
 "5.1" => Version_5_1,
+"5.2" => Version_5_2,
   }
 
   if @@version.start_with?("4.2.14")
diff --git a/plugins/providers/virtualbox/driver/version_5_2.rb 
b/plugins/providers/virtualbox/driver/version_5_2.rb
new file mode 100644
index 00..cd6c0b6c5c
--- /dev/null
+++ b/plugins/providers/virtualbox/driver/version_5_2.rb
@@ -0,0 +1,16 @@
+require File.expand_path("../version_5_1", __FILE__)
+
+module VagrantPlugins
+  module ProviderVirtualBox
+module Driver
+  # Driver for VirtualBox 5.2.x
+  class Version_5_2 < Version_5_1
+def initialize(uuid)
+  super
+
+  @logger = Log4r::Logger.new("vagrant::provider::virtualbox_5_2")
+end
+  end
+end
+  end
+end
diff --git a/plugins/providers/virtualbox/plugin.rb 
b/plugins/providers/virtualbox/plugin.rb
index 399747a6a2..090bc50616 100644
--- a/plugins/providers/virtualbox/plugin.rb
+++ b/plugins/providers/virtualbox/plugin.rb
@@ -57,6 +57,7 @@ module Driver
   autoload :Version_4_3, File.expand_path("../driver/version_4_3", 
__FILE__)
   autoload :Version_5_0, File.expand_path("../driver/version_5_0", 
__FILE__)
   autoload :Version_5_1, File.expand_path("../driver/version_5_1", 
__FILE__)
+  autoload :Version_5_2, File.expand_path("../driver/version_5_2", 
__FILE__)
 end
 
 module Model



commit palapeli for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package palapeli for openSUSE:Factory 
checked in at 2017-10-23 16:51:28

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


Package is "palapeli"

Mon Oct 23 16:51:28 2017 rev:65 rq:534838 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/palapeli/palapeli.changes2017-09-11 
16:23:20.696033622 +0200
+++ /work/SRC/openSUSE:Factory/.palapeli.new/palapeli.changes   2017-10-23 
16:51:35.389464068 +0200
@@ -1,0 +2,11 @@
+Tue Oct 17 00:33:19 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * Really fix appdata location
+  * fix appdata install location
+
+---

Old:

  palapeli-17.08.1.tar.xz

New:

  palapeli-17.08.2.tar.xz



Other differences:
--
++ palapeli.spec ++
--- /var/tmp/diff_new_pack.AfAnA6/_old  2017-10-23 16:51:36.081431684 +0200
+++ /var/tmp/diff_new_pack.AfAnA6/_new  2017-10-23 16:51:36.085431496 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:17.08.1
+Version:17.08.2
 Release:0
 Source0:palapeli-%{version}.tar.xz
 BuildRequires:  libkdegames4-devel
@@ -98,8 +98,8 @@
 %{_kde4_servicesdir}/palathumbcreator.desktop
 %{_kde4_servicetypesdir}/libpala-slicerplugin.desktop
 %{_datadir}/mime/packages/palapeli-mimetypes.xml
-%dir %{_kde4_appsdir}/metainfo
-%{_kde4_appsdir}/metainfo/org.kde.palapeli.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/org.kde.palapeli.appdata.xml
 
 %files data
 %defattr(-,root,root)

++ palapeli-17.08.1.tar.xz -> palapeli-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palapeli-17.08.1/src/CMakeLists.txt 
new/palapeli-17.08.2/src/CMakeLists.txt
--- old/palapeli-17.08.1/src/CMakeLists.txt 2017-08-31 20:24:50.0 
+0200
+++ new/palapeli-17.08.2/src/CMakeLists.txt 2017-10-12 11:00:23.0 
+0200
@@ -55,5 +55,5 @@
 install(FILES palapeli.kcfg palapeli.notifyrc palapeliui.rc
 DESTINATION ${DATA_INSTALL_DIR}/palapeli)
 install(PROGRAMS org.kde.palapeli.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
-install(FILES org.kde.palapeli.appdata.xml DESTINATION  
${DATA_INSTALL_DIR}/metainfo)
+install(FILES org.kde.palapeli.appdata.xml DESTINATION  
${SHARE_INSTALL_PREFIX}/metainfo)
 add_subdirectory(pics)




commit lokalize for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package lokalize for openSUSE:Factory 
checked in at 2017-10-23 16:50:57

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


Package is "lokalize"

Mon Oct 23 16:50:57 2017 rev:56 rq:534827 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/lokalize/lokalize.changes2017-09-11 
16:23:14.488905299 +0200
+++ /work/SRC/openSUSE:Factory/.lokalize.new/lokalize.changes   2017-10-23 
16:51:04.434912757 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:48 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  lokalize-17.08.1.tar.xz

New:

  lokalize-17.08.2.tar.xz



Other differences:
--
++ lokalize.spec ++
--- /var/tmp/diff_new_pack.9fEkII/_old  2017-10-23 16:51:05.202876816 +0200
+++ /var/tmp/diff_new_pack.9fEkII/_new  2017-10-23 16:51:05.202876816 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   lokalize
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> lokalize-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-17.08.1/CMakeLists.txt 
new/lokalize-17.08.2/CMakeLists.txt
--- old/lokalize-17.08.1/CMakeLists.txt 2017-09-05 02:35:33.0 +0200
+++ new/lokalize-17.08.2/CMakeLists.txt 2017-10-10 02:13:31.0 +0200
@@ -44,4 +44,5 @@
 if (KF5DocTools_FOUND)
  kdoctools_install(po)
 endif()
-add_subdirectory(po)
+include(ECMOptionalAddSubdirectory)
+ecm_optional_add_subdirectory(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-17.08.1/org.kde.lokalize.appdata.xml 
new/lokalize-17.08.2/org.kde.lokalize.appdata.xml
--- old/lokalize-17.08.1/org.kde.lokalize.appdata.xml   2017-08-15 
06:43:32.0 +0200
+++ new/lokalize-17.08.2/org.kde.lokalize.appdata.xml   2017-09-09 
05:16:38.0 +0200
@@ -86,6 +86,7 @@
 Lokalize es la herramienta de traducción para el software 
de KDE y para otros proyectos de software libres y de código abierto. También 
es un sistema de traducción asistido por computador (CAT) de uso general con el 
que puede traducir archivos OpenDocument (*.odt). «Translate-Toolkit» se usa 
internamente para extraer el texto para la traducción de archivos .odt en 
.xliff y para volver a fusionar de nuevo las traducciones en los archivos 
.odt.
 Lokalize est un outil de localisation pour les logiciels 
KDE et d'autres outils libres. Il s'agit également d'un système d'aide à la 
traduction assisté par ordinateur pour les fichiers au format OpenDocument 
(*.odt). Translate-Toolkit est utilisé en interne pour extraire le texte à 
traduire depuis le fichier .odt vers un fichier au format .xliff puis fusionner 
en retour les traductions dans le fichier .odt.
 Lokalize é a ferramenta de localización para software de 
KDE e doutros programas libres. Tamén é un sistema xeral de tradución asistida 
por computador (CAT polas súas siglas en inglés) que lle permite traducir 
ficheiros en formato OpenDocument (.odt). Internamente usa Translate-Toolkit 
para extraer o texto a traducir de ficheiros «.odt» e «.xliff» e para integrar 
as traducións de volta no ficheiro «.odt».
+Lokalize adalah alat lokalisasi untuk software KDE dan 
software bebas open source lainnya. Yang juga sebuah sistem terjemahan dibantu 
komputer (computer-aided translation 'CAT') pada umumnya sehingga Anda bisa 
menerjemahkan file-file OpenDocument (*.odt). Translate-Toolkit telah digunakan 
secara internal untuk mengekstrak teks untuk terjemahan dari .odt ke .xlif dan 
menggabungkan terjemahan kembali ke dalam file .odt.
 Lokalize è lo strumento di localizzazione per il software 
KDE e per altri programmi liberi e a codice sorgente aperto. È, inoltre, un 
sistema di traduzione assistita (CAT) con il quale puoi tradurre file 
OpenDocument (*.odt). Translate-Toolkit è utilizzato internamente per estrarre 
il testo da tradurre dai file .odt a .xliff e per reinserire le traduzioni nel 
file .odt.
 Lokalize is het hulpprogramma voor lokalisatie voor KDE 
software en andere vrije en open-source software. Het is ook een algemeen 
systeem "computer-aided translation (CAT)" (vertalen met behulp van de 
computer) waarmee u OpenDocument bestanden (*.odt)kunt vertalen. 
Translate-Toolkit wordt intern gebruikt om tekst te 

commit poxml for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package poxml for openSUSE:Factory checked 
in at 2017-10-23 16:51:42

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


Package is "poxml"

Mon Oct 23 16:51:42 2017 rev:56 rq:534844 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/poxml/poxml.changes  2017-09-11 
16:23:24.159547294 +0200
+++ /work/SRC/openSUSE:Factory/.poxml.new/poxml.changes 2017-10-23 
16:51:43.601079760 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:07 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  poxml-17.08.1.tar.xz

New:

  poxml-17.08.2.tar.xz



Other differences:
--
++ poxml.spec ++
--- /var/tmp/diff_new_pack.xm5r0e/_old  2017-10-23 16:51:44.873020232 +0200
+++ /var/tmp/diff_new_pack.xm5r0e/_new  2017-10-23 16:51:44.877020046 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   poxml
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> poxml-17.08.2.tar.xz ++




commit tuxguitar for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package tuxguitar for openSUSE:Factory 
checked in at 2017-10-23 16:52:21

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


Package is "tuxguitar"

Mon Oct 23 16:52:21 2017 rev:3 rq:535793 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/tuxguitar/tuxguitar.changes  2017-09-23 
21:35:49.728802352 +0200
+++ /work/SRC/openSUSE:Factory/.tuxguitar.new/tuxguitar.changes 2017-10-23 
16:52:55.709705031 +0200
@@ -1,0 +2,6 @@
+Sun Oct 22 13:43:13 UTC 2017 - fst...@suse.com
+
+- Build with java and source target levels 1.6
+  * Solves one of the issues raised in boo#1062807
+
+---



Other differences:
--
++ tuxguitar.spec ++
--- /var/tmp/diff_new_pack.0qKrIx/_old  2017-10-23 16:52:56.341675454 +0200
+++ /var/tmp/diff_new_pack.0qKrIx/_new  2017-10-23 16:52:56.345675266 +0200
@@ -1,9 +1,9 @@
 #
 # spec file for package tuxguitar
 #
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2008-2017 Orcan Ogetbil 
 # Copyright (c) 2008-2017 Fedora project
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Summary:  A multitrack tablature editor and player written in Java-SWT
+License:LGPL-2.1+
+Group:  Applications/Multimedia
 Name: tuxguitar
 Version:  1.4
 Release:  0
-URL:  http://www.tuxguitar.pw
+Url:http://www.tuxguitar.pw
 # Source file cleaned of potentially proprietary SF2, DLL, EXE files:
 #   wget -N http://downloads.sourceforge.net/tuxguitar/tuxguitar-1.4-src.tar.gz
 #   tar zxf tuxguitar-1.4-src.tar.gz
@@ -35,8 +38,6 @@
 Patch2:   tuxguitar-jsa-build.patch
 Patch3:   tuxguitar-tray-build.patch
 Patch4:   tuxguitar-do-not-force-java-1.5.patch
-License:  LGPL-2.1+
-Group:Applications/Multimedia
 
 Requires: eclipse-swt
 Requires: java >= 1.7
@@ -122,6 +123,7 @@
 
 # to pass to ant:
 ANT_FLAGS=" \
+   -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
-Dpath.tuxguitar=$PWD/TuxGuitar/%{name}.jar \
-Dpath.swt=%{_libdir}/java/swt.jar \
-Dlib.swt.jar=%{_libdir}/java/swt.jar \
@@ -175,7 +177,6 @@
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}
 cp -a TuxGuitar-*/jni/*.so $RPM_BUILD_ROOT%{_libdir}/%{name}/
 
-
 # mime-type file
 install -dm 755 $RPM_BUILD_ROOT/%{_datadir}/mime/packages
 install -pm 644 misc/%{name}.xml $RPM_BUILD_ROOT/%{_datadir}/mime/packages/
@@ -205,7 +206,6 @@
 %check
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
-
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null
 touch --no-create %{_datadir}/mime/packages &> /dev/null || :
@@ -223,7 +223,6 @@
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 update-mime-database %{_datadir}/mime &> /dev/null || :
 
-
 %files
 %defattr(-,root,root,-)
 %doc README




commit vidcutter for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package vidcutter for openSUSE:Factory 
checked in at 2017-10-23 16:52:09

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


Package is "vidcutter"

Mon Oct 23 16:52:09 2017 rev:4 rq:535765 version:4.0.5

Changes:

--- /work/SRC/openSUSE:Factory/vidcutter/vidcutter.changes  2017-08-28 
15:14:32.814800028 +0200
+++ /work/SRC/openSUSE:Factory/.vidcutter.new/vidcutter.changes 2017-10-23 
16:52:37.446559758 +0200
@@ -1,0 +2,6 @@
+Sat Oct 21 18:32:02 UTC 2017 - aloi...@gmx.com
+
+- Update to version 4.0.5 (no changelog supplied)
+- Spec cleanup
+
+---

Old:

  vidcutter-4.0.0.tar.gz

New:

  vidcutter-4.0.5.tar.gz



Other differences:
--
++ vidcutter.spec ++
--- /var/tmp/diff_new_pack.9PfbSG/_old  2017-10-23 16:52:38.150526812 +0200
+++ /var/tmp/diff_new_pack.9PfbSG/_new  2017-10-23 16:52:38.154526625 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vidcutter
-Version:4.0.0
+Version:4.0.5
 Release:0
 Summary:Video cutter and joiner
 License:GPL-3.0+
@@ -25,19 +25,20 @@
 Url:http://vidcutter.ozmartians.com/
 Source0:
https://github.com/ozmartian/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source99:   %{name}-rpmlintrc
-BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  mpv-devel
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-BuildRequires:  update-desktop-files
 Requires:   ffmpeg
 Requires:   libmpv1
 Requires:   mediainfo
 Requires:   python3-opengl
 Requires:   python3-qt5
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} <= 1320
+BuildRequires:  desktop-file-utils
+BuildRequires:  update-desktop-files
+%endif
 
 %description
 Vidcutter is a Qt5-based application for video trimming/splitting
@@ -55,6 +56,9 @@
 sed -i -e "1d" vidcutter/${f}.py
 done
 
+# fix version in egg-info
+sed -i "/^__version__/s/'.*'/'%{version}'/" vidcutter/__init__.py
+
 %build
 python3 setup.py build
 
@@ -62,6 +66,7 @@
 python3 setup.py install --root %{buildroot}
 %fdupes -s %{buildroot}%{_datadir}
 
+%if 0%{?suse_version} <= 1320
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -69,9 +74,9 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
-%defattr(-,root,root)
 %doc LICENSE README.md
 %{_bindir}/%{name}
 %{python3_sitearch}/%{name}-%{version}-py*.egg-info/

++ vidcutter-4.0.0.tar.gz -> vidcutter-4.0.5.tar.gz ++
 12314 lines of diff (skipped)




commit qutebrowser for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package qutebrowser for openSUSE:Factory 
checked in at 2017-10-23 16:52:02

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


Package is "qutebrowser"

Mon Oct 23 16:52:02 2017 rev:10 rq:535736 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/qutebrowser/qutebrowser.changes  2017-10-18 
10:54:30.533538222 +0200
+++ /work/SRC/openSUSE:Factory/.qutebrowser.new/qutebrowser.changes 
2017-10-23 16:52:32.346798430 +0200
@@ -1,0 +2,5 @@
+Sat Oct 21 20:20:10 UTC 2017 - sor.ale...@meowr.ru
+
+- Add the missing python3-attrs dependency (boo#1064515).
+
+---



Other differences:
--
++ qutebrowser.spec ++
--- /var/tmp/diff_new_pack.09dnbu/_old  2017-10-23 16:52:32.862774283 +0200
+++ /var/tmp/diff_new_pack.09dnbu/_new  2017-10-23 16:52:32.862774283 +0200
@@ -32,6 +32,7 @@
 BuildRequires:  python3-MarkupSafe
 BuildRequires:  python3-PyYAML
 BuildRequires:  python3-Pygments
+BuildRequires:  python3-attrs
 BuildRequires:  python3-devel >= 3.6
 BuildRequires:  python3-pyPEG2
 BuildRequires:  python3-qt5 >= 5.2
@@ -40,6 +41,7 @@
 Requires:   python3-MarkupSafe
 Requires:   python3-PyYAML
 Requires:   python3-Pygments
+Requires:   python3-attrs
 Requires:   python3-opengl
 Requires:   python3-pyPEG2
 Requires:   python3-qt5 >= 5.2





commit perl-Linux-DesktopFiles for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package perl-Linux-DesktopFiles for 
openSUSE:Factory checked in at 2017-10-23 16:52:06

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


Package is "perl-Linux-DesktopFiles"

Mon Oct 23 16:52:06 2017 rev:3 rq:535745 version:0.24

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Linux-DesktopFiles/perl-Linux-DesktopFiles.changes
  2017-10-06 11:04:01.900068892 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Linux-DesktopFiles.new/perl-Linux-DesktopFiles.changes
 2017-10-23 16:52:36.006627148 +0200
@@ -1,0 +2,13 @@
+Sun Oct 22 05:28:09 UTC 2017 - co...@suse.com
+
+- updated to 0.24
+   see /usr/share/doc/packages/perl-Linux-DesktopFiles/Changes
+
+  0.24  2017-10-21
+  - When `keep_unknown_categories` is true and a given entry does not 
belong to any category, `parse_desktop_file` will set `Categories` to 
[`unknown_category_key`].
+  
+  0.23  2017-10-21
+  - Escaped strings are now unescaped.
+  - Added the `parse_desktop_file` method, which parses a single desktop 
file.
+
+---

Old:

  Linux-DesktopFiles-0.22.tar.gz

New:

  Linux-DesktopFiles-0.24.tar.gz



Other differences:
--
++ perl-Linux-DesktopFiles.spec ++
--- /var/tmp/diff_new_pack.Oc1xkR/_old  2017-10-23 16:52:36.790590458 +0200
+++ /var/tmp/diff_new_pack.Oc1xkR/_new  2017-10-23 16:52:36.790590458 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Linux-DesktopFiles
-Version:0.22
+Version:0.24
 Release:0
 %define cpan_name Linux-DesktopFiles
 Summary:Fast parsing of the Linux desktop files

++ Linux-DesktopFiles-0.22.tar.gz -> Linux-DesktopFiles-0.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Linux-DesktopFiles-0.22/Changes 
new/Linux-DesktopFiles-0.24/Changes
--- old/Linux-DesktopFiles-0.22/Changes 2017-10-04 21:38:18.0 +0200
+++ new/Linux-DesktopFiles-0.24/Changes 2017-10-21 18:39:47.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension Linux::DesktopFiles.
 
+0.24  2017-10-21
+- When `keep_unknown_categories` is true and a given entry does not belong 
to any category, `parse_desktop_file` will set `Categories` to 
[`unknown_category_key`].
+
+0.23  2017-10-21
+- Escaped strings are now unescaped.
+- Added the `parse_desktop_file` method, which parses a single desktop 
file.
+
 0.22  2017-10-04
 - Make sure the category names are unique, so we don't store an 
application twice under the same category.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Linux-DesktopFiles-0.22/META.json 
new/Linux-DesktopFiles-0.24/META.json
--- old/Linux-DesktopFiles-0.22/META.json   2017-10-04 21:38:18.0 
+0200
+++ new/Linux-DesktopFiles-0.24/META.json   2017-10-21 18:39:47.0 
+0200
@@ -28,7 +28,7 @@
"provides" : {
   "Linux::DesktopFiles" : {
  "file" : "lib/Linux/DesktopFiles.pm",
- "version" : "0.22"
+ "version" : "0.24"
   }
},
"release_status" : "stable",
@@ -44,6 +44,6 @@
  "url" : "https://github.com/trizen/Linux-DesktopFiles;
   }
},
-   "version" : "0.22",
+   "version" : "0.24",
"x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Linux-DesktopFiles-0.22/META.yml 
new/Linux-DesktopFiles-0.24/META.yml
--- old/Linux-DesktopFiles-0.22/META.yml2017-10-04 21:38:18.0 
+0200
+++ new/Linux-DesktopFiles-0.24/META.yml2017-10-21 18:39:47.0 
+0200
@@ -15,7 +15,7 @@
 provides:
   Linux::DesktopFiles:
 file: lib/Linux/DesktopFiles.pm
-version: '0.22'
+version: '0.24'
 requires:
   perl: '5.014'
 resources:
@@ -23,5 +23,5 @@
   homepage: https://github.com/trizen/Linux-DesktopFiles
   license: http://opensource.org/licenses/artistic-license-2.0.php
   repository: https://github.com/trizen/Linux-DesktopFiles
-version: '0.22'
+version: '0.24'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Linux-DesktopFiles-0.22/lib/Linux/DesktopFiles.pm 
new/Linux-DesktopFiles-0.24/lib/Linux/DesktopFiles.pm
--- old/Linux-DesktopFiles-0.22/lib/Linux/DesktopFiles.pm   2017-10-04 
21:38:18.0 +0200
+++ new/Linux-DesktopFiles-0.24/lib/Linux/DesktopFiles.pm   2017-10-21 
18:39:47.0 +0200
@@ -9,7 +9,7 @@
 #use strict;
 #use warnings;
 
-our $VERSION = '0.22';
+our $VERSION = '0.24';
 
 

commit step for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package step for openSUSE:Factory checked in 
at 2017-10-23 16:51:47

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


Package is "step"

Mon Oct 23 16:51:47 2017 rev:85 rq:534848 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/step/step.changes2017-09-11 
16:23:26.207259765 +0200
+++ /work/SRC/openSUSE:Factory/.step.new/step.changes   2017-10-23 
16:51:48.160866359 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:08 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  step-17.08.1.tar.xz

New:

  step-17.08.2.tar.xz



Other differences:
--
++ step.spec ++
--- /var/tmp/diff_new_pack.LFRMBO/_old  2017-10-23 16:51:48.812835847 +0200
+++ /var/tmp/diff_new_pack.LFRMBO/_new  2017-10-23 16:51:48.816835660 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   step
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> step-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-17.08.1/CMakeLists.txt 
new/step-17.08.2/CMakeLists.txt
--- old/step-17.08.1/CMakeLists.txt 2017-09-05 02:28:06.0 +0200
+++ new/step-17.08.2/CMakeLists.txt 2017-10-10 02:07:34.0 +0200
@@ -87,4 +87,5 @@
 if (KF5DocTools_FOUND)
  kdoctools_install(po)
 endif()
-add_subdirectory(po)
+include(ECMOptionalAddSubdirectory)
+ecm_optional_add_subdirectory(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-17.08.1/org.kde.step.appdata.xml 
new/step-17.08.2/org.kde.step.appdata.xml
--- old/step-17.08.1/org.kde.step.appdata.xml   2017-08-29 21:21:47.0 
+0200
+++ new/step-17.08.2/org.kde.step.appdata.xml   2017-10-04 09:25:26.0 
+0200
@@ -454,7 +454,7 @@
   Valik näidiskatseid, rohkem saab alla laadida 
KNewStuffi vahendusel
   Kokoelma esimerkkikokeita, ja lisää on ladattavissa 
verkosta KNewStuffin välityksellä
   Collection d'exemples d'expérience, davantage peuvent 
être téléchargé avec KNewStuff
-  Colección de experimentos de exemplo; pódense obter 
máis con KNewStuff.
+  Colección de experimentos de exemplo; pódense 
descargar máis con KNewStuff.
   Collezione di esperimenti di esempio, altri possono 
essere scaricati con KNewStuff2
   Sammeln vun Bispill-Experimenten, mehr laat sik vun 
KNewStuff daalladen
   Verzameling van voorbeeldexperimenten, meer kunnen er 
worden opgehaald met KNewStuff
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-17.08.1/po/cs/step.po 
new/step-17.08.2/po/cs/step.po
--- old/step-17.08.1/po/cs/step.po  2017-09-05 02:28:04.0 +0200
+++ new/step-17.08.2/po/cs/step.po  2017-10-10 02:07:32.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: step\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:14+0100\n"
-"PO-Revision-Date: 2017-02-24 11:57+0100\n"
+"PO-Revision-Date: 2017-09-12 12:37+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -958,13 +958,13 @@
 #: step/stepui.rc:7
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #. i18n: ectx: ToolBar (simulationToolBar)
 #: step/stepui.rc:12
 #, kde-format
 msgid "Simulation Toolbar"
-msgstr "Lišta nástrojů pro činnosti spojené s napodobováním"
+msgstr "Panel nástrojů pro simulaci"
 
 #. i18n: ectx: Menu (examples)
 #: step/stepui.rc:21
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-17.08.1/po/gl/step.po 
new/step-17.08.2/po/gl/step.po
--- old/step-17.08.1/po/gl/step.po  2017-09-05 02:28:05.0 +0200
+++ new/step-17.08.2/po/gl/step.po  2017-10-10 02:07:33.0 +0200
@@ -7,14 +7,14 @@
 # Xosé , 2009, 2012.
 # Marce Villarino , 2012, 2014.
 # Adrián Chaves Fernández , 2015, 2017.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: step\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:14+0100\n"
-"PO-Revision-Date: 2017-01-14 18:21+0100\n"
-"Last-Translator: Adrián Chaves 

commit rocs for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2017-10-23 16:51:45

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


Package is "rocs"

Mon Oct 23 16:51:45 2017 rev:88 rq:534845 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/rocs/rocs.changes2017-09-11 
16:23:24.835452387 +0200
+++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes   2017-10-23 
16:51:46.708934311 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:07 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  rocs-17.08.1.tar.xz

New:

  rocs-17.08.2.tar.xz



Other differences:
--
++ rocs.spec ++
--- /var/tmp/diff_new_pack.HdDn1P/_old  2017-10-23 16:51:47.308906232 +0200
+++ /var/tmp/diff_new_pack.HdDn1P/_new  2017-10-23 16:51:47.312906045 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   rocs
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> rocs-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-17.08.1/po/cs/rocs.po 
new/rocs-17.08.2/po/cs/rocs.po
--- old/rocs-17.08.1/po/cs/rocs.po  2017-09-05 02:27:59.0 +0200
+++ new/rocs-17.08.2/po/cs/rocs.po  2017-10-10 02:07:28.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-02 03:02+0200\n"
-"PO-Revision-Date: 2017-07-03 14:47+0100\n"
+"PO-Revision-Date: 2017-09-12 12:37+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -562,7 +562,7 @@
 #, kde-format
 msgctxt "@title"
 msgid "Side Toolbar"
-msgstr "Postranní nástrojová lišta"
+msgstr "Postranní panel nástrojů"
 
 #: ui/sidedockwidget.cpp:142
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-17.08.1/po/fr/rocs.po 
new/rocs-17.08.2/po/fr/rocs.po
--- old/rocs-17.08.1/po/fr/rocs.po  2017-09-05 02:27:59.0 +0200
+++ new/rocs-17.08.2/po/fr/rocs.po  2017-10-10 02:07:28.0 +0200
@@ -4,14 +4,15 @@
 # Anne-Marie Mahfouf , 2009, 2012.
 # xavier , 2012, 2013.
 # Thomas Vergnaud , 2015, 2016.
+# Vincent Pinon , 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: rocs\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-02 03:02+0200\n"
-"PO-Revision-Date: 2016-01-23 11:31+0100\n"
-"Last-Translator: Thomas Vergnaud \n"
+"PO-Revision-Date: 2017-10-02 09:27+0100\n"
+"Last-Translator: Vincent Pinon \n"
 "Language-Team: French \n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
@@ -321,11 +322,13 @@
 "Cannot resolve suffix of file '%1' to an available file "
 "backend. Aborting export."
 msgstr ""
+"Impossible d'associer le suffixe du fichier %1 à l'un "
+"des moteurs disponibles. Export abandonné."
 
 #: ui/fileformatdialog.cpp:102
 #, kde-format
 msgid "Error occurred when writing file: '%1'"
-msgstr ""
+msgstr "Erreur lors de l'écriture du fichier : « %1 »"
 
 #: ui/fileformatdialog.cpp:120
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-17.08.1/po/gl/libgraphtheory.po 
new/rocs-17.08.2/po/gl/libgraphtheory.po
--- old/rocs-17.08.1/po/gl/libgraphtheory.po2017-09-05 02:27:59.0 
+0200
+++ new/rocs-17.08.2/po/gl/libgraphtheory.po2017-10-10 02:07:28.0 
+0200
@@ -7,14 +7,14 @@
 # Xosé , 2009, 2010.
 # Miguel Branco , 2013.
 # Adrián Chaves Fernández , 2015, 2016.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: Rocs\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:14+0100\n"
-"PO-Revision-Date: 2016-04-21 06:34+0100\n"
-"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
+"PO-Revision-Date: 2017-10-03 13:45+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -705,7 +705,7 @@
 #: 

commit svgpart for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package svgpart for openSUSE:Factory checked 
in at 2017-10-23 16:51:49

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


Package is "svgpart"

Mon Oct 23 16:51:49 2017 rev:67 rq:534849 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/svgpart/svgpart.changes  2017-09-11 
16:23:27.179123301 +0200
+++ /work/SRC/openSUSE:Factory/.svgpart.new/svgpart.changes 2017-10-23 
16:51:49.308812635 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:08 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  svgpart-17.08.1.tar.xz

New:

  svgpart-17.08.2.tar.xz



Other differences:
--
++ svgpart.spec ++
--- /var/tmp/diff_new_pack.mweEyv/_old  2017-10-23 16:51:49.868786428 +0200
+++ /var/tmp/diff_new_pack.mweEyv/_new  2017-10-23 16:51:49.872786241 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   svgpart
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> svgpart-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/svgpart-17.08.1/po/cs/svgpart.po 
new/svgpart-17.08.2/po/cs/svgpart.po
--- old/svgpart-17.08.1/po/cs/svgpart.po2017-09-05 02:29:19.0 
+0200
+++ new/svgpart-17.08.2/po/cs/svgpart.po2017-10-10 02:08:27.0 
+0200
@@ -1,21 +1,21 @@
-# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR , YEAR.
+# Vít Pelčák , 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: svgpart\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:16+0100\n"
-"PO-Revision-Date: 2008-02-12 11:08+0100\n"
-"Last-Translator: Lukáš Tinkl \n"
-"Language-Team: Czech \n"
+"PO-Revision-Date: 2017-09-11 14:08+0100\n"
+"Last-Translator: Vít Pelčák \n"
+"Language-Team: Czech \n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -52,4 +52,4 @@
 #: svgpart.rc:13
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/svgpart-17.08.1/po/zh_CN/svgpart.po 
new/svgpart-17.08.2/po/zh_CN/svgpart.po
--- old/svgpart-17.08.1/po/zh_CN/svgpart.po 2017-09-05 02:29:19.0 
+0200
+++ new/svgpart-17.08.2/po/zh_CN/svgpart.po 2017-10-10 02:08:29.0 
+0200
@@ -1,9 +1,13 @@
+# translation of kfile_dvi.po to zh_CN
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# Xiong Jiang , 2003
+#
 msgid ""
 msgstr ""
 "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-31 05:19-0400\n"
+"PO-Revision-Date: 2017-09-30 17:50-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit libkdegames for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package libkdegames for openSUSE:Factory 
checked in at 2017-10-23 16:50:48

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


Package is "libkdegames"

Mon Oct 23 16:50:48 2017 rev:67 rq:534814 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/libkdegames/libkdegames.changes  2017-09-11 
16:23:05.138218553 +0200
+++ /work/SRC/openSUSE:Factory/.libkdegames.new/libkdegames.changes 
2017-10-23 16:50:54.495377931 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  libkdegames-17.08.1.tar.xz

New:

  libkdegames-17.08.2.tar.xz



Other differences:
--
++ libkdegames.spec ++
--- /var/tmp/diff_new_pack.yzYoRY/_old  2017-10-23 16:50:55.359337498 +0200
+++ /var/tmp/diff_new_pack.yzYoRY/_new  2017-10-23 16:50:55.359337498 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkdegames
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> libkdegames-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdegames-17.08.1/po/zh_CN/libkdegames5.po 
new/libkdegames-17.08.2/po/zh_CN/libkdegames5.po
--- old/libkdegames-17.08.1/po/zh_CN/libkdegames5.po2017-09-05 
02:34:22.0 +0200
+++ new/libkdegames-17.08.2/po/zh_CN/libkdegames5.po2017-10-10 
02:12:32.0 +0200
@@ -1,9 +1,18 @@
+# translation of libkdegames.po to 简体中文
+# Copyright (C) 2002,2003, 2008 Free Software Foundation, Inc.
+#
+# Liang Meng , 2002.
+# Xiong Jiang , 2002,2003.
+# Funda Wang , 2002,2004.
+# Lie_Ex , 2007-2009.
+# Ni Hui , 2008, 2012.
+# Guo Yunhe , 2017.
 msgid ""
 msgstr ""
 "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-31 05:18-0400\n"
+"PO-Revision-Date: 2017-09-30 17:49-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit pim-data-exporter for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package pim-data-exporter for 
openSUSE:Factory checked in at 2017-10-23 16:51:38

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 Oct 23 16:51:38 2017 rev:12 rq:534842 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes  
2017-09-11 16:23:23.415651748 +0200
+++ /work/SRC/openSUSE:Factory/.pim-data-exporter.new/pim-data-exporter.changes 
2017-10-23 16:51:40.505224648 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:07 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  pim-data-exporter-17.08.1.tar.xz

New:

  pim-data-exporter-17.08.2.tar.xz



Other differences:
--
++ pim-data-exporter.spec ++
--- /var/tmp/diff_new_pack.yhAKdy/_old  2017-10-23 16:51:41.037199751 +0200
+++ /var/tmp/diff_new_pack.yhAKdy/_new  2017-10-23 16:51:41.041199564 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pim-data-exporter
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> pim-data-exporter-17.08.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-17.08.1/CMakeLists.txt 
new/pim-data-exporter-17.08.2/CMakeLists.txt
--- old/pim-data-exporter-17.08.1/CMakeLists.txt2017-09-05 
02:40:21.0 +0200
+++ new/pim-data-exporter-17.08.2/CMakeLists.txt2017-10-10 
02:17:24.0 +0200
@@ -32,7 +32,7 @@
 endif()
 
 
-set(KDEPIM_VERSION_NUMBER "5.6.1")
+set(KDEPIM_VERSION_NUMBER "5.6.2")
 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.1/po/fi/pimsettingexporter.po 
new/pim-data-exporter-17.08.2/po/fi/pimsettingexporter.po
--- old/pim-data-exporter-17.08.1/po/fi/pimsettingexporter.po   2017-09-05 
02:40:21.0 +0200
+++ new/pim-data-exporter-17.08.2/po/fi/pimsettingexporter.po   2017-10-10 
02:17:23.0 +0200
@@ -1,14 +1,14 @@
 # KDE Finnish translation sprint participants:
 # Jiri Grönroos , 2012.
-# Tommi Nieminen , 2012, 2013, 2015.
+# Tommi Nieminen , 2012, 2013, 2015, 2017.
 # Lasse Liehu , 2013, 2014, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: backupmail\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-08-19 05:28+0200\n"
-"PO-Revision-Date: 2016-05-01 00:30+0200\n"
-"Last-Translator: Lasse Liehu \n"
+"PO-Revision-Date: 2017-09-08 10:52+0200\n"
+"Last-Translator: Tommi Nieminen \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
@@ -34,10 +34,9 @@
 msgstr "PIM-asetusten viennin konsoli"
 
 #: console/main.cpp:39
-#, fuzzy, kde-format
-#| msgid "Copyright © 2015-2016 pimsettingexporter authors"
+#, kde-format
 msgid "Copyright © 2015-2017 pimsettingexporter authors"
-msgstr "Tekijänoikeudet © 2015–2016 pimsettingexporterin tekijät"
+msgstr "Tekijänoikeudet © 2015–2017 pimsettingexporterin tekijät"
 
 #: console/main.cpp:40 gui/pimsettingcommandlineoption.cpp:56
 #, kde-format
@@ -695,7 +694,7 @@
 #: gui/dialog/showarchivestructuredialog.cpp:51
 #, kde-format
 msgid "Search..."
-msgstr ""
+msgstr "Etsi…"
 
 #: gui/dialog/showarchivestructuredialog.cpp:60
 #, kde-format
@@ -798,10 +797,9 @@
 msgstr "PIM-asetusten vienti"
 
 #: gui/pimsettingcommandlineoption.cpp:55
-#, fuzzy, kde-format
-#| msgid "Copyright © 2012-2016 pimsettingexporter authors"
+#, kde-format
 msgid "Copyright © 2012-2017 pimsettingexporter authors"
-msgstr "Tekijänoikeudet © 2012–2016 pimsettingexporterin tekijät"
+msgstr "Tekijänoikeudet © 2012–2017 pimsettingexporterin tekijät"
 
 #: gui/pimsettingcommandlineoption.cpp:59
 #, kde-format
@@ -945,10 +943,9 @@
 msgstr "Luo varmuuskopio"
 
 #: gui/pimsettingexporterwindow.cpp:315
-#, fuzzy, kde-format
-#| msgid "Backing up resources..."
+#, kde-format
 msgid "Backup in progress..."
-msgstr "Varmuuskopioidaan resursseja…"
+msgstr "Varmuuskopiointi käynnissä…"
 
 #: gui/pimsettingexporterwindow.cpp:356
 #, 

commit kturtle for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kturtle for openSUSE:Factory checked 
in at 2017-10-23 16:50:24

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


Package is "kturtle"

Mon Oct 23 16:50:24 2017 rev:84 rq:534805 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kturtle/kturtle.changes  2017-09-11 
16:22:58.743116710 +0200
+++ /work/SRC/openSUSE:Factory/.kturtle.new/kturtle.changes 2017-10-23 
16:50:29.304556872 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:39 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kturtle-17.08.1.tar.xz

New:

  kturtle-17.08.2.tar.xz



Other differences:
--
++ kturtle.spec ++
--- /var/tmp/diff_new_pack.PXhAfL/_old  2017-10-23 16:50:30.012523739 +0200
+++ /var/tmp/diff_new_pack.PXhAfL/_new  2017-10-23 16:50:30.016523552 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kturtle
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kturtle-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-17.08.1/CMakeLists.txt 
new/kturtle-17.08.2/CMakeLists.txt
--- old/kturtle-17.08.1/CMakeLists.txt  2017-09-05 02:26:31.0 +0200
+++ new/kturtle-17.08.2/CMakeLists.txt  2017-10-10 02:06:09.0 +0200
@@ -47,4 +47,5 @@
 if (KF5DocTools_FOUND)
  kdoctools_install(po)
 endif()
-add_subdirectory(po)
+include(ECMOptionalAddSubdirectory)
+ecm_optional_add_subdirectory(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-17.08.1/po/cs/kturtle.po 
new/kturtle-17.08.2/po/cs/kturtle.po
--- old/kturtle-17.08.1/po/cs/kturtle.po2017-09-05 02:26:30.0 
+0200
+++ new/kturtle-17.08.2/po/cs/kturtle.po2017-10-10 02:06:08.0 
+0200
@@ -8,7 +8,7 @@
 "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: 2017-02-24 16:36+0100\n"
+"PO-Revision-Date: 2017-09-12 11:45+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -1355,7 +1355,7 @@
 #: kturtleui.rc:80
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: main.cpp:41
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-17.08.1/po/ja/kturtle.po 
new/kturtle-17.08.2/po/ja/kturtle.po
--- old/kturtle-17.08.1/po/ja/kturtle.po2017-09-05 02:26:30.0 
+0200
+++ new/kturtle-17.08.2/po/ja/kturtle.po2017-10-10 02:06:08.0 
+0200
@@ -155,7 +155,7 @@
 msgstr ""
 "開こうとしているファイルは有効な KTurtle スクリプトでないか、このバージョン"
 "の KTurtle と非互換です。\n"
-"%1 を開けません。"
+"‘%1’ を開けません。"
 
 #: editor.cpp:262
 #, kde-format
@@ -305,18 +305,18 @@
 #: interpreter/executer.cpp:280
 #, kde-format
 msgid "The %1 command accepts no parameters."
-msgstr "%1 コマンドにはパラメータは指定できません。"
+msgstr "%1 コマンドにはパラメータは指定できません。"
 
 #: interpreter/executer.cpp:290
 #, kde-format
 msgid "The %2 command was called with %3 but needs 1 parameter."
 msgid_plural "The %2 command was called with %3 but needs %1 parameters."
 msgstr[0] ""
-"%2 コマンドが %3 個のパラメータで呼び出されましたが、1 個のパ"
-"ラメータを必要とします。"
+"%2 コマンドが %3 個のパラメータで呼び出されましたが、1 個のパラメータを必要と"
+"します。"
 msgstr[1] ""
-"%2 コマンドが %3 個のパラメータで呼び出されましたが、%1 個のパ"
-"ラメータを必要とします。"
+"%2 コマンドが %3 個のパラメータで呼び出されましたが、%1 個のパラメータを必要"
+"とします。"
 
 #: interpreter/executer.cpp:292
 #, kde-format
@@ -324,44 +324,41 @@
 msgid_plural ""
 "The %2 command was called with %3 but only accepts %1 parameters."
 msgstr[0] ""
-"%2 コマンドが %3 個のパラメータで呼び出されましたが、1 個のパ"
-"ラメータしか指定できません。"
+"%2 コマンドが %3 個のパラメータで呼び出されましたが、1 個のパラメータしか指定"
+"できません。"
 msgstr[1] ""
-"%2 コマンドが %3 個のパラメータで呼び出されましたが、%1 個のパ"
-"ラメータしか指定できません。"
+"%2 コマンドが %3 個のパラメータで呼び出されましたが、%1 個のパラメータしか指"
+"定できません。"
 
 #: interpreter/executer.cpp:310
 #, kde-format
 msgid "The %1 command only accepts a string as its parameter."
-msgstr ""
-"%1 コマンドのパラメータには 1 つの文字列しか指定できません。"
+msgstr "%1 コマンドのパラメータには 1 つの文字列しか指定できません。"
 
 #: interpreter/executer.cpp:312
 #, kde-format
 msgid "The %1 command only accepts strings as its parameters."
-msgstr "%1 コマンドのパラメータには文字列しか指定できません。"
+msgstr "%1 コマンドのパラメータには文字列しか指定できません。"
 
 #: interpreter/executer.cpp:317
 #, kde-format
 

commit setconf for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package setconf for openSUSE:Factory checked 
in at 2017-10-23 16:51:56

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


Package is "setconf"

Mon Oct 23 16:51:56 2017 rev:9 rq:534930 version:0.7.5

Changes:

--- /work/SRC/openSUSE:Factory/setconf/setconf.changes  2017-05-10 
20:53:31.537378852 +0200
+++ /work/SRC/openSUSE:Factory/.setconf.new/setconf.changes 2017-10-23 
16:51:57.264440307 +0200
@@ -1,0 +2,12 @@
+Wed Oct 18 06:52:11 UTC 2017 - aavind...@gmail.com
+
+- Update to version 0.7.5
+  * Can now uncomment configuration options with the -u flag.
+  * Uncommenting and setting values also works on Linux kernel
+configuration (#CONFIG_KERNEL_XY is not set to CONFIG_KERNEL_XY=y).
+- Mark python dependency
+- Lint spec file
+- Add copying-fsf.patch to fix warning about incorrect mailing address 
+  for the FSF.
+
+---

Old:

  setconf-0.7.4.tar.xz

New:

  copying-fsf.patch
  setconf-0.7.5.tar.xz



Other differences:
--
++ setconf.spec ++
--- /var/tmp/diff_new_pack.JLLbMo/_old  2017-10-23 16:51:57.744417844 +0200
+++ /var/tmp/diff_new_pack.JLLbMo/_new  2017-10-23 16:51:57.748417657 +0200
@@ -17,13 +17,16 @@
 
 
 Name:   setconf
-Version:0.7.4
+Version:0.7.5
 Release:0
 Summary:Utility to easily change settings in configuration files
 License:GPL-2.0+
 Group:  Development/Tools/Building
 Url:http://setconf.roboticoverlords.org/
 Source: http://setconf.roboticoverlords.org/%{name}-%{version}.tar.xz
+# UPSTREAM: https://github.com/xyproto/setconf/pull/10
+Patch0: copying-fsf.patch
+Requires:   python
 BuildArch:  noarch
 
 %description
@@ -32,6 +35,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 gzip -d %{name}.1.gz
 
 %build
@@ -42,7 +46,6 @@
 install -Dpm 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
 
 %files
-%defattr(-,root,root)
 %doc COPYING
 %{_bindir}/%{name}
 %{_mandir}/man?/%{name}.?%{?ext_man}

++ copying-fsf.patch ++
>From 78d50e0a8c35d3b64356d2511bcad639156b Mon Sep 17 00:00:00 2001
From: Avindra Goolcharan 
Date: Wed, 18 Oct 2017 02:57:15 -0400
Subject: [PATCH] COPYING: refresh file

The FSF address has changed. This fixes it.
---
 COPYING | 41 -
 1 file changed, 20 insertions(+), 21 deletions(-)

diff --git a/COPYING b/COPYING
index d60c31a..d159169 100644
--- a/COPYING
+++ b/COPYING
@@ -1,12 +1,12 @@
-   GNU GENERAL PUBLIC LICENSE
-  Version 2, June 1991
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-   Preamble
+Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -15,7 +15,7 @@ software--to make sure the software is free for all its 
users.  This
 General Public License applies to most of the Free Software
 Foundation's software and to any other program whose authors commit to
 using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
+the GNU Lesser General Public License instead.)  You can apply it to
 your programs, too.
 
   When we speak of free software, we are referring to freedom, not
@@ -55,8 +55,8 @@ patent must be licensed for everyone's free use or not 
licensed at all.
 
   The precise terms and conditions for copying, distribution and
 modification follow.
-
-   GNU GENERAL PUBLIC LICENSE
+
+GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License applies to any program or other work which contains
@@ -110,7 +110,7 @@ above, provided that you also meet all of these conditions:
 License.  (Exception: if the Program itself is interactive but
 does not normally print such an announcement, your work based on
 the Program is not required to print an announcement.)
-
+
 These requirements apply to the modified work as a whole.  If
 identifiable sections of that work are not derived from the Program,
 and can 

commit parley for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package parley for openSUSE:Factory checked 
in at 2017-10-23 16:51:33

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


Package is "parley"

Mon Oct 23 16:51:33 2017 rev:85 rq:534839 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/parley/parley.changes2017-09-11 
16:23:21.719889857 +0200
+++ /work/SRC/openSUSE:Factory/.parley.new/parley.changes   2017-10-23 
16:51:36.685403417 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:06 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  parley-17.08.1.tar.xz

New:

  parley-17.08.2.tar.xz



Other differences:
--
++ parley.spec ++
--- /var/tmp/diff_new_pack.Esif9K/_old  2017-10-23 16:51:37.573361860 +0200
+++ /var/tmp/diff_new_pack.Esif9K/_new  2017-10-23 16:51:37.577361674 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   parley
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> parley-17.08.2.tar.xz ++
/work/SRC/openSUSE:Factory/parley/parley-17.08.1.tar.xz 
/work/SRC/openSUSE:Factory/.parley.new/parley-17.08.2.tar.xz differ: char 27, 
line 1




commit picmi for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package picmi for openSUSE:Factory checked 
in at 2017-10-23 16:51:36

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


Package is "picmi"

Mon Oct 23 16:51:36 2017 rev:66 rq:534840 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/picmi/picmi.changes  2017-09-11 
16:23:22.523776980 +0200
+++ /work/SRC/openSUSE:Factory/.picmi.new/picmi.changes 2017-10-23 
16:51:38.397323298 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:06 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  picmi-17.08.1.tar.xz

New:

  picmi-17.08.2.tar.xz



Other differences:
--
++ picmi.spec ++
--- /var/tmp/diff_new_pack.ItXll8/_old  2017-10-23 16:51:39.021294097 +0200
+++ /var/tmp/diff_new_pack.ItXll8/_new  2017-10-23 16:51:39.021294097 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   picmi
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> picmi-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-17.08.1/po/zh_CN/picmi.po 
new/picmi-17.08.2/po/zh_CN/picmi.po
--- old/picmi-17.08.1/po/zh_CN/picmi.po 2017-09-05 02:34:52.0 +0200
+++ new/picmi-17.08.2/po/zh_CN/picmi.po 2017-10-10 02:12:59.0 +0200
@@ -1,9 +1,13 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Weng Xuetian , 2013.
 msgid ""
 msgstr ""
 "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-31 05:18-0400\n"
+"PO-Revision-Date: 2017-09-30 17:49-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit okteta for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2017-10-23 16:51:20

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


Package is "okteta"

Mon Oct 23 16:51:20 2017 rev:55 rq:534836 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2017-09-11 
16:23:19.280232421 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2017-10-23 
16:51:33.281562719 +0200
@@ -1,0 +2,12 @@
+Tue Oct 17 00:33:02 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * Add app=okteta to donation url in appdata
+  * Use edit-delete icon for "delete view profile" action, shred is too much
+  * Bump version to 0.23.2
+
+---

Old:

  okteta-17.08.1.tar.xz

New:

  okteta-17.08.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.Ej4ybH/_old  2017-10-23 16:51:34.081525281 +0200
+++ /var/tmp/diff_new_pack.Ej4ybH/_new  2017-10-23 16:51:34.085525093 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   okteta
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> okteta-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-17.08.1/kasten/controllers/view/viewprofiles/viewprofilesmanagedialog.cpp
 
new/okteta-17.08.2/kasten/controllers/view/viewprofiles/viewprofilesmanagedialog.cpp
--- 
old/okteta-17.08.1/kasten/controllers/view/viewprofiles/viewprofilesmanagedialog.cpp
2017-09-02 04:10:01.0 +0200
+++ 
new/okteta-17.08.2/kasten/controllers/view/viewprofiles/viewprofilesmanagedialog.cpp
2017-09-25 18:52:18.0 +0200
@@ -114,7 +114,7 @@
 KGuiItem::assign( mDeleteButton,
 KGuiItem(i18nc("@action:button",
""),
- QStringLiteral("edit-delete-shred"),
+ QStringLiteral("edit-delete"),
  i18nc("@info:tooltip",
"Deletes the selected view profile."),
  xi18nc("@info:whatsthis",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.08.1/po/cs/okteta.po 
new/okteta-17.08.2/po/cs/okteta.po
--- old/okteta-17.08.1/po/cs/okteta.po  2017-09-05 02:35:38.0 +0200
+++ new/okteta-17.08.2/po/cs/okteta.po  2017-10-10 02:13:35.0 +0200
@@ -7,7 +7,7 @@
 "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: 2017-04-04 17:23+0100\n"
+"PO-Revision-Date: 2017-09-11 14:07+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -86,7 +86,7 @@
 #: oktetaui.rc:81
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: program.cpp:109
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-17.08.1/po/cs/oktetapart.po 
new/okteta-17.08.2/po/cs/oktetapart.po
--- old/okteta-17.08.1/po/cs/oktetapart.po  2017-09-05 02:35:38.0 
+0200
+++ new/okteta-17.08.2/po/cs/oktetapart.po  2017-10-10 02:13:35.0 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2014.
+# Vít Pelčák , 2014, 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: oktetapart\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:17+0100\n"
-"PO-Revision-Date: 2014-11-19 14:40+0100\n"
+"PO-Revision-Date: 2017-09-12 11:47+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -32,7 +32,7 @@
 #: oktetapartreadwriteui.rc:60
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #. i18n: ectx: Menu (permission)
 #: 

commit libkeduvocdocument for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package libkeduvocdocument for 
openSUSE:Factory checked in at 2017-10-23 16:50:49

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


Package is "libkeduvocdocument"

Mon Oct 23 16:50:49 2017 rev:33 rq:534816 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/libkeduvocdocument/libkeduvocdocument.changes
2017-09-11 16:23:07.821841653 +0200
+++ 
/work/SRC/openSUSE:Factory/.libkeduvocdocument.new/libkeduvocdocument.changes   
2017-10-23 16:50:57.347244462 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:43 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  libkeduvocdocument-17.08.1.tar.xz

New:

  libkeduvocdocument-17.08.2.tar.xz



Other differences:
--
++ libkeduvocdocument.spec ++
--- /var/tmp/diff_new_pack.zUIg7s/_old  2017-10-23 16:50:57.851220876 +0200
+++ /var/tmp/diff_new_pack.zUIg7s/_new  2017-10-23 16:50:57.851220876 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkeduvocdocument
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> libkeduvocdocument-17.08.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-17.08.1/po/ja/libkeduvocdocument.po 
new/libkeduvocdocument-17.08.2/po/ja/libkeduvocdocument.po
--- old/libkeduvocdocument-17.08.1/po/ja/libkeduvocdocument.po  2017-09-05 
02:26:40.0 +0200
+++ new/libkeduvocdocument-17.08.2/po/ja/libkeduvocdocument.po  2017-10-10 
02:06:17.0 +0200
@@ -65,7 +65,7 @@
 #: keduvocdocument/keduvocdocument.cpp:242
 #, kde-format
 msgid "Cannot open file%1"
-msgstr "ファイル %1 を開けません"
+msgstr "ファイル ‘%1’ を開けません"
 
 #: keduvocdocument/keduvocdocument.cpp:250
 #, fuzzy, kde-format
@@ -85,14 +85,14 @@
 "Could not open or properly read \"%1\"\n"
 "(Error reported: %2)"
 msgstr ""
-"%1 を開けなかったか、正しく読めませんでした\n"
+"‘%1’ を開けなかったか、正しく読めませんでした\n"
 "(報告されたエラー: %2)"
 
 #: keduvocdocument/keduvocdocument.cpp:325
 #: keduvocdocument/keduvocdocument.cpp:353
 #, kde-format
 msgid "Cannot write to file %1"
-msgstr "ファイル %1 に書き込めません"
+msgstr "ファイル ‘%1’ に書き込めません"
 
 #: keduvocdocument/keduvocdocument.cpp:689
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-17.08.1/po/zh_CN/libkeduvocdocument.po 
new/libkeduvocdocument-17.08.2/po/zh_CN/libkeduvocdocument.po
--- old/libkeduvocdocument-17.08.1/po/zh_CN/libkeduvocdocument.po   
2017-09-05 02:26:40.0 +0200
+++ new/libkeduvocdocument-17.08.2/po/zh_CN/libkeduvocdocument.po   
2017-10-10 02:06:17.0 +0200
@@ -1,9 +1,17 @@
+# translation of libkdeedu.po to 简体中文
+# translation of libkdeedu.po to
+# Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+#
+# Ni Hui , 2007, 2009.
+# yuanjiayj , 2007.
+# Lie Ex , 2007-2010.
+# Weng Xuetian , 2015.
 msgid ""
 msgstr ""
 "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-31 05:21-0400\n"
+"PO-Revision-Date: 2017-09-30 17:51-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit lskat for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package lskat for openSUSE:Factory checked 
in at 2017-10-23 16:50:59

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


Package is "lskat"

Mon Oct 23 16:50:59 2017 rev:65 rq:534828 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/lskat/lskat.changes  2017-09-11 
16:23:16.388638491 +0200
+++ /work/SRC/openSUSE:Factory/.lskat.new/lskat.changes 2017-10-23 
16:51:07.258780598 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:18 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  lskat-17.08.1.tar.xz

New:

  lskat-17.08.2.tar.xz



Other differences:
--
++ lskat.spec ++
--- /var/tmp/diff_new_pack.UQ1y6J/_old  2017-10-23 16:51:09.330683632 +0200
+++ /var/tmp/diff_new_pack.UQ1y6J/_new  2017-10-23 16:51:09.334683445 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   lskat
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> lskat-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-17.08.1/org.kde.lskat.appdata.xml 
new/lskat-17.08.2/org.kde.lskat.appdata.xml
--- old/lskat-17.08.1/org.kde.lskat.appdata.xml 2017-08-01 05:18:40.0 
+0200
+++ new/lskat-17.08.2/org.kde.lskat.appdata.xml 2017-09-19 06:33:03.0 
+0200
@@ -14,6 +14,7 @@
   LsKat
   LsKat
   LsKat
+  LsKat
   LsKat
   LsKat
   LsKat
@@ -37,6 +38,7 @@
   Jeu de cartes
   Gioco di carte
   Kaartspel
+  Kortspel
   Gra karciana
   Jogo de Cartas
   Kartová hra
@@ -63,6 +65,7 @@
 Le Skat (de l'allemand « Offiziersskat ») est un jeu de 
cartes amusant et ludique pour deux joueurs, le second joueur peut être un 
humain ou une intelligence artificielle.
 Tenente Skat (dal tedesco «Offiziersskat») è un gioco di 
carte divertente e coinvolgente per due giocatori, in cui il secondo giocatore 
è una persona o un'intelligenza artificiale.
 Luitenant Skat (uit het Duits  "Offiziersskat) is een 
leuk en uitdagend kaartspel voor twee spelers, waar de tweede speler ofwel een 
levende tegenstander is of ingebouwd met kunstmatige intelligentie.
+Løytnant Skat (frå tysk: «Offiziersskat») er eit morosamt 
kortspel for to spelarar. Du kan anten spela mot ein annan spelar eller mot 
datamaskina.
 Porucznik Skat (z niemieckiego "Offiziersskat") jest 
wciągającą grą karcianą dla dwóch graczy, w której drugi gracz jest żywy lub 
sztuczną inteligencją.
 O Tenente Skat (do Alemão "Offiziersskat") é um jogo de 
cartas engraçado e viciante para dois jogadores, onde o segundo jogador é um 
adversário ao vivo ou um baseado em inteligência artificial.
 Poručík Skar (z nemčiny "Offiziersskat") je zábavná a 
podmanivá kartová hra pre dvoch hráčov, kde druhý hráč je živý protivník alebo 
vstavaná umelá inteligencia. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-17.08.1/po/cs/lskat.po 
new/lskat-17.08.2/po/cs/lskat.po
--- old/lskat-17.08.1/po/cs/lskat.po2017-09-05 02:34:45.0 +0200
+++ new/lskat-17.08.2/po/cs/lskat.po2017-10-10 02:12:53.0 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2010, 2012.
+# Vít Pelčák , 2010, 2012, 2017.
 # Tomáš Chvátal , 2012.
 #
 msgid ""
@@ -8,15 +8,15 @@
 "Project-Id-Version: lskat\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-04-24 02:49+0200\n"
-"PO-Revision-Date: 2012-08-24 13:55+0200\n"
-"Last-Translator: Tomáš Chvátal \n"
+"PO-Revision-Date: 2017-09-11 14:02+0100\n"
+"Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.4\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -218,7 +218,7 @@
 #: lskatui.rc:24
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: main.cpp:74
 #, kde-format
diff -urN '--exclude=CVS' 

commit kwordquiz for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kwordquiz for openSUSE:Factory 
checked in at 2017-10-23 16:50:45

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


Package is "kwordquiz"

Mon Oct 23 16:50:45 2017 rev:86 rq:534809 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kwordquiz/kwordquiz.changes  2017-09-11 
16:23:03.278479743 +0200
+++ /work/SRC/openSUSE:Factory/.kwordquiz.new/kwordquiz.changes 2017-10-23 
16:50:49.851595262 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:40 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kwordquiz-17.08.1.tar.xz

New:

  kwordquiz-17.08.2.tar.xz



Other differences:
--
++ kwordquiz.spec ++
--- /var/tmp/diff_new_pack.MZxVEO/_old  2017-10-23 16:50:50.519564001 +0200
+++ /var/tmp/diff_new_pack.MZxVEO/_new  2017-10-23 16:50:50.523563814 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kwordquiz
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kwordquiz-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwordquiz-17.08.1/po/cs/kwordquiz.po 
new/kwordquiz-17.08.2/po/cs/kwordquiz.po
--- old/kwordquiz-17.08.1/po/cs/kwordquiz.po2017-09-05 02:26:34.0 
+0200
+++ new/kwordquiz-17.08.2/po/cs/kwordquiz.po2017-10-10 02:06:12.0 
+0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2011, 2012, 2013, 2014, 2015.
+# Vít Pelčák , 2011, 2012, 2013, 2014, 2015, 2017.
 # Tomáš Chvátal , 2012, 2013.
 #
 msgid ""
@@ -8,7 +8,7 @@
 "Project-Id-Version: kwordquiz\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:14+0100\n"
-"PO-Revision-Date: 2015-03-23 15:55+0100\n"
+"PO-Revision-Date: 2017-09-12 17:09+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -635,7 +635,7 @@
 #: kwordquiz.cpp:437
 #, kde-format
 msgid "Toggle display of the search bar"
-msgstr "Přepnout zobrazení vyhledávací lišty"
+msgstr "Přepnout zobrazení vyhledávacího panelu"
 
 #: kwordquiz.cpp:442
 #, kde-format
@@ -655,7 +655,7 @@
 #: kwordquiz.cpp:470
 #, kde-format
 msgid "Toggles display of the toolbars"
-msgstr "Přepíná zobrazení nástrojových lišt"
+msgstr "Přepíná zobrazení panelů nástrojů"
 
 #: kwordquiz.cpp:524
 #, kde-format
@@ -932,7 +932,7 @@
 #: kwordquiz.kcfg:14
 #, kde-format
 msgid "Toggle display of the search bar."
-msgstr "Přepnout zobrazení lišty hledání."
+msgstr "Přepnout zobrazení panelu hledání."
 
 #. i18n: ectx: label, entry (StartSession), group (General)
 #: kwordquiz.kcfg:18
@@ -980,7 +980,7 @@
 #: kwordquiz.kcfg:59
 #, kde-format
 msgid "Characters for the special character toolbar"
-msgstr "Znaky pro lištu zvláštních znaků"
+msgstr "Znaky pro panel zvláštních znaků"
 
 #. i18n: ectx: label, entry (ClearAll), group (Editor)
 #: kwordquiz.kcfg:63
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwordquiz-17.08.1/po/fr/kwordquiz.po 
new/kwordquiz-17.08.2/po/fr/kwordquiz.po
--- old/kwordquiz-17.08.1/po/fr/kwordquiz.po2017-09-05 02:26:35.0 
+0200
+++ new/kwordquiz-17.08.2/po/fr/kwordquiz.po2017-10-10 02:06:12.0 
+0200
@@ -14,20 +14,21 @@
 # Guillaume Pujol , 2010.
 # Durand Daniel , 2010, 2012.
 # xavier , 2012.
+# Vincent Pinon , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kwordquiz\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:14+0100\n"
-"PO-Revision-Date: 2012-12-01 13:25+0100\n"
-"Last-Translator: Daniel Durand \n"
-"Language-Team: French \n"
+"PO-Revision-Date: 2017-10-02 09:25+0100\n"
+"Last-Translator: Vincent Pinon \n"
+"Language-Team: French \n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "X-Environment: kde\n"
 

commit libkmahjongg for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package libkmahjongg for openSUSE:Factory 
checked in at 2017-10-23 16:50:54

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


Package is "libkmahjongg"

Mon Oct 23 16:50:54 2017 rev:66 rq:534823 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/libkmahjongg/libkmahjongg.changes
2017-09-11 16:23:12.221223783 +0200
+++ /work/SRC/openSUSE:Factory/.libkmahjongg.new/libkmahjongg.changes   
2017-10-23 16:50:58.483191300 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:45 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  libkmahjongg-17.08.1.tar.xz

New:

  libkmahjongg-17.08.2.tar.xz



Other differences:
--
++ libkmahjongg.spec ++
--- /var/tmp/diff_new_pack.ysaaWq/_old  2017-10-23 16:50:59.371149743 +0200
+++ /var/tmp/diff_new_pack.ysaaWq/_new  2017-10-23 16:50:59.375149556 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkmahjongg
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> libkmahjongg-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkmahjongg-17.08.1/po/zh_CN/libkmahjongg5.po 
new/libkmahjongg-17.08.2/po/zh_CN/libkmahjongg5.po
--- old/libkmahjongg-17.08.1/po/zh_CN/libkmahjongg5.po  2017-09-05 
02:34:40.0 +0200
+++ new/libkmahjongg-17.08.2/po/zh_CN/libkmahjongg5.po  2017-10-10 
02:12: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-31 05:18-0400\n"
+"PO-Revision-Date: 2017-09-30 17:49-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit ksystemlog for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package ksystemlog for openSUSE:Factory 
checked in at 2017-10-23 16:50:05

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


Package is "ksystemlog"

Mon Oct 23 16:50:05 2017 rev:58 rq:534787 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/ksystemlog/ksystemlog.changes2017-09-11 
16:22:51.868082269 +0200
+++ /work/SRC/openSUSE:Factory/.ksystemlog.new/ksystemlog.changes   
2017-10-23 16:50:10.625431061 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:36 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  ksystemlog-17.08.1.tar.xz

New:

  ksystemlog-17.08.2.tar.xz



Other differences:
--
++ ksystemlog.spec ++
--- /var/tmp/diff_new_pack.fzd2Gf/_old  2017-10-23 16:50:11.997366855 +0200
+++ /var/tmp/diff_new_pack.fzd2Gf/_new  2017-10-23 16:50:12.00137 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   ksystemlog
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> ksystemlog-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemlog-17.08.1/CMakeLists.txt 
new/ksystemlog-17.08.2/CMakeLists.txt
--- old/ksystemlog-17.08.1/CMakeLists.txt   2017-09-02 11:45:32.0 
+0200
+++ new/ksystemlog-17.08.2/CMakeLists.txt   2017-10-08 04:50:08.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 "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemlog-17.08.1/po/cs/ksystemlog.po 
new/ksystemlog-17.08.2/po/cs/ksystemlog.po
--- old/ksystemlog-17.08.1/po/cs/ksystemlog.po  2017-09-05 02:36:08.0 
+0200
+++ new/ksystemlog-17.08.2/po/cs/ksystemlog.po  2017-10-10 02:14:00.0 
+0200
@@ -8,7 +8,7 @@
 "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 12:21+0100\n"
+"PO-Revision-Date: 2017-09-12 13:33+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -79,7 +79,7 @@
 #: src/config/ksystemlog.kcfg:49
 #, kde-format
 msgid "Whether the filter bar is shown."
-msgstr "Zda je zobrazena lišta filtrů."
+msgstr "Zda je zobrazen panel filtrů."
 
 #. i18n: ectx: label, entry (DateFormat), group (KSystemLogGeneral)
 #: src/config/ksystemlog.kcfg:54
@@ -406,13 +406,13 @@
 #: src/ksystemlogui.rc:53
 #, kde-format
 msgid "Logs Toolbar"
-msgstr "Nástrojová lišta záznamů"
+msgstr "Panel nástrojů záznamů"
 
 #. i18n: ectx: ToolBar (mainToolBar)
 #: src/ksystemlogui.rc:63
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: src/lib/fileAnalyzer.cpp:120
 #, kde-format
@@ -1264,7 +1264,7 @@
 #: src/mainWindow.cpp:699
 #, kde-format
 msgid "Show  Bar"
-msgstr "Zobrazovat í lištu"
+msgstr "Zobrazovat panel ů"
 
 #: src/mainWindow.cpp:706
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemlog-17.08.1/po/gl/ksystemlog.po 
new/ksystemlog-17.08.2/po/gl/ksystemlog.po
--- old/ksystemlog-17.08.1/po/gl/ksystemlog.po  2017-09-05 02:36:08.0 
+0200
+++ new/ksystemlog-17.08.2/po/gl/ksystemlog.po  2017-10-10 02:14:00.0 
+0200
@@ -5,14 +5,14 @@
 # mvillarino , 2007, 2008, 2009.
 # Marce Villarino , 2009, 2013, 2014.
 # Adrián Chaves Fernández (Gallaecio) , 2015, 2017.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "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-06-10 14:39+0100\n"
-"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
+"PO-Revision-Date: 2017-10-04 16:03+0100\n"

commit ktuberling for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package ktuberling for openSUSE:Factory 
checked in at 2017-10-23 16:50:20

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


Package is "ktuberling"

Mon Oct 23 16:50:20 2017 rev:66 rq:534804 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/ktuberling/ktuberling.changes2017-09-11 
16:22:57.535286343 +0200
+++ /work/SRC/openSUSE:Factory/.ktuberling.new/ktuberling.changes   
2017-10-23 16:50:27.280651591 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:39 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  ktuberling-17.08.1.tar.xz

New:

  ktuberling-17.08.2.tar.xz



Other differences:
--
++ ktuberling.spec ++
--- /var/tmp/diff_new_pack.etab2H/_old  2017-10-23 16:50:29.016570350 +0200
+++ /var/tmp/diff_new_pack.etab2H/_new  2017-10-23 16:50:29.016570350 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   ktuberling
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> ktuberling-17.08.2.tar.xz ++
/work/SRC/openSUSE:Factory/ktuberling/ktuberling-17.08.1.tar.xz 
/work/SRC/openSUSE:Factory/.ktuberling.new/ktuberling-17.08.2.tar.xz differ: 
char 27, line 1




commit ktimer for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package ktimer for openSUSE:Factory checked 
in at 2017-10-23 16:50:14

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


Package is "ktimer"

Mon Oct 23 16:50:14 2017 rev:77 rq:534789 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/ktimer/ktimer.changes2017-09-11 
16:22:53.807809845 +0200
+++ /work/SRC/openSUSE:Factory/.ktimer.new/ktimer.changes   2017-10-23 
16:50:17.985086627 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:36 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  ktimer-17.08.1.tar.xz

New:

  ktimer-17.08.2.tar.xz



Other differences:
--
++ ktimer.spec ++
--- /var/tmp/diff_new_pack.CJzM7Y/_old  2017-10-23 16:50:18.709052745 +0200
+++ /var/tmp/diff_new_pack.CJzM7Y/_new  2017-10-23 16:50:18.709052745 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   ktimer
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> ktimer-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-17.08.1/org.kde.ktimer.desktop 
new/ktimer-17.08.2/org.kde.ktimer.desktop
--- old/ktimer-17.08.1/org.kde.ktimer.desktop   2017-09-04 06:14:01.0 
+0200
+++ new/ktimer-17.08.2/org.kde.ktimer.desktop   2017-09-22 06:23:16.0 
+0200
@@ -147,10 +147,15 @@
 X-DBUS-ServiceName=org.kde.ktimer
 Comment=Desktop stopwatch
 Comment[ca]=Cronòmetre per a l'escriptori
+Comment[ca@valencia]=Cronòmetre per a l'escriptori
+Comment[cs]=Stopky na k pracovní ploše
+Comment[de]=Stoppuhr für die Arbeitsfläche
 Comment[es]=Cronómetro del escritorio
+Comment[fr]=Chronomètre pour le bureau
 Comment[nl]=Stopwatch op het bureaublad
 Comment[nn]=Stoppeklokke for skrivebordet
 Comment[pl]=Czasomierz pulpitu
+Comment[pt]=Cronómetro do ecrã
 Comment[sk]=Stopky pre pracovnú plochu
 Comment[sr]=Штоперица за површ
 Comment[sr@ijekavian]=Штоперица за површ
@@ -159,3 +164,4 @@
 Comment[sv]=Stoppur för skrivbordet
 Comment[uk]=Стільничний секундомір
 Comment[x-test]=xxDesktop stopwatchxx
+Comment[zh_CN]=桌面秒表
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-17.08.1/po/gl/ktimer.po 
new/ktimer-17.08.2/po/gl/ktimer.po
--- old/ktimer-17.08.1/po/gl/ktimer.po  2017-09-05 02:29:53.0 +0200
+++ new/ktimer-17.08.2/po/gl/ktimer.po  2017-10-10 02:08:55.0 +0200
@@ -5,14 +5,14 @@
 # mvillarino , 2007, 2008.
 # Marce Villarino , 2009.
 # Adrian Chaves Fernandez , 2013, 2017.
+# Adrián Chaves (Gallaecio) , 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: 2017-01-14 17:46+0100\n"
-"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
+"PO-Revision-Date: 2017-09-30 07:44+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -160,7 +160,8 @@
 #, kde-format
 msgid "This number is how many seconds are left for the selected countdown."
 msgstr ""
-"Esta é a cantidade de segundos a faltar para chegar ao final da conta atrás."
+"Esta é a cantidade de segundos que quedan para chegar ao final da conta "
+"atrás."
 
 #. i18n: ectx: property (toolTip), widget (QToolButton, m_pause)
 #: prefwidget.ui:142
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-17.08.1/po/id/ktimer.po 
new/ktimer-17.08.2/po/id/ktimer.po
--- old/ktimer-17.08.1/po/id/ktimer.po  2017-09-05 02:29:53.0 +0200
+++ new/ktimer-17.08.2/po/id/ktimer.po  2017-10-10 02:08:55.0 +0200
@@ -14,7 +14,6 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.0\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-17.08.1/po/zh_CN/ktimer.po 
new/ktimer-17.08.2/po/zh_CN/ktimer.po
--- old/ktimer-17.08.1/po/zh_CN/ktimer.po   2017-09-05 02:29:53.0 
+0200
+++ 

commit ktouch for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2017-10-23 16:50:18

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


Package is "ktouch"

Mon Oct 23 16:50:18 2017 rev:85 rq:534791 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes2017-09-11 
16:22:54.683686833 +0200
+++ /work/SRC/openSUSE:Factory/.ktouch.new/ktouch.changes   2017-10-23 
16:50:19.549013435 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:37 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  ktouch-17.08.1.tar.xz

New:

  ktouch-17.08.2.tar.xz



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.8KCrot/_old  2017-10-23 16:50:20.600964203 +0200
+++ /var/tmp/diff_new_pack.8KCrot/_new  2017-10-23 16:50:20.600964203 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   ktouch
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> ktouch-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-17.08.1/CMakeLists.txt 
new/ktouch-17.08.2/CMakeLists.txt
--- old/ktouch-17.08.1/CMakeLists.txt   2017-09-05 02:26:24.0 +0200
+++ new/ktouch-17.08.2/CMakeLists.txt   2017-10-10 02:06:03.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 "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 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.1/org.kde.ktouch.desktop 
new/ktouch-17.08.2/org.kde.ktouch.desktop
--- old/ktouch-17.08.1/org.kde.ktouch.desktop   2017-09-02 11:28:22.0 
+0200
+++ new/ktouch-17.08.2/org.kde.ktouch.desktop   2017-10-08 04:42:41.0 
+0200
@@ -151,8 +151,10 @@
 Comment[fr]=Apprenez à taper sans regarder le clavier
 Comment[it]=Impara a dattilografare senza guardare i tasti
 Comment[nl]=Leer typen zonder naar toetsen te zoeken
+Comment[nn]=Læra å skriva utan å måtta sjå på tastaturet
 Comment[pl]=Naucz się pisania bez patrzenia na klawisze
 Comment[pt]=Aprender a escrever sem olhar para as teclas
+Comment[pt_BR]=Aprenda a digitar sem olhar para as teclas
 Comment[sk]=Naučte sa písať bez pozerania na klávesy
 Comment[sl]=Naučite se tipkati, brez da bi gledali na tipke
 Comment[sv]=Lär dig maskinskrivning utan att titta på tangenterna
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-17.08.1/po/pt_BR/ktouch.po 
new/ktouch-17.08.2/po/pt_BR/ktouch.po
--- old/ktouch-17.08.1/po/pt_BR/ktouch.po   2017-09-05 02:26:23.0 
+0200
+++ new/ktouch-17.08.2/po/pt_BR/ktouch.po   2017-10-10 02:06:02.0 
+0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: ktouch\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-16 03:02+0200\n"
-"PO-Revision-Date: 2017-02-01 11:43-0300\n"
+"PO-Revision-Date: 2017-09-14 17:18-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti \n"
 "Language-Team: Portuguese \n"
 "Language: pt_BR\n"
@@ -126,7 +126,7 @@
 #: src/editor/lessontexteditor.cpp:79
 #, kde-format
 msgid "Text files (*.txt)"
-msgstr ""
+msgstr "Arquivos de texto (*.txt)"
 
 #: src/editor/lessontexteditor.cpp:88
 #, kde-format
@@ -222,7 +222,7 @@
 #: src/editor/resourceeditor.cpp:289
 #, kde-format
 msgid "XML files (*.xml)"
-msgstr ""
+msgstr "Arquivos XML (*.xml)"
 
 #: src/editor/resourceeditor.cpp:233
 #, kde-format
@@ -515,12 +515,12 @@
 #: src/main.cpp:71
 #, kde-format
 msgid "Prepend the path to the list of QML import paths"
-msgstr ""
+msgstr "Adicionar o caminho à lista de caminhos de importação do QML"
 
 #: src/mainwindow.cpp:70
 #, kde-format
 msgid "%1 has encountered a runtime error and has to be closed."
-msgstr ""
+msgstr "%1 encontrou um erro de tempo de execução e foi fechado."
 
 #: src/models/charactersmodel.cpp:210
 #, kde-format
@@ -1230,13 +1230,13 @@
 #: src/ui/trainingconfigwidget.ui:82
 #, kde-format
 msgid "Ret"
-msgstr ""
+msgstr "Ret"
 
 #. i18n: ectx: property 

commit kwave for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kwave for openSUSE:Factory checked 
in at 2017-10-23 16:50:33

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


Package is "kwave"

Mon Oct 23 16:50:33 2017 rev:11 rq:534808 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kwave/kwave.changes  2017-09-11 
16:23:01.270761716 +0200
+++ /work/SRC/openSUSE:Factory/.kwave.new/kwave.changes 2017-10-23 
16:50:47.115723302 +0200
@@ -1,0 +2,16 @@
+Tue Oct 17 08:37:15 UTC 2017 - wba...@tmo.at
+
+- Enable MP3 support unconditionally, libmad has been released as
+  update for Leap 42.2 and 42.3 too
+
+---
+Tue Oct 17 00:32:40 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kwave-17.08.1.tar.xz

New:

  kwave-17.08.2.tar.xz



Other differences:
--
++ kwave.spec ++
--- /var/tmp/diff_new_pack.wf4XM3/_old  2017-10-23 16:50:47.979682869 +0200
+++ /var/tmp/diff_new_pack.wf4XM3/_new  2017-10-23 16:50:47.983682681 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kwave
-Version:17.08.1
+Version:17.08.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -34,6 +34,7 @@
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fftw3-devel
 BuildRequires:  flac-devel
+BuildRequires:  id3lib-devel
 BuildRequires:  karchive-devel
 BuildRequires:  kcompletion-devel
 BuildRequires:  kconfig-devel
@@ -62,10 +63,7 @@
 BuildRequires:  pkgconfig(Qt5Multimedia)
 BuildRequires:  pkgconfig(Qt5Test)
 BuildRequires:  pkgconfig(Qt5Widgets)
-%if 0%{?suse_version} >= 1330
-BuildRequires:  id3lib-devel
 BuildRequires:  pkgconfig(mad)
-%endif
 Recommends: lame
 Recommends: toolame
 Recommends: twolame
@@ -94,11 +92,7 @@
 perl -pi -e "s|X-SuSE-translate=true||" kwave/org.kde.kwave.desktop.in
 
 %build
-%if 0%{?suse_version} >= 1330
   %cmake_kf5 -d build -- -DWITH_MP3=ON
-%else
-  %cmake_kf5 -d build
-%endif
   %make_jobs
 
 %install

++ kwave-17.08.1.tar.xz -> kwave-17.08.2.tar.xz ++
 1828 lines of diff (skipped)




commit kubrick for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kubrick for openSUSE:Factory checked 
in at 2017-10-23 16:50:29

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


Package is "kubrick"

Mon Oct 23 16:50:29 2017 rev:65 rq:534806 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kubrick/kubrick.changes  2017-09-11 
16:23:00.058931911 +0200
+++ /work/SRC/openSUSE:Factory/.kubrick.new/kubrick.changes 2017-10-23 
16:50:41.419989865 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:18 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kubrick-17.08.1.tar.xz

New:

  kubrick-17.08.2.tar.xz



Other differences:
--
++ kubrick.spec ++
--- /var/tmp/diff_new_pack.AK6kjD/_old  2017-10-23 16:50:42.607934268 +0200
+++ /var/tmp/diff_new_pack.AK6kjD/_new  2017-10-23 16:50:42.611934082 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kubrick
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kubrick-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubrick-17.08.1/po/gl/kubrick.po 
new/kubrick-17.08.2/po/gl/kubrick.po
--- old/kubrick-17.08.1/po/gl/kubrick.po2017-09-05 02:34:16.0 
+0200
+++ new/kubrick-17.08.2/po/gl/kubrick.po2017-10-10 02:12:29.0 
+0200
@@ -5,14 +5,14 @@
 # mvillarino , 2008, 2009.
 # Adrián Chaves Fernández , 2009, 2017.
 # Marce Villarino , 2013.
+# Adrián Chaves (Gallaecio) , 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: 2017-03-15 22:16+0100\n"
-"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
+"PO-Revision-Date: 2017-09-10 10:32+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -58,8 +58,8 @@
 msgstr ""
 "Sentímolo, o cubo non pode ser barallado neste momento. O número de "
 "movementos de barallar está a cero. Escolla o seu número de movementos no "
-"diálogo de configuración non menú Partida->Escoller o tipo de quebracabezas-"
-">Un propio…"
+"diálogo de configuración no elemento de menú «Partida → Escoller o tipo de "
+"quebracabezas → Un propio…»"
 
 #: game.cpp:160
 #, kde-format
@@ -155,11 +155,11 @@
 "because all previously undone moves are automatically deleted whenever you "
 "make a new move using the keyboard or mouse."
 msgstr ""
-"Non hai movementos para repetir.\n"
+"Non hai movementos para refacer.\n"
 "\n"
-"Isto pode deberse a que non anulases ningún movemento, os repetises todos ou "
-"polo feito de que todos os movementos antes anulados bórranse ao facer un "
-"novo movemento co rato ou co teclado."
+"Isto pode deberse a que non desfixese ningún, os refixese todos ou polo "
+"feito de que todos os movementos antes desfeitos bórranse ao facer un novo "
+"movemento co rato ou co teclado."
 
 #: game.cpp:1884
 #, kde-format
@@ -617,23 +617,23 @@
 #: kubrick.cpp:254 kubrick.cpp:256
 #, kde-format
 msgid "Undo all previous moves and start again."
-msgstr "Anula todos os movementos anteriores e comeza de novo."
+msgstr "Desfai todos os movementos anteriores e comeza de novo."
 
 #: kubrick.cpp:268 kubrick.cpp:269
 #, kde-format
 msgid "Undo the last move."
-msgstr "Anula o último movemento."
+msgstr "Desfacer o último movemento."
 
 #: kubrick.cpp:274
 #, kde-format
 msgid "Redo a previously undone move."
-msgstr "Refacer un movemento previamente anulado."
+msgstr "Refacer un movemento previamente desfeito."
 
 #: kubrick.cpp:275
 #, kde-format
 msgid "Redo a previously undone move (repeatedly from the start if required)."
 msgstr ""
-"Refai un movemento previamente anulado (repite desde o comezo se o pide)."
+"Refai un movemento previamente desfeito (repite desde o comezo se o pide)."
 
 #: kubrick.cpp:281
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubrick-17.08.1/po/ja/kubrick.po 
new/kubrick-17.08.2/po/ja/kubrick.po
--- old/kubrick-17.08.1/po/ja/kubrick.po2017-09-05 02:34:16.0 
+0200
+++ 

commit kteatime for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kteatime for openSUSE:Factory 
checked in at 2017-10-23 16:50:10

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


Package is "kteatime"

Mon Oct 23 16:50:10 2017 rev:57 rq:534788 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kteatime/kteatime.changes2017-09-11 
16:22:52.98392 +0200
+++ /work/SRC/openSUSE:Factory/.kteatime.new/kteatime.changes   2017-10-23 
16:50:13.501296470 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:36 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kteatime-17.08.1.tar.xz

New:

  kteatime-17.08.2.tar.xz



Other differences:
--
++ kteatime.spec ++
--- /var/tmp/diff_new_pack.hxHVCb/_old  2017-10-23 16:50:15.281213169 +0200
+++ /var/tmp/diff_new_pack.hxHVCb/_new  2017-10-23 16:50:15.281213169 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kteatime
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kteatime-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kteatime-17.08.1/po/fr/kteatime.po 
new/kteatime-17.08.2/po/fr/kteatime.po
--- old/kteatime-17.08.1/po/fr/kteatime.po  2017-09-05 02:36:02.0 
+0200
+++ new/kteatime-17.08.2/po/fr/kteatime.po  2017-10-10 02:13:55.0 
+0200
@@ -8,21 +8,22 @@
 # Nicolas Ternisien , 2008, 2010, 2011.
 # Ludovic Grossard , 2010, 2011.
 # xavier , 2013.
+# Vincent Pinon , 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kteatime\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-02-27 04:02+0100\n"
-"PO-Revision-Date: 2013-04-18 16:06+0200\n"
-"Last-Translator: xavier \n"
-"Language-Team: French \n"
+"PO-Revision-Date: 2017-09-21 22:14+0200\n"
+"Last-Translator: Vincent Pinon \n"
+"Language-Team: French \n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -38,19 +39,15 @@
 msgstr "Utilitaire KDE pour préparer de bonnes tasses de thé"
 
 #: src/main.cpp:42
-#, fuzzy, kde-format
-#| msgid ""
-#| "(c) 1998-1999, Matthias Hoelzer-Kluepfel\n"
-#| " (c) 2002-2003, Martin Willers\n"
-#| " (c) 2007-2010, Stefan Böhmann"
+#, kde-format
 msgid ""
 "© 1998-1999, Matthias Hoelzer-Kluepfel\n"
 " © 2002-2003, Martin Willers\n"
 " © 2007-2010, Stefan Böhmann"
 msgstr ""
-"(c) 1998-1999, Matthias Hoelzer-Kluepfel\n"
-" (c) 2002-2003, Martin Willers\n"
-" (c) 2007-2010, Stefan Böhmann"
+"© 1998-1999, Matthias Hoelzer-Kluepfel\n"
+"© 2002-2003, Martin Willers\n"
+"© 2007-2010, Stefan Böhmann"
 
 #: src/main.cpp:50
 #, kde-format
@@ -100,23 +97,19 @@
 msgstr "Démarrer un nouveau thé avec cette durée."
 
 #: src/main.cpp:86
-#, fuzzy, kde-format
-#| msgctxt "Auto hide popup after"
-#| msgid " second"
-#| msgid_plural " seconds"
+#, kde-format
 msgid "seconds"
-msgstr " seconde"
+msgstr "secondes"
 
 #: src/main.cpp:88
-#, fuzzy, kde-format
-#| msgid "Use this name for the tea started with %1."
+#, kde-format
 msgid "Use this name for the tea started with --time."
-msgstr "Utiliser ce nom pour le thé démarré avec « %1 »."
+msgstr "Utiliser ce nom pour le thé démarré avec --time."
 
 #: src/main.cpp:88
 #, kde-format
 msgid "name"
-msgstr ""
+msgstr "nom"
 
 #. i18n: ectx: property (windowTitle), widget (QWidget, TimeEditWidget)
 #: src/main.cpp:99 src/tea.cpp:39 src/timeedit.cpp:47 src/timeedit.cpp:119
@@ -323,19 +316,14 @@
 msgstr "Fermer cette fenêtre sans démarrer un nouveau thé."
 
 #: src/timeedit.cpp:66
-#, fuzzy, kde-format
-#| msgid "%1 minute"
-#| msgid_plural "%1 minutes"
+#, kde-format
 msgid " minute"
 msgid_plural " minutes"
-msgstr[0] "%1 minute"
-msgstr[1] "%1 minutes"
+msgstr[0] " minute"
+msgstr[1] " minutes"
 
 #: src/timeedit.cpp:67
-#, fuzzy, kde-format
-#| msgctxt "Auto hide popup after"
-#| msgid " second"
-#| msgid_plural " seconds"
+#, kde-format
 msgid " second"
 msgid_plural " seconds"
 msgstr[0] " 

commit kremotecontrol for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kremotecontrol for openSUSE:Factory 
checked in at 2017-10-23 16:49:16

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


Package is "kremotecontrol"

Mon Oct 23 16:49:16 2017 rev:77 rq:534774 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kremotecontrol/kremotecontrol.changes
2017-09-11 16:22:04.266767561 +0200
+++ /work/SRC/openSUSE:Factory/.kremotecontrol.new/kremotecontrol.changes   
2017-10-23 16:49:23.931616344 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:32 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kremotecontrol-17.08.1.tar.xz

New:

  kremotecontrol-17.08.2.tar.xz



Other differences:
--
++ kremotecontrol.spec ++
--- /var/tmp/diff_new_pack.zSnSyR/_old  2017-10-23 16:49:25.587538847 +0200
+++ /var/tmp/diff_new_pack.zSnSyR/_new  2017-10-23 16:49:25.587538847 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kremotecontrol
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kremotecontrol-17.08.2.tar.xz ++




commit kstars for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kstars for openSUSE:Factory checked 
in at 2017-10-23 16:49:48

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


Package is "kstars"

Mon Oct 23 16:49:48 2017 rev:88 rq:534785 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kstars/kstars.changes2017-09-11 
16:22:16.169095964 +0200
+++ /work/SRC/openSUSE:Factory/.kstars.new/kstars.changes   2017-10-23 
16:49:57.890027083 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:35 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kstars-17.08.1.tar.xz

New:

  kstars-17.08.2.tar.xz



Other differences:
--
++ kstars.spec ++
--- /var/tmp/diff_new_pack.IRoEmX/_old  2017-10-23 16:50:00.405909339 +0200
+++ /var/tmp/diff_new_pack.IRoEmX/_new  2017-10-23 16:50:00.405909339 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kstars
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kstars-17.08.2.tar.xz ++
/work/SRC/openSUSE:Factory/kstars/kstars-17.08.1.tar.xz 
/work/SRC/openSUSE:Factory/.kstars.new/kstars-17.08.2.tar.xz differ: char 26, 
line 1




commit ksudoku for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package ksudoku for openSUSE:Factory checked 
in at 2017-10-23 16:49:57

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


Package is "ksudoku"

Mon Oct 23 16:49:57 2017 rev:65 rq:534786 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/ksudoku/ksudoku.changes  2017-09-11 
16:22:50.676249655 +0200
+++ /work/SRC/openSUSE:Factory/.ksudoku.new/ksudoku.changes 2017-10-23 
16:50:05.877653259 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:17 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  ksudoku-17.08.1.tar.xz

New:

  ksudoku-17.08.2.tar.xz



Other differences:
--
++ ksudoku.spec ++
--- /var/tmp/diff_new_pack.E3nVEZ/_old  2017-10-23 16:50:07.149593732 +0200
+++ /var/tmp/diff_new_pack.E3nVEZ/_new  2017-10-23 16:50:07.161593170 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   ksudoku
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> ksudoku-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-17.08.1/po/cs/ksudoku.po 
new/ksudoku-17.08.2/po/cs/ksudoku.po
--- old/ksudoku-17.08.1/po/cs/ksudoku.po2017-09-05 02:33:52.0 
+0200
+++ new/ksudoku-17.08.2/po/cs/ksudoku.po2017-10-10 02:12:08.0 
+0200
@@ -8,7 +8,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: 2017-05-04 15:17+0100\n"
+"PO-Revision-Date: 2017-09-12 12:25+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -779,13 +779,13 @@
 #: src/gui/ksudokuui.rc:45
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #. i18n: ectx: ToolBar (actionsToolbar)
 #: src/gui/ksudokuui.rc:51
 #, kde-format
 msgid "Actions Toolbar"
-msgstr "Nástrojová lišta činností"
+msgstr "Panel nástrojů činností"
 
 #: src/gui/puzzleprinter.cpp:63
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-17.08.1/po/gl/ksudoku.po 
new/ksudoku-17.08.2/po/gl/ksudoku.po
--- old/ksudoku-17.08.1/po/gl/ksudoku.po2017-09-05 02:33:52.0 
+0200
+++ new/ksudoku-17.08.2/po/gl/ksudoku.po2017-10-10 02:12:08.0 
+0200
@@ -12,7 +12,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: 2017-08-31 07:20+0100\n"
+"PO-Revision-Date: 2017-10-04 18:55+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
@@ -39,8 +39,8 @@
 #, kde-format
 msgid "Attempts to generate a puzzle failed after about 200 tries. Try again?"
 msgstr ""
-"Abandonouse tras uns 200 intentos de xerar un quebracabezas. Quere intentalo "
-"de novo?"
+"A xeración do quebracabezas fallou tras uns 200 intentos. Quere intentalo de "
+"novo?"
 
 #: src/generator/sudokuboard.cpp:107
 #, kde-format
@@ -301,7 +301,7 @@
 msgstr ""
 "Síntoo, a túa solución contén erros.\n"
 "\n"
-"Marca a opción «Mostrar os erros» na configuración para realzalos."
+"Activa a opción «Mostrar os erros» na configuración para realzalos."
 
 #: src/gui/ksudoku.cpp:92
 #, kde-format
@@ -910,8 +910,8 @@
 "A opción de KSudoku para imprimir varios quebracabezas por páxina está "
 "marcada.\n"
 "\n"
-"O quebracabezas imprimirase cando non caiban máis na páxina ou cando remate "
-"a execución de KSudoku."
+"O quebracabezas imprimirase cando non caiban máis na páxina ou cando KSudoku "
+"termine."
 
 #: src/gui/puzzleprinter.cpp:109
 #, kde-format
@@ -943,7 +943,7 @@
 #: src/gui/serializer.cpp:424 src/gui/serializer.cpp:462
 #, kde-format
 msgid "Cannot read XML file on line %1"
-msgstr "Non foi posíbel ler a liña %1 do ficheiro XML"
+msgstr "Non foi posíbel ler o ficheiro XML na liña %1"
 
 #: src/gui/serializer.cpp:710
 #, fuzzy, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-17.08.1/po/ja/ksudoku.po 
new/ksudoku-17.08.2/po/ja/ksudoku.po
--- old/ksudoku-17.08.1/po/ja/ksudoku.po2017-09-05 02:33:52.0 
+0200
+++ 

commit kreversi for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kreversi for openSUSE:Factory 
checked in at 2017-10-23 16:49:24

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


Package is "kreversi"

Mon Oct 23 16:49:24 2017 rev:65 rq:534775 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kreversi/kreversi.changes2017-09-11 
16:22:05.358614219 +0200
+++ /work/SRC/openSUSE:Factory/.kreversi.new/kreversi.changes   2017-10-23 
16:49:30.195323202 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:14 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kreversi-17.08.1.tar.xz

New:

  kreversi-17.08.2.tar.xz



Other differences:
--
++ kreversi.spec ++
--- /var/tmp/diff_new_pack.0OqM4q/_old  2017-10-23 16:49:30.747297369 +0200
+++ /var/tmp/diff_new_pack.0OqM4q/_new  2017-10-23 16:49:30.747297369 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kreversi
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kreversi-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kreversi-17.08.1/po/cs/kreversi.po 
new/kreversi-17.08.2/po/cs/kreversi.po
--- old/kreversi-17.08.1/po/cs/kreversi.po  2017-09-05 02:33:27.0 
+0200
+++ new/kreversi-17.08.2/po/cs/kreversi.po  2017-10-10 02:11:49.0 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kreversi\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-12 06:53+0200\n"
-"PO-Revision-Date: 2017-07-27 14:30+0100\n"
+"PO-Revision-Date: 2017-09-11 13:58+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -458,7 +458,7 @@
 #: kreversiui.rc:25
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: kreversiview.cpp:251
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kreversi-17.08.1/po/pt_BR/kreversi.po 
new/kreversi-17.08.2/po/pt_BR/kreversi.po
--- old/kreversi-17.08.1/po/pt_BR/kreversi.po   2017-09-05 02:33:27.0 
+0200
+++ new/kreversi-17.08.2/po/pt_BR/kreversi.po   2017-10-10 02:11:49.0 
+0200
@@ -6,22 +6,22 @@
 # Lisiane Sztoltz Teixeira , 2004.
 # Stephen Killing , 2005.
 # Mauricio Piacentini , 2007, 2008.
-# Luiz Fernando Ranghetti , 2009.
+# Luiz Fernando Ranghetti , 2009, 2017.
 # André Marcelo Alvarenga , 2010, 2013, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: kreversi\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-12 06:53+0200\n"
-"PO-Revision-Date: 2014-02-11 17:50-0200\n"
-"Last-Translator: André Marcelo Alvarenga \n"
-"Language-Team: Brazilian Portuguese \n"
+"PO-Revision-Date: 2017-09-14 17:51-0300\n"
+"Last-Translator: Luiz Fernando Ranghetti \n"
+"Language-Team: Portuguese \n"
 "Language: pt_BR\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -62,7 +62,7 @@
 #: kexthighscore.cpp:213
 #, kde-format
 msgid "Score"
-msgstr ""
+msgstr "Placar"
 
 #: kexthighscore.cpp:216
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kreversi-17.08.1/po/sr/kreversi.po 
new/kreversi-17.08.2/po/sr/kreversi.po
--- old/kreversi-17.08.1/po/sr/kreversi.po  2017-09-05 02:33:27.0 
+0200
+++ new/kreversi-17.08.2/po/sr/kreversi.po  2017-10-10 02:11:49.0 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kreversi\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-12 06:53+0200\n"
-"PO-Revision-Date: 2017-07-16 22:55+0200\n"
+"PO-Revision-Date: 2017-09-28 17:59+0200\n"
 "Last-Translator: Chusslove Illich \n"
 "Language-Team: Serbian \n"
 "Language: sr\n"
@@ -644,7 +644,7 @@
 #: mainwindow.cpp:68
 #, kde-format
 msgid "Press start game!"
-msgstr 

commit ksquares for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package ksquares for openSUSE:Factory 
checked in at 2017-10-23 16:49:43

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


Package is "ksquares"

Mon Oct 23 16:49:43 2017 rev:66 rq:534784 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/ksquares/ksquares.changes2017-09-11 
16:22:14.293359398 +0200
+++ /work/SRC/openSUSE:Factory/.ksquares.new/ksquares.changes   2017-10-23 
16:49:48.966444709 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:34 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  ksquares-17.08.1.tar.xz

New:

  ksquares-17.08.2.tar.xz



Other differences:
--
++ ksquares.spec ++
--- /var/tmp/diff_new_pack.GpVvMS/_old  2017-10-23 16:49:50.486373575 +0200
+++ /var/tmp/diff_new_pack.GpVvMS/_new  2017-10-23 16:49:50.486373575 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   ksquares
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> ksquares-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-17.08.1/po/cs/ksquares.po 
new/ksquares-17.08.2/po/cs/ksquares.po
--- old/ksquares-17.08.1/po/cs/ksquares.po  2017-09-05 02:33:48.0 
+0200
+++ new/ksquares-17.08.2/po/cs/ksquares.po  2017-10-10 02:12:05.0 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2014.
+# Vít Pelčák , 2014, 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:15+0100\n"
-"PO-Revision-Date: 2014-01-15 16:06+0100\n"
+"PO-Revision-Date: 2017-09-11 14:03+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -102,7 +102,7 @@
 #: ksquaresui.rc:11
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: ksquareswindow.cpp:60
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-17.08.1/po/zh_CN/ksquares.po 
new/ksquares-17.08.2/po/zh_CN/ksquares.po
--- old/ksquares-17.08.1/po/zh_CN/ksquares.po   2017-09-05 02:33:49.0 
+0200
+++ new/ksquares-17.08.2/po/zh_CN/ksquares.po   2017-10-10 02:12:06.0 
+0200
@@ -1,9 +1,10 @@
+# Weng Xuetian , 2015.
 msgid ""
 msgstr ""
 "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-31 05:18-0400\n"
+"PO-Revision-Date: 2017-09-30 17:49-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.1/src/org.kde.ksquares.desktop 
new/ksquares-17.08.2/src/org.kde.ksquares.desktop
--- old/ksquares-17.08.1/src/org.kde.ksquares.desktop   2017-09-04 
06:11:49.0 +0200
+++ new/ksquares-17.08.2/src/org.kde.ksquares.desktop   2017-09-15 
06:53:43.0 +0200
@@ -120,6 +120,7 @@
 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[pt_BR]=Conecte os pontos para criar quadrados
 Comment[ru]=Соединяйте точки для создания квадрата
 Comment[sk]=Spojte bodky a vytvorte štvorce
 Comment[sl]=Povežite pikice, da ustvarite kvadrate




commit kolf for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kolf for openSUSE:Factory checked in 
at 2017-10-23 16:49:02

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


Package is "kolf"

Mon Oct 23 16:49:02 2017 rev:65 rq:534754 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kolf/kolf.changes2017-09-11 
16:21:55.755962840 +0200
+++ /work/SRC/openSUSE:Factory/.kolf.new/kolf.changes   2017-10-23 
16:49:03.300581881 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:13 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kolf-17.08.1.tar.xz

New:

  kolf-17.08.2.tar.xz



Other differences:
--
++ kolf.spec ++
--- /var/tmp/diff_new_pack.R1H6xy/_old  2017-10-23 16:49:03.828557172 +0200
+++ /var/tmp/diff_new_pack.R1H6xy/_new  2017-10-23 16:49:03.832556984 +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.1
+Version:17.08.2
 Release:0
 Source0:kolf-%{version}.tar.xz
 BuildRequires:  libkdegames4-devel

++ kolf-17.08.1.tar.xz -> kolf-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolf-17.08.1/tutorial.kolf 
new/kolf-17.08.2/tutorial.kolf
--- old/kolf-17.08.1/tutorial.kolf  2017-08-11 03:04:13.0 +0200
+++ new/kolf-17.08.2/tutorial.kolf  2017-09-30 03:01:33.0 +0200
@@ -532,10 +532,10 @@
 Comment[ru]=НаклоныНаклоны — участки, с которых мяч скатывается в 
направлении наклона. Направление видно, если выбрать в меню 
Лунка->Сведения.
 Comment[sk]=NakloneniaSlopes sú šikmé plochy terénu, ktoré tlačia 
loptu v smere sklonu. Tento smer sa zobrazí, keď zvolíte Diera->Ukázať 
Info.
 Comment[sl]=PobočjaPobočja so nagnjena območja tal, ki potiskajo 
žogico v smer v katero se nagibajo. Ta smer je vidna ko izberete Luknja -> 
Prikaži podrobnosti.
-Comment[sr]=ПадинеПадине су нагнути делови тла који гурају лоптицу у 
смеру нагиба. Смер можете приказати изабравши Рупа->Подаци.
-Comment[sr@ijekavian]=ПадинеПадине су нагнути дијелови тла који 
гурају лоптицу у смјеру нагиба. Смјер можете приказати изабравши 
Рупа->Подаци.
-Comment[sr@ijekavianlatin]=PadinePadine su nagnuti dijelovi tla koji 
guraju lopticu u smjeru nagiba. Smjer možete prikazati izabravši 
Rupa->Podaci.
-Comment[sr@latin]=PadinePadine su nagnuti delovi tla koji guraju 
lopticu u smeru nagiba. Smer možete prikazati izabravši Rupa->Podaci.
+Comment[sr]=ПадинеПадине су нагнути делови тла који гурају лоптицу у 
смеру нагиба. Смер можете приказати изабравши Рупа→Подаци.
+Comment[sr@ijekavian]=ПадинеПадине су нагнути дијелови тла који 
гурају лоптицу у смјеру нагиба. Смјер можете приказати изабравши 
Рупа→Подаци.
+Comment[sr@ijekavianlatin]=PadinePadine su nagnuti dijelovi tla koji 
guraju lopticu u smjeru nagiba. Smjer možete prikazati izabravši 
Rupa→Podaci.
+Comment[sr@latin]=PadinePadine su nagnuti delovi tla koji guraju 
lopticu u smeru nagiba. Smer možete prikazati izabravši Rupa→Podaci.
 Comment[sv]=SluttningarSluttningar är lutande markområden som styr 
bollen i riktningen de lutar. Riktningen visas när du väljer Hål -> Visa 
information.
 Comment[tr]=EğimlerEğimler yerin değişik eğimlerde bulunmasını sağlar 
böylece top eğimlerin yönünde hareket eder. Bu yön Delik->Bilgi Göster 
seçtiğinizde gösterilir.
 Comment[uk]=СхилиСхили — це нахилені ділянки землі, нахил яких змушує 
м’ячик котитися під гору. Напрямок кочення буде показано, якщо ви оберете 
Лунка->Показати інформацію.
@@ -789,10 +789,10 @@
 Comment[ru]=Крутизна наклона видна, если выбрать в меню 
Лунка->Сведения. Её значение меняется от 8 (почти отвесный) до 1 
(пологий).
 Comment[sk]=Strmosť naklonenia je zobrazené, ak zvolíte Diera->Ukázať 
Info. Strmosť ide od 8 (najstrmšie) po 1 (najplytšie).
 Comment[sl]=Naklon pobočja je prikazan ko izberete Luknja -> Prikaži 
podrobnosti. Naklon gre od 8 (največji naklon) do 1 (najmanjši naklon).
-Comment[sr]=Нагиб падине се приказује када изаберете Рупа->Подаци. 
Нагиб се креће од 8 (највећи) до 1 (најмањи).
-Comment[sr@ijekavian]=Нагиб падине се приказује када изаберете 
Рупа->Подаци. Нагиб се креће од 8 (највећи) до 1 (најмањи).
-Comment[sr@ijekavianlatin]=Nagib padine se prikazuje kada izaberete 
Rupa->Podaci. Nagib se kreće od 8 (najveći) do 1 (najmanji).
-Comment[sr@latin]=Nagib padine se prikazuje kada izaberete 
Rupa->Podaci. Nagib se kreće od 8 (najveći) do 1 

commit kross-interpreters for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kross-interpreters for 
openSUSE:Factory checked in at 2017-10-23 16:49:30

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


Package is "kross-interpreters"

Mon Oct 23 16:49:30 2017 rev:19 rq:534777 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kross-interpreters/kross-interpreters.changes
2017-09-11 16:22:06.690427176 +0200
+++ 
/work/SRC/openSUSE:Factory/.kross-interpreters.new/kross-interpreters.changes   
2017-10-23 16:49:32.995192168 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:33 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kross-interpreters-17.08.1.tar.xz

New:

  kross-interpreters-17.08.2.tar.xz



Other differences:
--
++ kross-interpreters.spec ++
--- /var/tmp/diff_new_pack.JWzwyQ/_old  2017-10-23 16:49:33.675160345 +0200
+++ /var/tmp/diff_new_pack.JWzwyQ/_new  2017-10-23 16:49:33.679160157 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kross-interpreters
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kross-interpreters-17.08.2.tar.xz 
++




commit kspaceduel for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kspaceduel for openSUSE:Factory 
checked in at 2017-10-23 16:49:42

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


Package is "kspaceduel"

Mon Oct 23 16:49:42 2017 rev:65 rq:534783 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kspaceduel/kspaceduel.changes2017-09-11 
16:22:13.273502630 +0200
+++ /work/SRC/openSUSE:Factory/.kspaceduel.new/kspaceduel.changes   
2017-10-23 16:49:43.454702660 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:17 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kspaceduel-17.08.1.tar.xz

New:

  kspaceduel-17.08.2.tar.xz



Other differences:
--
++ kspaceduel.spec ++
--- /var/tmp/diff_new_pack.pRUPZ1/_old  2017-10-23 16:49:44.110671960 +0200
+++ /var/tmp/diff_new_pack.pRUPZ1/_new  2017-10-23 16:49:44.114671772 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kspaceduel
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kspaceduel-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kspaceduel-17.08.1/po/cs/kspaceduel.po 
new/kspaceduel-17.08.2/po/cs/kspaceduel.po
--- old/kspaceduel-17.08.1/po/cs/kspaceduel.po  2017-09-05 02:33:46.0 
+0200
+++ new/kspaceduel-17.08.2/po/cs/kspaceduel.po  2017-10-10 02:12:03.0 
+0200
@@ -1,21 +1,21 @@
-# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR , YEAR.
+# Vít Pelčák , 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kspaceduel\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-13 03:03+0200\n"
-"PO-Revision-Date: 2008-11-17 16:08+0100\n"
-"Last-Translator: David Kolibac \n"
+"PO-Revision-Date: 2017-09-12 11:45+0100\n"
+"Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -293,7 +293,7 @@
 #: kspaceduelui.rc:15
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: main.cpp:30
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kspaceduel-17.08.1/po/gl/kspaceduel.po 
new/kspaceduel-17.08.2/po/gl/kspaceduel.po
--- old/kspaceduel-17.08.1/po/gl/kspaceduel.po  2017-09-05 02:33:46.0 
+0200
+++ new/kspaceduel-17.08.2/po/gl/kspaceduel.po  2017-10-10 02:12:03.0 
+0200
@@ -3,19 +3,20 @@
 # mvillarino , 2007, 2008.
 # Adrián Chaves Fernández , 2009.
 # Xosé , 2012.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kspaceduel\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-13 03:03+0200\n"
-"PO-Revision-Date: 2012-07-19 22:26+0200\n"
-"Last-Translator: Xosé \n"
+"PO-Revision-Date: 2017-10-04 16:00+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.4\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde, informal\n"
 "X-Accelerator-Marker: &\n"
@@ -91,7 +92,7 @@
 #: dialogs.cpp:84
 #, kde-format
 msgid "Crash damage:"
-msgstr "Danos do choque:"
+msgstr "Danos da colisión:"
 
 #: dialogs.cpp:85
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kspaceduel-17.08.1/po/ja/kspaceduel.po 
new/kspaceduel-17.08.2/po/ja/kspaceduel.po
--- old/kspaceduel-17.08.1/po/ja/kspaceduel.po  2017-09-05 02:33:46.0 
+0200
+++ new/kspaceduel-17.08.2/po/ja/kspaceduel.po  2017-10-10 02:12:03.0 
+0200
@@ -341,7 +341,7 @@
 #: mainview.cpp:523
 

commit ksirk for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package ksirk for openSUSE:Factory checked 
in at 2017-10-23 16:49:38

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


Package is "ksirk"

Mon Oct 23 16:49:38 2017 rev:65 rq:534781 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/ksirk/ksirk.changes  2017-09-11 
16:22:09.937971082 +0200
+++ /work/SRC/openSUSE:Factory/.ksirk.new/ksirk.changes 2017-10-23 
16:49:40.366847172 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:16 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  ksirk-17.08.1.tar.xz

New:

  ksirk-17.08.2.tar.xz



Other differences:
--
++ ksirk.spec ++
--- /var/tmp/diff_new_pack.HSSTRM/_old  2017-10-23 16:49:41.066814413 +0200
+++ /var/tmp/diff_new_pack.HSSTRM/_new  2017-10-23 16:49:41.070814226 +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.1
+Version:17.08.2
 Release:0
 Source0:ksirk-%{version}.tar.xz
 BuildRequires:  libkdegames4-devel

++ ksirk-17.08.1.tar.xz -> ksirk-17.08.2.tar.xz ++




commit kscd for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kscd for openSUSE:Factory checked in 
at 2017-10-23 16:49:33

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


Package is "kscd"

Mon Oct 23 16:49:33 2017 rev:18 rq:534779 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kscd/kscd.changes2017-09-11 
16:22:07.494314276 +0200
+++ /work/SRC/openSUSE:Factory/.kscd.new/kscd.changes   2017-10-23 
16:49:33.903149674 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:33 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kscd-17.08.1.tar.xz

New:

  kscd-17.08.2.tar.xz



Other differences:
--
++ kscd.spec ++
--- /var/tmp/diff_new_pack.Q1J0jN/_old  2017-10-23 16:49:34.411125902 +0200
+++ /var/tmp/diff_new_pack.Q1J0jN/_new  2017-10-23 16:49:34.411125902 +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.1
+Version:17.08.2
 Release:0
 Summary:CD Player
 License:GPL-2.0+

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




commit ksnakeduel for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package ksnakeduel for openSUSE:Factory 
checked in at 2017-10-23 16:49:40

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


Package is "ksnakeduel"

Mon Oct 23 16:49:40 2017 rev:65 rq:534782 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/ksnakeduel/ksnakeduel.changes2017-09-11 
16:22:12.273643053 +0200
+++ /work/SRC/openSUSE:Factory/.ksnakeduel.new/ksnakeduel.changes   
2017-10-23 16:49:42.398752078 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:17 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  ksnakeduel-17.08.1.tar.xz

New:

  ksnakeduel-17.08.2.tar.xz



Other differences:
--
++ ksnakeduel.spec ++
--- /var/tmp/diff_new_pack.LFOrna/_old  2017-10-23 16:49:42.930727181 +0200
+++ /var/tmp/diff_new_pack.LFOrna/_new  2017-10-23 16:49:42.934726995 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   ksnakeduel
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> ksnakeduel-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-17.08.1/po/ja/ksnakeduel.po 
new/ksnakeduel-17.08.2/po/ja/ksnakeduel.po
--- old/ksnakeduel-17.08.1/po/ja/ksnakeduel.po  2017-09-05 02:33:43.0 
+0200
+++ new/ksnakeduel-17.08.2/po/ja/ksnakeduel.po  2017-10-10 02:12:01.0 
+0200
@@ -175,9 +175,7 @@
 #: ktron.cpp:173
 #, kde-format
 msgid "Failed to load \"%1\" theme. Please check your installation."
-msgstr ""
-"テーマ %1 を読み込めませんでした。インストールを確認して"
-"ください。"
+msgstr "テーマ “%1” を読み込めませんでした。インストールを確認してください。"
 
 #: ktron.cpp:192
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-17.08.1/po/sr/ksnakeduel.po 
new/ksnakeduel-17.08.2/po/sr/ksnakeduel.po
--- old/ksnakeduel-17.08.1/po/sr/ksnakeduel.po  2017-09-05 02:33:43.0 
+0200
+++ new/ksnakeduel-17.08.2/po/sr/ksnakeduel.po  2017-10-10 02:12:01.0 
+0200
@@ -1,13 +1,13 @@
-# Translation of ktron.po into Serbian.
+# Translation of ksnakeduel.po into Serbian.
 # Slobodan Simic , 2009.
-# Chusslove Illich , 2009, 2010.
+# Chusslove Illich , 2009, 2010, 2017.
 # Dalibor Djuric , 2010.
 msgid ""
 msgstr ""
-"Project-Id-Version: ktron\n"
+"Project-Id-Version: ksnakeduel\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-04-26 02:49+0200\n"
-"PO-Revision-Date: 2010-12-15 16:51+0100\n"
+"PO-Revision-Date: 2017-09-28 17:59+0200\n"
 "Last-Translator: Chusslove Illich \n"
 "Language-Team: Serbian \n"
 "Language: sr\n"
@@ -235,7 +235,7 @@
 "© 2008–2009, Стас Верберкт\n"
 "\n"
 "Делови алгоритма рачунарског играча преузети су из\n"
-"Икс‑трона 1.1 Рет Д. Џејкобс rh...@hotel.canberra.edu.au"
+"Икс‑трона 1.1 Рет Д. Џејкобс "
 
 #: main.cpp:59 player.cpp:95
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-17.08.1/po/zh_CN/ksnakeduel.po 
new/ksnakeduel-17.08.2/po/zh_CN/ksnakeduel.po
--- old/ksnakeduel-17.08.1/po/zh_CN/ksnakeduel.po   2017-09-05 
02:33:43.0 +0200
+++ new/ksnakeduel-17.08.2/po/zh_CN/ksnakeduel.po   2017-10-10 
02:12: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-04-26 02:49+0200\n"
-"PO-Revision-Date: 2017-08-31 05:18-0400\n"
+"PO-Revision-Date: 2017-09-30 17:50-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kollision for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kollision for openSUSE:Factory 
checked in at 2017-10-23 16:49:04

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


Package is "kollision"

Mon Oct 23 16:49:04 2017 rev:67 rq:534755 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kollision/kollision.changes  2017-09-11 
16:21:56.855808376 +0200
+++ /work/SRC/openSUSE:Factory/.kollision.new/kollision.changes 2017-10-23 
16:49:06.572428758 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:22 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kollision-17.08.1.tar.xz

New:

  kollision-17.08.2.tar.xz



Other differences:
--
++ kollision.spec ++
--- /var/tmp/diff_new_pack.YbixMn/_old  2017-10-23 16:49:07.292395063 +0200
+++ /var/tmp/diff_new_pack.YbixMn/_new  2017-10-23 16:49:07.296394877 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kollision
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kollision-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kollision-17.08.1/org.kde.kollision.appdata.xml 
new/kollision-17.08.2/org.kde.kollision.appdata.xml
--- old/kollision-17.08.1/org.kde.kollision.appdata.xml 2017-07-15 
16:19:12.0 +0200
+++ new/kollision-17.08.2/org.kde.kollision.appdata.xml 2017-10-02 
05:41:55.0 +0200
@@ -15,6 +15,7 @@
   Kollision
   Kollision
   Kollision
+  Kollision
   Kollision
   Kollisjon
   Kolizja
@@ -41,6 +42,7 @@
   Rento pallopeli
   Jeu de balle
   Xogo de bólas para distraerse
+  Gioco scacciapensieri della palla
   Balspel ter verstrooiing
   Enkelt ballspel
   Zwyczajna gra w piłkę
@@ -73,6 +75,7 @@
 Kollision on rento peli, jossa heität palloa ja yrität 
vältellä toisten palloja laudalla niin pitkään kuin mahdollista.
 Kollision est un jeu de balle simple dans lequel vous 
devez lancer votre balle sur la table et éviter les balles des autres joueurs 
aussi longtemps que possible.
 Kollision é un xogo para distraerse no que te que tirar a 
súa bóla e evitar o resto de bólas do taboleiro tanto tempo como poida.
+Kollision è un gioco scacciapensieri in cui devi lanciare 
la tua palla ed evitare le altre sul tavolo il più a lungo possibile.
 Kollision is een spel ter verstrooiing waarin u uw bal 
moet gooien en de andere ballen op de tafel zo lang mogelijk moet vermijden.
 Kollision er eit kjapt og enkelt spel der du skal styra 
ein ball rundt på eit brett og unngå å verta treft av andre ballar som sprett 
rundt på brettet.
 Kollision jest zwyczajną grą, w której musisz rzucić 
swoją piłkę na stół i unikać piłek innych tak długo jak to możliwe.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kollision-17.08.1/po/gl/kollision.po 
new/kollision-17.08.2/po/gl/kollision.po
--- old/kollision-17.08.1/po/gl/kollision.po2017-09-05 02:33:15.0 
+0200
+++ new/kollision-17.08.2/po/gl/kollision.po2017-10-10 02:11:40.0 
+0200
@@ -5,14 +5,14 @@
 # mvillarino , 2008.
 # Adrián Chaves Fernández , 2009, 2016.
 # Xosé , 2012.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kollision\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:15+0100\n"
-"PO-Revision-Date: 2016-01-30 12:53+0100\n"
-"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
+"PO-Revision-Date: 2017-09-08 19:44+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -178,7 +178,7 @@
 #: preferences.ui:23
 #, kde-format
 msgid "Enable automatically  ball size"
-msgstr "Aumentar o aumento automát do tamaño da bóla."
+msgstr "Activar o aumento automát do tamaño da bóla."
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: preferences.ui:32
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kollision-17.08.1/po/zh_CN/kollision.po 
new/kollision-17.08.2/po/zh_CN/kollision.po
--- old/kollision-17.08.1/po/zh_CN/kollision.po 2017-09-05 02:33:16.0 
+0200

commit kshisen for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kshisen for openSUSE:Factory checked 
in at 2017-10-23 16:49:35

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


Package is "kshisen"

Mon Oct 23 16:49:35 2017 rev:66 rq:534780 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kshisen/kshisen.changes  2017-09-11 
16:22:08.938111504 +0200
+++ /work/SRC/openSUSE:Factory/.kshisen.new/kshisen.changes 2017-10-23 
16:49:38.146951064 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:34 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kshisen-17.08.1.tar.xz

New:

  kshisen-17.08.2.tar.xz



Other differences:
--
++ kshisen.spec ++
--- /var/tmp/diff_new_pack.eWb1xE/_old  2017-10-23 16:49:38.770921862 +0200
+++ /var/tmp/diff_new_pack.eWb1xE/_new  2017-10-23 16:49:38.774921674 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kshisen
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kshisen-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-17.08.1/po/cs/kshisen.po 
new/kshisen-17.08.2/po/cs/kshisen.po
--- old/kshisen-17.08.1/po/cs/kshisen.po2017-09-05 02:33:30.0 
+0200
+++ new/kshisen-17.08.2/po/cs/kshisen.po2017-10-10 02:11:51.0 
+0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2010, 2011, 2013, 2014, 2016.
+# Vít Pelčák , 2010, 2011, 2013, 2014, 2016, 2017.
 # Tomáš Chvátal , 2013.
 #
 msgid ""
@@ -8,7 +8,7 @@
 "Project-Id-Version: kshisen\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:15+0100\n"
-"PO-Revision-Date: 2016-06-28 15:44+0100\n"
+"PO-Revision-Date: 2017-09-11 14:08+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -191,7 +191,7 @@
 #: src/kshisenui.rc:13
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: src/main.cpp:44
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-17.08.1/po/ja/kshisen.po 
new/kshisen-17.08.2/po/ja/kshisen.po
--- old/kshisen-17.08.1/po/ja/kshisen.po2017-09-05 02:33:31.0 
+0200
+++ new/kshisen-17.08.2/po/ja/kshisen.po2017-10-10 02:11:51.0 
+0200
@@ -91,7 +91,7 @@
 "Try without them next time."
 msgstr ""
 "\n"
-"元に戻すとヒントを使わなければ\n"
+"「元に戻す」とヒントを使わなければ\n"
 "ハイスコアとして記録されるところでした。\n"
 "次回は使わずにプレイしてみてください。"
 
@@ -291,8 +291,8 @@
 "you can fail to complete if you remove the tiles in the wrong order."
 msgstr ""
 "解法のあるゲームのみを生成このオプションをチェックすると解法のある"
-"ゲームのみを生成します。解法のあるゲームでも、牌を取り除く順序を"
-"間違えるとゲームを終了することができなくなります。"
+"ゲームのみを生成します。【注意】 解法のあるゲームでも、牌を取り除く順"
+"序を間違えるとゲームを終了することができなくなります。"
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_Solvable)
 #: src/settings.ui:36
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-17.08.1/po/zh_CN/kshisen.po 
new/kshisen-17.08.2/po/zh_CN/kshisen.po
--- old/kshisen-17.08.1/po/zh_CN/kshisen.po 2017-09-05 02:33:31.0 
+0200
+++ new/kshisen-17.08.2/po/zh_CN/kshisen.po 2017-10-10 02:11:52.0 
+0200
@@ -1,9 +1,18 @@
+# translation of kshisen.po to 简体中文
+# Copyright (C) 2003, 2009 Free Software Foundation, Inc.
+#
+# Wang Jian , 1998.
+# Xiong Jiang , 2003.
+# Lie_Ex , 2007-2009.
+# Ni Hui , 2009, 2011.
+# Feng Chao , 2011.
+# Guo Yunhe , 2017.
 msgid ""
 msgstr ""
 "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-31 05:18-0400\n"
+"PO-Revision-Date: 2017-09-30 17:49-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kpat for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kpat for openSUSE:Factory checked in 
at 2017-10-23 16:49:12

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


Package is "kpat"

Mon Oct 23 16:49:12 2017 rev:67 rq:534768 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kpat/kpat.changes2017-09-11 
16:22:01.727124236 +0200
+++ /work/SRC/openSUSE:Factory/.kpat.new/kpat.changes   2017-10-23 
16:49:12.976129064 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:30 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kpat-17.08.1.tar.xz

New:

  kpat-17.08.2.tar.xz



Other differences:
--
++ kpat.spec ++
--- /var/tmp/diff_new_pack.8ljBs8/_old  2017-10-23 16:49:13.772091813 +0200
+++ /var/tmp/diff_new_pack.8ljBs8/_new  2017-10-23 16:49:13.772091813 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kpat
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kpat-17.08.2.tar.xz ++
 1679 lines of diff (skipped)




commit kppp for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kppp for openSUSE:Factory checked in 
at 2017-10-23 16:49:13

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


Package is "kppp"

Mon Oct 23 16:49:13 2017 rev:56 rq:534770 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kppp/kppp.changes2017-09-11 
16:22:03.162922588 +0200
+++ /work/SRC/openSUSE:Factory/.kppp.new/kppp.changes   2017-10-23 
16:49:16.219977251 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:30 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kppp-17.08.1.tar.xz

New:

  kppp-17.08.2.tar.xz



Other differences:
--
++ kppp.spec ++
--- /var/tmp/diff_new_pack.sacaLC/_old  2017-10-23 16:49:16.775951231 +0200
+++ /var/tmp/diff_new_pack.sacaLC/_new  2017-10-23 16:49:16.779951044 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kppp
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kppp-17.08.2.tar.xz ++




commit kmplot for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2017-10-23 16:48:51

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


Package is "kmplot"

Mon Oct 23 16:48:51 2017 rev:86 rq:534750 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2017-09-11 
16:21:51.760523970 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2017-10-23 
16:48:56.032922008 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:21 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kmplot-17.08.1.tar.xz

New:

  kmplot-17.08.2.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.PMb6Gi/_old  2017-10-23 16:48:56.776887191 +0200
+++ /var/tmp/diff_new_pack.PMb6Gi/_new  2017-10-23 16:48:56.780887004 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmplot
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kmplot-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.08.1/po/cs/kmplot.po 
new/kmplot-17.08.2/po/cs/kmplot.po
--- old/kmplot-17.08.1/po/cs/kmplot.po  2017-09-05 02:25:02.0 +0200
+++ new/kmplot-17.08.2/po/cs/kmplot.po  2017-10-10 02:04:50.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-03-14 08:02+0100\n"
-"PO-Revision-Date: 2017-03-15 12:28+0100\n"
+"PO-Revision-Date: 2017-09-12 11:44+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -1475,7 +1475,7 @@
 #: kmplot_shell.rc:17
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: kmplotio.cpp:321
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.08.1/po/fr/kmplot.po 
new/kmplot-17.08.2/po/fr/kmplot.po
--- old/kmplot-17.08.1/po/fr/kmplot.po  2017-09-05 02:25:03.0 +0200
+++ new/kmplot-17.08.2/po/fr/kmplot.po  2017-10-10 02:04:50.0 +0200
@@ -14,14 +14,15 @@
 # Anne-Marie Mahfouf , 2008.
 # Anne-Marie Mahfouf , 2010.
 # Sebastien Renard , 2013, 2015.
+# Vincent Pinon , 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-03-14 08:02+0100\n"
-"PO-Revision-Date: 2015-03-01 16:50+0100\n"
-"Last-Translator: Sebastien Renard \n"
+"PO-Revision-Date: 2017-10-02 09:23+0100\n"
+"Last-Translator: Vincent Pinon \n"
 "Language-Team: French \n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
@@ -31,7 +32,7 @@
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -1676,10 +1677,9 @@
 msgstr "KmPlot"
 
 #: main.cpp:53
-#, fuzzy, kde-format
-#| msgid "Mathematical function plotter for KDE"
+#, kde-format
 msgid "Mathematical function plotter by KDE"
-msgstr "Traceur de fonctions mathématiques pour KDE"
+msgstr "Traceur de fonctions mathématiques par KDE"
 
 #: main.cpp:54
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-17.08.1/po/gl/kmplot.po 
new/kmplot-17.08.2/po/gl/kmplot.po
--- old/kmplot-17.08.1/po/gl/kmplot.po  2017-09-05 02:25:03.0 +0200
+++ new/kmplot-17.08.2/po/gl/kmplot.po  2017-10-10 02:04:50.0 +0200
@@ -4,14 +4,14 @@
 # Xosé , 2010, 2012.
 # Marce Villarino , 2012, 2014.
 # Adrián Chaves Fernández , 2015, 2017.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kmplot\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-03-14 08:02+0100\n"
-"PO-Revision-Date: 2017-06-10 18:27+0100\n"
-"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
+"PO-Revision-Date: 2017-09-29 23:06+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician 

commit konquest for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package konquest for openSUSE:Factory 
checked in at 2017-10-23 16:49:10

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


Package is "konquest"

Mon Oct 23 16:49:10 2017 rev:65 rq:534760 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/konquest/konquest.changes2017-09-11 
16:22:00.287326445 +0200
+++ /work/SRC/openSUSE:Factory/.konquest.new/konquest.changes   2017-10-23 
16:49:11.892179793 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:13 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  konquest-17.08.1.tar.xz

New:

  konquest-17.08.2.tar.xz



Other differences:
--
++ konquest.spec ++
--- /var/tmp/diff_new_pack.IsizgB/_old  2017-10-23 16:49:12.468152837 +0200
+++ /var/tmp/diff_new_pack.IsizgB/_new  2017-10-23 16:49:12.468152837 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   konquest
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> konquest-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-17.08.1/po/cs/konquest.po 
new/konquest-17.08.2/po/cs/konquest.po
--- old/konquest-17.08.1/po/cs/konquest.po  2017-09-05 02:33:18.0 
+0200
+++ new/konquest-17.08.2/po/cs/konquest.po  2017-10-10 02:11:41.0 
+0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2010, 2011, 2012, 2013, 2014.
+# Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2017.
 # Lukáš Tinkl , 2010.
 # Tomáš Chvátal , 2012.
 #
@@ -9,7 +9,7 @@
 "Project-Id-Version: konquest\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-04-23 02:47+0200\n"
-"PO-Revision-Date: 2014-01-15 16:06+0100\n"
+"PO-Revision-Date: 2017-09-11 14:03+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -394,7 +394,7 @@
 #: konquestui.rc:20
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: mainwin.cc:45 mainwin.cc:52
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-17.08.1/po/gl/konquest.po 
new/konquest-17.08.2/po/gl/konquest.po
--- old/konquest-17.08.1/po/gl/konquest.po  2017-09-05 02:33:18.0 
+0200
+++ new/konquest-17.08.2/po/gl/konquest.po  2017-10-10 02:11:42.0 
+0200
@@ -6,20 +6,21 @@
 # Xosé , 2009, 2012.
 # Adrián Chaves Fernández , 2009, 2015.
 # Marce Villarino , 2013.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: konquest\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-04-23 02:47+0200\n"
-"PO-Revision-Date: 2015-05-16 08:14+0200\n"
-"Last-Translator: Adrián Chaves Fernández \n"
+"PO-Revision-Date: 2017-09-30 06:59+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"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "X-Environment: kde, informal\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -283,7 +284,7 @@
 "A ship leaving this turn will arrive on turn %4"
 msgstr ""
 "A distancia do planeta %1 ao planeta %2 é de %3 anos-luz.\n"
-"Unha nave que parta nesta rolda chegará na rolda %4"
+"Unha nave que saia nesta rolda chegará na rolda %4"
 
 #: gameview.cc:383
 #, kde-format
@@ -363,7 +364,7 @@
 #: Konquest.cc:54
 #, kde-format
 msgid "Cleaning and bugfixing"
-msgstr "Depuración e correccións de erros"
+msgstr "Limpeza e correccións de 

commit kolourpaint for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kolourpaint for openSUSE:Factory 
checked in at 2017-10-23 16:49:06

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


Package is "kolourpaint"

Mon Oct 23 16:49:06 2017 rev:84 rq:534756 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes  2017-09-11 
16:21:58.095634251 +0200
+++ /work/SRC/openSUSE:Factory/.kolourpaint.new/kolourpaint.changes 
2017-10-23 16:49:09.960270207 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:23 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kolourpaint-17.08.1.tar.xz

New:

  kolourpaint-17.08.2.tar.xz



Other differences:
--
++ kolourpaint.spec ++
--- /var/tmp/diff_new_pack.qnDWmP/_old  2017-10-23 16:49:10.624239132 +0200
+++ /var/tmp/diff_new_pack.qnDWmP/_new  2017-10-23 16:49:10.624239132 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kolourpaint
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kolourpaint-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-17.08.1/CMakeLists.txt 
new/kolourpaint-17.08.2/CMakeLists.txt
--- old/kolourpaint-17.08.1/CMakeLists.txt  2017-09-05 02:28:25.0 
+0200
+++ new/kolourpaint-17.08.2/CMakeLists.txt  2017-10-10 02:07:49.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 "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 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.1/po/cs/kolourpaint.po 
new/kolourpaint-17.08.2/po/cs/kolourpaint.po
--- old/kolourpaint-17.08.1/po/cs/kolourpaint.po2017-09-05 
02:28:24.0 +0200
+++ new/kolourpaint-17.08.2/po/cs/kolourpaint.po2017-10-10 
02:07:47.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-16 05:24+0200\n"
-"PO-Revision-Date: 2017-02-23 14:31+0100\n"
+"PO-Revision-Date: 2017-09-12 12:24+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -1208,13 +1208,13 @@
 #: kolourpaintui.rc:147
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #. i18n: ectx: ToolBar (textToolBar)
 #: kolourpaintui.rc:162
 #, kde-format
 msgid "Text Toolbar"
-msgstr "Lišta pro práci s textem"
+msgstr "Panel nástrojů pro práci s textem"
 
 #. i18n: ectx: Menu (selectionToolRMBMenu)
 #: kolourpaintui.rc:172
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-17.08.1/po/gl/kolourpaint.po 
new/kolourpaint-17.08.2/po/gl/kolourpaint.po
--- old/kolourpaint-17.08.1/po/gl/kolourpaint.po2017-09-05 
02:28:24.0 +0200
+++ new/kolourpaint-17.08.2/po/gl/kolourpaint.po2017-10-10 
02:07:47.0 +0200
@@ -7,14 +7,14 @@
 # Miguel Branco , 2009.
 # Xosé , 2012.
 # Adrián Chaves Fernández (Gallaecio) , 2015, 2017.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-16 05:24+0200\n"
-"PO-Revision-Date: 2017-06-11 08:58+0100\n"
-"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
+"PO-Revision-Date: 2017-10-03 22:09+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -1045,12 +1045,12 @@
 #: document/kpDocument_Save.cpp:471
 #, kde-format
 msgid "Could not save image - failed to upload."
-msgstr "Non foi posíbel gardar a imaxe porque fallou a entrega."
+msgstr "Non foi posíbel gardar a imaxe porque fallou o envío."
 
 #: imagelib/transforms/kpTransformAutoCrop.cpp:386
 #, kde-format
 msgid "Remove 

commit knavalbattle for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package knavalbattle for openSUSE:Factory 
checked in at 2017-10-23 16:48:56

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


Package is "knavalbattle"

Mon Oct 23 16:48:56 2017 rev:66 rq:534751 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/knavalbattle/knavalbattle.changes
2017-09-11 16:21:53.340302102 +0200
+++ /work/SRC/openSUSE:Factory/.knavalbattle.new/knavalbattle.changes   
2017-10-23 16:48:59.428763083 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:21 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  knavalbattle-17.08.1.tar.xz

New:

  knavalbattle-17.08.2.tar.xz



Other differences:
--
++ knavalbattle.spec ++
--- /var/tmp/diff_new_pack.7YCNBw/_old  2017-10-23 16:49:00.988690078 +0200
+++ /var/tmp/diff_new_pack.7YCNBw/_new  2017-10-23 16:49:00.992689891 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   knavalbattle
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> knavalbattle-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knavalbattle-17.08.1/po/cs/knavalbattle.po 
new/knavalbattle-17.08.2/po/cs/knavalbattle.po
--- old/knavalbattle-17.08.1/po/cs/knavalbattle.po  2017-09-05 
02:33:06.0 +0200
+++ new/knavalbattle-17.08.2/po/cs/knavalbattle.po  2017-10-10 
02:11:33.0 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2010, 2011, 2012, 2013, 2014.
+# Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2017.
 # Tomáš Chvátal , 2012, 2013.
 #
 msgid ""
@@ -8,7 +8,7 @@
 "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: 2014-12-05 13:14+0100\n"
+"PO-Revision-Date: 2017-09-12 12:25+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -74,7 +74,7 @@
 #: knavalbattleui.rc:29
 #, kde-format
 msgid "Game Toolbar"
-msgstr "Nástrojová lišta hry"
+msgstr "Panel nástrojů hry"
 
 #: main.cpp:38
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knavalbattle-17.08.1/po/gl/knavalbattle.po 
new/knavalbattle-17.08.2/po/gl/knavalbattle.po
--- old/knavalbattle-17.08.1/po/gl/knavalbattle.po  2017-09-05 
02:33:06.0 +0200
+++ new/knavalbattle-17.08.2/po/gl/knavalbattle.po  2017-10-10 
02:11:33.0 +0200
@@ -6,19 +6,20 @@
 # Xosé , 2009, 2012.
 # Adrián Chaves Fernández , 2009, 2012, 2015.
 # Marce Villarino , 2009, 2013.
+# Adrián Chaves (Gallaecio) , 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: 2015-05-16 08:20+0200\n"
-"Last-Translator: Adrián Chaves Fernández \n"
+"PO-Revision-Date: 2017-09-08 08:08+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, informal\n"
 "X-Accelerator-Marker: &\n"
@@ -72,7 +73,7 @@
 #, kde-format
 msgid "Allow the ships to be adjacent without one empty space between them."
 msgstr ""
-"Permitir que os barcos estean a carón doutros sen espazo libre entre eles."
+"Permitir que os barcos estean a carón doutros sen espazo baleiro entre eles."
 
 #. i18n: ectx: label, entry (SeveralShips), group (general)
 #: knavalbattle.kcfg:30
diff -urN '--exclude=CVS' 

commit knetwalk for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package knetwalk for openSUSE:Factory 
checked in at 2017-10-23 16:48:57

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


Package is "knetwalk"

Mon Oct 23 16:48:57 2017 rev:66 rq:534752 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/knetwalk/knetwalk.changes2017-09-11 
16:21:54.740105510 +0200
+++ /work/SRC/openSUSE:Factory/.knetwalk.new/knetwalk.changes   2017-10-23 
16:49:01.448668551 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:21 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  knetwalk-17.08.1.tar.xz

New:

  knetwalk-17.08.2.tar.xz



Other differences:
--
++ knetwalk.spec ++
--- /var/tmp/diff_new_pack.HCQlXA/_old  2017-10-23 16:49:02.296628866 +0200
+++ /var/tmp/diff_new_pack.HCQlXA/_new  2017-10-23 16:49:02.300628679 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   knetwalk
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> knetwalk-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knetwalk-17.08.1/po/cs/knetwalk.po 
new/knetwalk-17.08.2/po/cs/knetwalk.po
--- old/knetwalk-17.08.1/po/cs/knetwalk.po  2017-09-05 02:33:09.0 
+0200
+++ new/knetwalk-17.08.2/po/cs/knetwalk.po  2017-10-10 02:11:35.0 
+0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2010, 2011, 2013.
+# Vít Pelčák , 2010, 2011, 2013, 2017.
 # Tomáš Chvátal , 2013.
 #
 msgid ""
@@ -8,7 +8,7 @@
 "Project-Id-Version: knetwalk\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:14+0100\n"
-"PO-Revision-Date: 2013-10-21 15:36+0200\n"
+"PO-Revision-Date: 2017-09-12 11:42+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -160,7 +160,7 @@
 #: knetwalkui.rc:13
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: main.cpp:28
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knetwalk-17.08.1/po/gl/knetwalk.po 
new/knetwalk-17.08.2/po/gl/knetwalk.po
--- old/knetwalk-17.08.1/po/gl/knetwalk.po  2017-09-05 02:33:09.0 
+0200
+++ new/knetwalk-17.08.2/po/gl/knetwalk.po  2017-10-10 02:11:36.0 
+0200
@@ -6,19 +6,20 @@
 # Xosé , 2009, 2012.
 # Adrián Chaves Fernández , 2009.
 # Marce Villarino , 2013.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: knetwalk\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:14+0100\n"
-"PO-Revision-Date: 2013-11-03 22:41+0100\n"
-"Last-Translator: Marce Villarino \n"
+"PO-Revision-Date: 2017-10-08 16:36+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, informal\n"
 "X-Accelerator-Marker: &\n"
@@ -78,7 +79,7 @@
 "Note: to win the game all terminals and all cables "
 "need to be connected to the server!"
 msgstr ""
-"Nota: para gañar a partida todas as terminais e todos os cabose todos os cables deben estar conectados ao servidor!"
 
 #: gameview.cpp:165
@@ -126,7 +127,7 @@
 #: knetwalk.kcfg:9
 #, kde-format
 msgid "Default user name"
-msgstr "Nome do usuario por defecto"
+msgstr "Nome de usuario predeterminado"
 
 #. i18n: ectx: label, entry (PlaySounds), group (General)
 #: knetwalk.kcfg:14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit killbots for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package killbots for openSUSE:Factory 
checked in at 2017-10-23 16:48:16

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


Package is "killbots"

Mon Oct 23 16:48:16 2017 rev:66 rq:534722 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/killbots/killbots.changes2017-09-11 
16:21:34.902891491 +0200
+++ /work/SRC/openSUSE:Factory/.killbots.new/killbots.changes   2017-10-23 
16:48:18.726667945 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:09 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  killbots-17.08.1.tar.xz

New:

  killbots-17.08.2.tar.xz



Other differences:
--
++ killbots.spec ++
--- /var/tmp/diff_new_pack.aWNfa1/_old  2017-10-23 16:48:19.450634064 +0200
+++ /var/tmp/diff_new_pack.aWNfa1/_new  2017-10-23 16:48:19.454633876 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   killbots
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> killbots-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-17.08.1/po/cs/killbots.po 
new/killbots-17.08.2/po/cs/killbots.po
--- old/killbots-17.08.1/po/cs/killbots.po  2017-09-05 02:32:40.0 
+0200
+++ new/killbots-17.08.2/po/cs/killbots.po  2017-10-10 02:11:14.0 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2012, 2016.
+# Vít Pelčák , 2012, 2016, 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: killbots\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:14+0100\n"
-"PO-Revision-Date: 2016-01-25 14:30+0100\n"
+"PO-Revision-Date: 2017-09-11 14:03+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -155,7 +155,7 @@
 #: killbotsui.rc:21
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: main.cpp:41
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-17.08.1/po/zh_CN/killbots.po 
new/killbots-17.08.2/po/zh_CN/killbots.po
--- old/killbots-17.08.1/po/zh_CN/killbots.po   2017-09-05 02:32:41.0 
+0200
+++ new/killbots-17.08.2/po/zh_CN/killbots.po   2017-10-10 02:11:15.0 
+0200
@@ -1,9 +1,15 @@
+# translation of killbots.po to 简体中文
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Ni Hui , 2008.
+# Lie Ex , 2008, 2009.
 msgid ""
 msgstr ""
 "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-31 05:18-0400\n"
+"PO-Revision-Date: 2017-09-30 17:49-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kmahjongg for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kmahjongg for openSUSE:Factory 
checked in at 2017-10-23 16:48:35

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


Package is "kmahjongg"

Mon Oct 23 16:48:35 2017 rev:67 rq:534737 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kmahjongg/kmahjongg.changes  2017-09-11 
16:21:46.941200806 +0200
+++ /work/SRC/openSUSE:Factory/.kmahjongg.new/kmahjongg.changes 2017-10-23 
16:48:42.141572126 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:17 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kmahjongg-17.08.1.tar.xz

New:

  kmahjongg-17.08.2.tar.xz



Other differences:
--
++ kmahjongg.spec ++
--- /var/tmp/diff_new_pack.NVwzaD/_old  2017-10-23 16:48:44.953440530 +0200
+++ /var/tmp/diff_new_pack.NVwzaD/_new  2017-10-23 16:48:44.957440343 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmahjongg
-Version:17.08.1
+Version:17.08.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmahjongg-17.08.1.tar.xz -> kmahjongg-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmahjongg-17.08.1/layouts/glade.desktop 
new/kmahjongg-17.08.2/layouts/glade.desktop
--- old/kmahjongg-17.08.1/layouts/glade.desktop 2017-09-04 05:23:31.0 
+0200
+++ new/kmahjongg-17.08.2/layouts/glade.desktop 2017-10-04 10:16:49.0 
+0200
@@ -56,7 +56,7 @@
 Description[eu]=Leku huts txiki bat basoz inguratuta
 Description[fi]=Metsän ympäröimä tyhjää tila
 Description[fr]=Une petite zone d'espace entourée d'une forêt
-Description[gl]=Un pequeno espazo sen árbores nun bosque
+Description[gl]=Un pequeno espazo baleiro nun bosque
 Description[hu]=Üres térség fákkal körbevéve
 Description[id]=Sepotong kecil ruang kosong yang dikelilingi oleh hutan
 Description[it]=Un piccolo spazio vuoto circondato da una foresta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmahjongg-17.08.1/layouts/pyramid.desktop 
new/kmahjongg-17.08.2/layouts/pyramid.desktop
--- old/kmahjongg-17.08.1/layouts/pyramid.desktop   2017-09-04 
05:23:31.0 +0200
+++ new/kmahjongg-17.08.2/layouts/pyramid.desktop   2017-10-04 
10:16:49.0 +0200
@@ -102,7 +102,7 @@
 Description[tr]=Piramidi parçalayabilir misiniz?
 Description[uk]=Можете розібрати піраміду?
 Description[x-test]=xxCan you tear the pyramid apart?xx
-Description[zh_CN]=你能拆掉这金字塔吗?
+Description[zh_CN]=您能拆掉这金字塔吗?
 Description[zh_TW]=您可以拆掉這個金字塔嗎?
 VersionFormat=1
 Author=KDE Games team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmahjongg-17.08.1/layouts/stairs.desktop 
new/kmahjongg-17.08.2/layouts/stairs.desktop
--- old/kmahjongg-17.08.1/layouts/stairs.desktop2017-09-04 
05:23:31.0 +0200
+++ new/kmahjongg-17.08.2/layouts/stairs.desktop2017-10-04 
10:16:49.0 +0200
@@ -60,7 +60,7 @@
 Description[eu]=Bide berdina birritan egitea ez zaienentzako gustatzen, 
eskailerak.
 Description[fi]=Portaat niille, jotka eivät halua kulkea samaa polkua kahdesti
 Description[fr]=Un escalier en colimaçon pour les personnes n'aimant pas 
prendre deux fois le même chemin
-Description[gl]=Unha escaleira. Sobes ou baixas?
+Description[gl]=Unha escaleira para quen non quere seguir a mesma ruta dúas 
veces.
 Description[hu]=Lépcső azoknak, akik mindig más utat keresnek
 Description[id]=Sebuah tangga bagi mereka yang tidak suka mengambil jalan yang 
sama dua kali
 Description[it]=Una scalinata per chi non ama fare due volte la stessa strada
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmahjongg-17.08.1/po/cs/kmahjongg.po 
new/kmahjongg-17.08.2/po/cs/kmahjongg.po
--- old/kmahjongg-17.08.1/po/cs/kmahjongg.po2017-09-05 02:32:58.0 
+0200
+++ new/kmahjongg-17.08.2/po/cs/kmahjongg.po2017-10-10 02:11:27.0 
+0200
@@ -9,7 +9,7 @@
 "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: 2017-03-15 12:30+0100\n"
+"PO-Revision-Date: 2017-09-12 11:46+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -409,7 +409,7 @@
 #: src/kmahjonggui.rc:23
 #, kde-format
 msgid "Main 

commit kiten for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kiten for openSUSE:Factory checked 
in at 2017-10-23 16:48:24

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


Package is "kiten"

Mon Oct 23 16:48:24 2017 rev:88 rq:534728 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kiten/kiten.changes  2017-09-11 
16:21:38.250421357 +0200
+++ /work/SRC/openSUSE:Factory/.kiten.new/kiten.changes 2017-10-23 
16:48:25.174366192 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:12 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kiten-17.08.1.tar.xz

New:

  kiten-17.08.2.tar.xz



Other differences:
--
++ kiten.spec ++
--- /var/tmp/diff_new_pack.Zt5XAG/_old  2017-10-23 16:48:26.170319582 +0200
+++ /var/tmp/diff_new_pack.Zt5XAG/_new  2017-10-23 16:48:26.174319395 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kiten
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kiten-17.08.2.tar.xz ++
/work/SRC/openSUSE:Factory/kiten/kiten-17.08.1.tar.xz 
/work/SRC/openSUSE:Factory/.kiten.new/kiten-17.08.2.tar.xz differ: char 27, 
line 1




commit klickety for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package klickety for openSUSE:Factory 
checked in at 2017-10-23 16:48:28

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


Package is "klickety"

Mon Oct 23 16:48:28 2017 rev:66 rq:534733 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/klickety/klickety.changes2017-09-11 
16:21:43.397698464 +0200
+++ /work/SRC/openSUSE:Factory/.klickety.new/klickety.changes   2017-10-23 
16:48:30.174132203 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:16 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  klickety-17.08.1.tar.xz

New:

  klickety-17.08.2.tar.xz



Other differences:
--
++ klickety.spec ++
--- /var/tmp/diff_new_pack.eEMjMw/_old  2017-10-23 16:48:30.814102253 +0200
+++ /var/tmp/diff_new_pack.eEMjMw/_new  2017-10-23 16:48:30.814102253 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   klickety
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> klickety-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-17.08.1/po/cs/klickety.po 
new/klickety-17.08.2/po/cs/klickety.po
--- old/klickety-17.08.1/po/cs/klickety.po  2017-09-05 02:32:50.0 
+0200
+++ new/klickety-17.08.2/po/cs/klickety.po  2017-10-10 02:11:21.0 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2010, 2011, 2015, 2016.
+# Vít Pelčák , 2010, 2011, 2015, 2016, 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:14+0100\n"
-"PO-Revision-Date: 2016-02-26 16:55+0100\n"
+"PO-Revision-Date: 2017-09-11 13:58+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -128,7 +128,7 @@
 #: klicketyui.rc:22
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: main.cpp:48
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-17.08.1/po/zh_CN/klickety.po 
new/klickety-17.08.2/po/zh_CN/klickety.po
--- old/klickety-17.08.1/po/zh_CN/klickety.po   2017-09-05 02:32:50.0 
+0200
+++ new/klickety-17.08.2/po/zh_CN/klickety.po   2017-10-10 02:11:21.0 
+0200
@@ -1,9 +1,14 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Ni Hui , 2010.
+# Weng Xuetian , 2015.
 msgid ""
 msgstr ""
 "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-31 05:18-0400\n"
+"PO-Revision-Date: 2017-09-30 17:49-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit klinkstatus for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package klinkstatus for openSUSE:Factory 
checked in at 2017-10-23 16:48:32

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


Package is "klinkstatus"

Mon Oct 23 16:48:32 2017 rev:11 rq:534735 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/klinkstatus/klinkstatus.changes  2017-09-11 
16:21:45.813359203 +0200
+++ /work/SRC/openSUSE:Factory/.klinkstatus.new/klinkstatus.changes 
2017-10-23 16:48:32.930003228 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:16 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  klinkstatus-17.08.1.tar.xz

New:

  klinkstatus-17.08.2.tar.xz



Other differences:
--
++ klinkstatus.spec ++
--- /var/tmp/diff_new_pack.iqzg1q/_old  2017-10-23 16:48:33.445979080 +0200
+++ /var/tmp/diff_new_pack.iqzg1q/_new  2017-10-23 16:48:33.445979080 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   klinkstatus
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> klinkstatus-17.08.2.tar.xz ++




commit klines for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package klines for openSUSE:Factory checked 
in at 2017-10-23 16:48:30

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


Package is "klines"

Mon Oct 23 16:48:30 2017 rev:66 rq:534734 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/klines/klines.changes2017-09-11 
16:21:44.705514791 +0200
+++ /work/SRC/openSUSE:Factory/.klines.new/klines.changes   2017-10-23 
16:48:31.334077918 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:16 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  klines-17.08.1.tar.xz

New:

  klines-17.08.2.tar.xz



Other differences:
--
++ klines.spec ++
--- /var/tmp/diff_new_pack.46kLMs/_old  2017-10-23 16:48:32.274033927 +0200
+++ /var/tmp/diff_new_pack.46kLMs/_new  2017-10-23 16:48:32.274033927 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   klines
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> klines-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-17.08.1/po/it/docs/klines/index.docbook 
new/klines-17.08.2/po/it/docs/klines/index.docbook
--- old/klines-17.08.1/po/it/docs/klines/index.docbook  2017-09-05 
02:32:54.0 +0200
+++ new/klines-17.08.2/po/it/docs/klines/index.docbook  2017-10-10 
02:11:24.0 +0200
@@ -1,11 +1,6 @@
 
 
 
-  
-

   
 
  VincenzoReale smart2...@baslug.org Traduzione dell'interfaccia grafica e della documentazioneAndrea 
  
 2013-05-06
+>10/05/2016
  ( 4.11)
+>1.6 (Applications 16.04)
  
 
 
Questa documentazione descrive il gioco di  versione 

+>Questa documentazione descrive il gioco di  versione 1.6
 
  
 
@@ -174,7 +181,7 @@
 è un gioco semplice ma divertente, con un solo giocatore, per 
 >.  è ispirato a un gioco molto conosciuto - Color lines, scritto per il , scritto per DOS da Olga Demina, Igor Ivkin e Gennady Denisov nel 1992.

 Traduzione italiana di Vincenzo Reale smart2...@baslug.org Traduzione italiana di Francesco Bresciani fbresci...@users.sourceforge.net 
   
   
-
-Installazione
- 
-
- 
- 
-
-Compilazione e installazione
- 
-
- 
  
 
 

commit kmix for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kmix for openSUSE:Factory checked in 
at 2017-10-23 16:48:47

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


Package is "kmix"

Mon Oct 23 16:48:47 2017 rev:69 rq:534747 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kmix/kmix.changes2017-09-11 
16:21:49.668817734 +0200
+++ /work/SRC/openSUSE:Factory/.kmix.new/kmix.changes   2017-10-23 
16:48:49.485228442 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:20 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kmix-17.08.1.tar.xz

New:

  kmix-17.08.2.tar.xz



Other differences:
--
++ kmix.spec ++
--- /var/tmp/diff_new_pack.bxRQqy/_old  2017-10-23 16:48:50.005204107 +0200
+++ /var/tmp/diff_new_pack.bxRQqy/_new  2017-10-23 16:48:50.009203920 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmix
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kmix-17.08.2.tar.xz ++




commit kmouth for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kmouth for openSUSE:Factory checked 
in at 2017-10-23 16:48:49

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


Package is "kmouth"

Mon Oct 23 16:48:49 2017 rev:75 rq:534749 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kmouth/kmouth.changes2017-09-11 
16:21:50.476704272 +0200
+++ /work/SRC/openSUSE:Factory/.kmouth.new/kmouth.changes   2017-10-23 
16:48:50.617175467 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:13 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kmouth-17.08.1.tar.xz

New:

  kmouth-17.08.2.tar.xz



Other differences:
--
++ kmouth.spec ++
--- /var/tmp/diff_new_pack.xavpA8/_old  2017-10-23 16:48:52.121105082 +0200
+++ /var/tmp/diff_new_pack.xavpA8/_new  2017-10-23 16:48:52.121105082 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  oxygen-icon-theme-large
 BuildRequires:  sbl
 BuildRequires:  xz
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kmouth-17.08.2.tar.xz ++




commit kmines for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kmines for openSUSE:Factory checked 
in at 2017-10-23 16:48:40

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


Package is "kmines"

Mon Oct 23 16:48:40 2017 rev:66 rq:534745 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kmines/kmines.changes2017-09-11 
16:21:48.580970513 +0200
+++ /work/SRC/openSUSE:Factory/.kmines.new/kmines.changes   2017-10-23 
16:48:47.189335890 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:20 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kmines-17.08.1.tar.xz

New:

  kmines-17.08.2.tar.xz



Other differences:
--
++ kmines.spec ++
--- /var/tmp/diff_new_pack.jjdNWD/_old  2017-10-23 16:48:47.753309495 +0200
+++ /var/tmp/diff_new_pack.jjdNWD/_new  2017-10-23 16:48:47.757309309 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmines
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kmines-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-17.08.1/data/org.kde.kmines.desktop 
new/kmines-17.08.2/data/org.kde.kmines.desktop
--- old/kmines-17.08.1/data/org.kde.kmines.desktop  2017-09-04 
06:11:06.0 +0200
+++ new/kmines-17.08.2/data/org.kde.kmines.desktop  2017-09-15 
06:52:58.0 +0200
@@ -149,6 +149,7 @@
 Comment[nn]=Minesveipar-liknande spel
 Comment[pl]=Gra typu saper
 Comment[pt]=Jogo tipo Campo-Minado
+Comment[pt_BR]=Jogo semelhante ao Campo Minado
 Comment[sk]=Hra typu hľadanie mín
 Comment[sl]=Igra podobna Minolovcu
 Comment[sr]=Игра налик на Миноловац
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-17.08.1/po/cs/kmines.po 
new/kmines-17.08.2/po/cs/kmines.po
--- old/kmines-17.08.1/po/cs/kmines.po  2017-09-05 02:33:02.0 +0200
+++ new/kmines-17.08.2/po/cs/kmines.po  2017-10-10 02:11:31.0 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2011.
+# Vít Pelčák , 2011, 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kmines\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:14+0100\n"
-"PO-Revision-Date: 2011-01-25 15:18+0100\n"
+"PO-Revision-Date: 2017-09-11 14:08+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -15,6 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -78,7 +79,7 @@
 #: kminesui.rc:12
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: main.cpp:33
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-17.08.1/po/zh_CN/kmines.po 
new/kmines-17.08.2/po/zh_CN/kmines.po
--- old/kmines-17.08.1/po/zh_CN/kmines.po   2017-09-05 02:33:03.0 
+0200
+++ new/kmines-17.08.2/po/zh_CN/kmines.po   2017-10-10 02:11:31.0 
+0200
@@ -1,9 +1,16 @@
+# translation of kmines.po to 简体中文
+# Copyright (C) 2002,2003, 2008 Free Software Foundation, Inc.
+#
+# Wang Jian , 1998.
+# Funda Wang , 2002.
+# Xiong Jiang , 2002,2003.
+# Ni Hui , 2008, 2010.
 msgid ""
 msgstr ""
 "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-31 05:18-0400\n"
+"PO-Revision-Date: 2017-09-30 17:49-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -208,9 +215,9 @@
 #: scene.cpp:118
 #, kde-format
 msgid "Congratulations! You have won!"
-msgstr "恭喜!你赢了!"
+msgstr "恭喜!您赢了!"
 
 #: scene.cpp:120
 #, kde-format
 msgid "You have lost."
-msgstr "你挂了。"
+msgstr "您挂了。"




commit kjumpingcube for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kjumpingcube for openSUSE:Factory 
checked in at 2017-10-23 16:48:25

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


Package is "kjumpingcube"

Mon Oct 23 16:48:25 2017 rev:67 rq:534729 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kjumpingcube/kjumpingcube.changes
2017-09-11 16:21:39.594232630 +0200
+++ /work/SRC/openSUSE:Factory/.kjumpingcube.new/kjumpingcube.changes   
2017-10-23 16:48:26.650297119 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:13 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kjumpingcube-17.08.1.tar.xz

New:

  kjumpingcube-17.08.2.tar.xz



Other differences:
--
++ kjumpingcube.spec ++
--- /var/tmp/diff_new_pack.b2TTr4/_old  2017-10-23 16:48:27.330265296 +0200
+++ /var/tmp/diff_new_pack.b2TTr4/_new  2017-10-23 16:48:27.334265109 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kjumpingcube
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kjumpingcube-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjumpingcube-17.08.1/org.kde.kjumpingcube.desktop 
new/kjumpingcube-17.08.2/org.kde.kjumpingcube.desktop
--- old/kjumpingcube-17.08.1/org.kde.kjumpingcube.desktop   2017-09-04 
06:10:51.0 +0200
+++ new/kjumpingcube-17.08.2/org.kde.kjumpingcube.desktop   2017-09-15 
06:52:42.0 +0200
@@ -128,6 +128,7 @@
 Comment[nn]=Spel basert på områdekapring
 Comment[pl]=Gra w zajmowanie terytorium
 Comment[pt]=Jogo de Captura do Território
+Comment[pt_BR]=Jogo de captura de território
 Comment[sk]=Hra na obsadzovanie území
 Comment[sr]=Игра заузимања територије
 Comment[sr@ijekavian]=Игра заузимања територије
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjumpingcube-17.08.1/po/cs/kjumpingcube.po 
new/kjumpingcube-17.08.2/po/cs/kjumpingcube.po
--- old/kjumpingcube-17.08.1/po/cs/kjumpingcube.po  2017-09-05 
02:32:46.0 +0200
+++ new/kjumpingcube-17.08.2/po/cs/kjumpingcube.po  2017-10-10 
02:11:18.0 +0200
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Tomáš Chvátal , 2012.
-# Vit Pelcak , 2012, 2013, 2014.
+# Vit Pelcak , 2012, 2013, 2014, 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kjumpingcube\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-01-12 03:51+0100\n"
-"PO-Revision-Date: 2014-04-10 13:42+0200\n"
+"PO-Revision-Date: 2017-09-12 11:42+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -352,7 +352,7 @@
 #: kjumpingcubeui.rc:9
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: main.cpp:36
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjumpingcube-17.08.1/po/ja/kjumpingcube.po 
new/kjumpingcube-17.08.2/po/ja/kjumpingcube.po
--- old/kjumpingcube-17.08.1/po/ja/kjumpingcube.po  2017-09-05 
02:32:47.0 +0200
+++ new/kjumpingcube-17.08.2/po/ja/kjumpingcube.po  2017-10-10 
02:11:19.0 +0200
@@ -142,7 +142,7 @@
 "The file %1 exists.\n"
 "Do you want to overwrite it?"
 msgstr ""
-"ファイル %1 は存在します。\n"
+"ファイル ‘%1’ は存在します。\n"
 "上書きしますか?"
 
 #: game.cpp:610
@@ -163,13 +163,12 @@
 #: game.cpp:630
 #, kde-format
 msgid "The file %1 does not exist!"
-msgstr "ファイル %1 は存在しません。"
+msgstr "ファイル ‘%1’ は存在しません。"
 
 #: game.cpp:645
 #, kde-format
 msgid "The file %1 is not a KJumpingCube gamefile!"
-msgstr ""
-"ファイル %1 は KJumpingCube ファイルではありません。"
+msgstr "ファイル ‘%1’ は KJumpingCube ファイルではありません。"
 
 #: game.cpp:658
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjumpingcube-17.08.1/po/zh_CN/kjumpingcube.po 

commit klettres for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package klettres for openSUSE:Factory 
checked in at 2017-10-23 16:48:27

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


Package is "klettres"

Mon Oct 23 16:48:27 2017 rev:85 rq:534732 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/klettres/klettres.changes2017-09-11 
16:21:41.238001776 +0200
+++ /work/SRC/openSUSE:Factory/.klettres.new/klettres.changes   2017-10-23 
16:48:28.402215129 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:16 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  klettres-17.08.1.tar.xz

New:

  klettres-17.08.2.tar.xz



Other differences:
--
++ klettres.spec ++
--- /var/tmp/diff_new_pack.JCTmLh/_old  2017-10-23 16:48:29.986141001 +0200
+++ /var/tmp/diff_new_pack.JCTmLh/_new  2017-10-23 16:48:29.986141001 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   klettres
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> klettres-17.08.2.tar.xz ++
/work/SRC/openSUSE:Factory/klettres/klettres-17.08.1.tar.xz 
/work/SRC/openSUSE:Factory/.klettres.new/klettres-17.08.2.tar.xz differ: char 
27, line 1




commit kiriki for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kiriki for openSUSE:Factory checked 
in at 2017-10-23 16:48:20

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


Package is "kiriki"

Mon Oct 23 16:48:20 2017 rev:66 rq:534727 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kiriki/kiriki.changes2017-09-11 
16:21:36.762630306 +0200
+++ /work/SRC/openSUSE:Factory/.kiriki.new/kiriki.changes   2017-10-23 
16:48:23.562441631 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:11 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kiriki-17.08.1.tar.xz

New:

  kiriki-17.08.2.tar.xz



Other differences:
--
++ kiriki.spec ++
--- /var/tmp/diff_new_pack.jSMER3/_old  2017-10-23 16:48:24.282407936 +0200
+++ /var/tmp/diff_new_pack.jSMER3/_new  2017-10-23 16:48:24.282407936 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kiriki
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kiriki-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiriki-17.08.1/po/pt_BR/kiriki.po 
new/kiriki-17.08.2/po/pt_BR/kiriki.po
--- old/kiriki-17.08.1/po/pt_BR/kiriki.po   2017-09-05 02:32:44.0 
+0200
+++ new/kiriki-17.08.2/po/pt_BR/kiriki.po   2017-10-10 02:11:17.0 
+0200
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Mauricio Piacentini , 2007.
-# Luiz Fernando Ranghetti , 2009.
+# Luiz Fernando Ranghetti , 2009, 2017.
 # André Marcelo Alvarenga , 2010, 2011, 2013.
 # Marcus Gama , 2012.
 msgid ""
@@ -11,14 +11,14 @@
 "Project-Id-Version: kiriki\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-03-14 08:09+0100\n"
-"PO-Revision-Date: 2013-02-12 09:16-0200\n"
-"Last-Translator: André Marcelo Alvarenga \n"
-"Language-Team: Brazilian Portuguese \n"
+"PO-Revision-Date: 2017-09-14 17:50-0300\n"
+"Last-Translator: Luiz Fernando Ranghetti \n"
+"Language-Team: Portuguese \n"
 "Language: pt_BR\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"
 
 #, kde-format
@@ -212,10 +212,9 @@
 msgstr "Kiriki"
 
 #: main.cpp:24
-#, fuzzy, kde-format
-#| msgid "A Yahtzee dice game for KDE"
+#, kde-format
 msgid "A Yahtzee dice game by KDE"
-msgstr "Um jogo de dados Yahtzee para o KDE"
+msgstr "Um jogo de dados Yahtzee do KDE"
 
 #: main.cpp:24
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiriki-17.08.1/po/sl/kiriki.po 
new/kiriki-17.08.2/po/sl/kiriki.po
--- old/kiriki-17.08.1/po/sl/kiriki.po  2017-09-05 02:32:44.0 +0200
+++ new/kiriki-17.08.2/po/sl/kiriki.po  2017-10-10 02:11:17.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kiriki\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-03-14 08:09+0100\n"
-"PO-Revision-Date: 2017-03-24 21:23+0100\n"
+"PO-Revision-Date: 2017-09-07 19:51+0100\n"
 "Last-Translator: Andrej Mernik \n"
 "Language-Team: Slovenian \n"
 "Language: sl\n"
@@ -260,7 +260,7 @@
 #: scores.cpp:69
 #, kde-format
 msgid "Bonus if > 62"
-msgstr "Dodatek, če je več kot 62"
+msgstr "Dodatek za > 62"
 
 #: scores.cpp:70
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiriki-17.08.1/po/sr/kiriki.po 
new/kiriki-17.08.2/po/sr/kiriki.po
--- old/kiriki-17.08.1/po/sr/kiriki.po  2017-09-05 02:32:44.0 +0200
+++ new/kiriki-17.08.2/po/sr/kiriki.po  2017-10-10 02:11:17.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kiriki\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-03-14 08:09+0100\n"
-"PO-Revision-Date: 2017-04-07 00:52+0200\n"
+"PO-Revision-Date: 2017-09-28 17:59+0200\n"
 "Last-Translator: Chusslove Illich \n"
 "Language-Team: Serbian \n"
 "Language: sr\n"
@@ -128,9 +128,7 @@
 #: kiriki.cpp:208
 #, kde-format
 msgid 

commit kimagemapeditor for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kimagemapeditor for openSUSE:Factory 
checked in at 2017-10-23 16:48:19

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


Package is "kimagemapeditor"

Mon Oct 23 16:48:19 2017 rev:11 rq:534723 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kimagemapeditor/kimagemapeditor.changes  
2017-09-11 16:21:35.886753315 +0200
+++ /work/SRC/openSUSE:Factory/.kimagemapeditor.new/kimagemapeditor.changes 
2017-10-23 16:48:19.826616467 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:09 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kimagemapeditor-17.08.1.tar.xz

New:

  kimagemapeditor-17.08.2.tar.xz



Other differences:
--
++ kimagemapeditor.spec ++
--- /var/tmp/diff_new_pack.ii5kjB/_old  2017-10-23 16:48:20.878567236 +0200
+++ /var/tmp/diff_new_pack.ii5kjB/_new  2017-10-23 16:48:20.878567236 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kimagemapeditor
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kimagemapeditor-17.08.2.tar.xz ++




commit kig for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kig for openSUSE:Factory checked in 
at 2017-10-23 16:48:13

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


Package is "kig"

Mon Oct 23 16:48:13 2017 rev:83 rq:534720 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kig/kig.changes  2017-09-11 16:21:30.983441945 
+0200
+++ /work/SRC/openSUSE:Factory/.kig.new/kig.changes 2017-10-23 
16:48:14.794851954 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:07 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kig-17.08.1.tar.xz

New:

  kig-17.08.2.tar.xz



Other differences:
--
++ kig.spec ++
--- /var/tmp/diff_new_pack.liuPak/_old  2017-10-23 16:48:15.538817137 +0200
+++ /var/tmp/diff_new_pack.liuPak/_new  2017-10-23 16:48:15.538817137 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kig
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kig-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kig-17.08.1/po/cs/kig.po new/kig-17.08.2/po/cs/kig.po
--- old/kig-17.08.1/po/cs/kig.po2017-09-05 02:24:19.0 +0200
+++ new/kig-17.08.2/po/cs/kig.po2017-10-10 02:04:09.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kig\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-03-30 02:44+0200\n"
-"PO-Revision-Date: 2017-02-27 12:05+0100\n"
+"PO-Revision-Date: 2017-09-12 12:38+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -1226,7 +1226,7 @@
 #: kig/kigpartui.rc:205 kig/kigui.rc:23
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #. i18n: ectx: ToolBar (points_toolbar)
 #: kig/kigpartui.rc:219
@@ -6834,7 +6834,7 @@
 "clicking somewhere on the Kig document with the middle mouse\n"
 "button.\n"
 msgstr ""
-"Nové body můžete vytvořit bez použití nabídky na nástrojové liště, "
+"Nové body můžete vytvořit bez použití nabídky na panelu nástrojů, "
 "jednoduše\n"
 "kliknete prostředním tlačítkem myši do dokumentu Kig.\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kig-17.08.1/po/gl/kig.po new/kig-17.08.2/po/gl/kig.po
--- old/kig-17.08.1/po/gl/kig.po2017-09-05 02:24:19.0 +0200
+++ new/kig-17.08.2/po/gl/kig.po2017-10-10 02:04:10.0 +0200
@@ -6,14 +6,14 @@
 # Marce Villarino , 2009.
 # Marce Villarino , 2012, 2013, 2014.
 # Adrián Chaves Fernández , 2015, 2017.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kig\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-03-30 02:44+0200\n"
-"PO-Revision-Date: 2017-06-11 09:05+0100\n"
-"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
+"PO-Revision-Date: 2017-09-29 22:03+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -294,7 +294,7 @@
 "This Dr. Geo file contains a \"%1 %2\" object, which Kig does not currently "
 "support."
 msgstr ""
-"Este ficheiro de Dr. Geo contén un obxecto «%1 %2», que Kig non recoñece na "
+"Este ficheiro de Dr. Geo contén un obxecto «%1 %2», que Kig non permite na "
 "actualidade."
 
 #: filters/drgeo-filter.cc:373
@@ -304,7 +304,7 @@
 "currently support."
 msgstr ""
 "Este ficheiro de Dr. Geo contén un tipo de intersección, o cal Kig non "
-"recoñece na actualidade."
+"permite na actualidade."
 
 #: filters/exporter.cc:70
 #, kde-format
@@ -363,7 +363,7 @@
 #: filters/filter.cc:101
 #, kde-format
 msgid "Kig cannot open this file."
-msgstr "Kig non pode abrir este fichero."
+msgstr "Kig non pode abrir este ficheiro."
 
 #: filters/filter.cc:102 misc/lists.cc:324
 #, kde-format
@@ -512,7 +512,7 @@
 "and then save it again, which will save it in the new format."
 msgstr ""
 "Este ficheiro foi creado pola versión «%1» de Kig.\n"
-"A compatibilidade cos formatos antigos de Kig (antes do 0.4) foi suprimido.\n"
+"A compatibilidade cos formatos antigos de Kig (antes do 0.4) retirouse.\n"
 "Pode intentar acceder a este 

commit kigo for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kigo for openSUSE:Factory checked in 
at 2017-10-23 16:48:15

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


Package is "kigo"

Mon Oct 23 16:48:15 2017 rev:64 rq:534721 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kigo/kigo.changes2017-09-11 
16:21:33.403102124 +0200
+++ /work/SRC/openSUSE:Factory/.kigo.new/kigo.changes   2017-10-23 
16:48:17.170740763 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:11 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kigo-17.08.1.tar.xz

New:

  kigo-17.08.2.tar.xz



Other differences:
--
++ kigo.spec ++
--- /var/tmp/diff_new_pack.CdaUzO/_old  2017-10-23 16:48:17.778712309 +0200
+++ /var/tmp/diff_new_pack.CdaUzO/_new  2017-10-23 16:48:17.778712309 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kigo
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kigo-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-17.08.1/po/cs/kigo.po 
new/kigo-17.08.2/po/cs/kigo.po
--- old/kigo-17.08.1/po/cs/kigo.po  2017-09-05 02:32:36.0 +0200
+++ new/kigo-17.08.2/po/cs/kigo.po  2017-10-10 02:11:10.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-04-23 02:47+0200\n"
-"PO-Revision-Date: 2017-04-26 11:23+0100\n"
+"PO-Revision-Date: 2017-09-12 11:46+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -190,7 +190,7 @@
 #, kde-format
 msgctxt "@title:menu"
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #. i18n: ectx: ToolBar (moveToolBar)
 #: gui/kigoui.rc:42
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-17.08.1/po/gl/kigo.po 
new/kigo-17.08.2/po/gl/kigo.po
--- old/kigo-17.08.1/po/gl/kigo.po  2017-09-05 02:32:36.0 +0200
+++ new/kigo-17.08.2/po/gl/kigo.po  2017-10-10 02:11:10.0 +0200
@@ -7,14 +7,14 @@
 # marce villarino , 2009.
 # Xosé , 2009, 2012.
 # Adrián Chaves Fernández (Gallaecio) , 2017.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-04-23 02:47+0200\n"
-"PO-Revision-Date: 2017-01-15 14:52+0100\n"
-"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
+"PO-Revision-Date: 2017-09-08 19:44+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -731,7 +731,7 @@
 #: kigo.kcfg:28
 #, kde-format
 msgid "Move numbers are drawn onto stones if enabled"
-msgstr "Se escolle esta opción os números de movementos mostraranse nas pedras"
+msgstr "Se activa esta opción os números de movementos mostraranse nas pedras"
 
 #. i18n: ectx: label, entry (HintVisibleTime), group (UserInterface)
 #: kigo.kcfg:32
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-17.08.1/po/pt_BR/kigo.po 
new/kigo-17.08.2/po/pt_BR/kigo.po
--- old/kigo-17.08.1/po/pt_BR/kigo.po   2017-09-05 02:32:36.0 +0200
+++ new/kigo-17.08.2/po/pt_BR/kigo.po   2017-10-10 02:11:11.0 +0200
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Luiz Fernando Ranghetti , 2008, 2009, 2010.
+# Luiz Fernando Ranghetti , 2008, 2009, 2010, 2017.
 # André Marcelo Alvarenga , 2010, 2011.
 # André Marcelo Alvarenga , 2012.
 msgid ""
@@ -10,15 +10,15 @@
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-04-23 02:47+0200\n"
-"PO-Revision-Date: 2012-01-30 00:01-0200\n"
-"Last-Translator: André Marcelo Alvarenga \n"
-"Language-Team: Brazilian Portuguese \n"

commit khangman for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package khangman for openSUSE:Factory 
checked in at 2017-10-23 16:48:10

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


Package is "khangman"

Mon Oct 23 16:48:10 2017 rev:83 rq:534716 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/khangman/khangman.changes2017-09-11 
16:21:29.907593039 +0200
+++ /work/SRC/openSUSE:Factory/.khangman.new/khangman.changes   2017-10-23 
16:48:11.710996278 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:05 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  khangman-17.08.1.tar.xz

New:

  khangman-17.08.2.tar.xz



Other differences:
--
++ khangman.spec ++
--- /var/tmp/diff_new_pack.2znMBX/_old  2017-10-23 16:48:12.918939746 +0200
+++ /var/tmp/diff_new_pack.2znMBX/_new  2017-10-23 16:48:12.918939746 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   khangman
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> khangman-17.08.2.tar.xz ++
/work/SRC/openSUSE:Factory/khangman/khangman-17.08.1.tar.xz 
/work/SRC/openSUSE:Factory/.khangman.new/khangman-17.08.2.tar.xz differ: char 
26, line 1




commit kgeography for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kgeography for openSUSE:Factory 
checked in at 2017-10-23 16:48:05

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


Package is "kgeography"

Mon Oct 23 16:48:05 2017 rev:88 rq:534712 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kgeography/kgeography.changes2017-09-11 
16:21:26.272103613 +0200
+++ /work/SRC/openSUSE:Factory/.kgeography.new/kgeography.changes   
2017-10-23 16:48:06.795226337 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:04 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kgeography-17.08.1.tar.xz

New:

  kgeography-17.08.2.tar.xz



Other differences:
--
++ kgeography.spec ++
--- /var/tmp/diff_new_pack.vMgKBF/_old  2017-10-23 16:48:07.915173924 +0200
+++ /var/tmp/diff_new_pack.vMgKBF/_new  2017-10-23 16:48:07.919173736 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kgeography
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kgeography-17.08.2.tar.xz ++
/work/SRC/openSUSE:Factory/kgeography/kgeography-17.08.1.tar.xz 
/work/SRC/openSUSE:Factory/.kgeography.new/kgeography-17.08.2.tar.xz differ: 
char 27, line 1




commit kgoldrunner for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kgoldrunner for openSUSE:Factory 
checked in at 2017-10-23 16:48:07

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


Package is "kgoldrunner"

Mon Oct 23 16:48:07 2017 rev:65 rq:534714 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kgoldrunner/kgoldrunner.changes  2017-09-11 
16:21:27.707901967 +0200
+++ /work/SRC/openSUSE:Factory/.kgoldrunner.new/kgoldrunner.changes 
2017-10-23 16:48:08.751134800 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:33:11 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kgoldrunner-17.08.1.tar.xz

New:

  kgoldrunner-17.08.2.tar.xz



Other differences:
--
++ kgoldrunner.spec ++
--- /var/tmp/diff_new_pack.kucPFg/_old  2017-10-23 16:48:09.687090998 +0200
+++ /var/tmp/diff_new_pack.kucPFg/_new  2017-10-23 16:48:09.687090998 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kgoldrunner
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kgoldrunner-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgoldrunner-17.08.1/po/cs/kgoldrunner.po 
new/kgoldrunner-17.08.2/po/cs/kgoldrunner.po
--- old/kgoldrunner-17.08.1/po/cs/kgoldrunner.po2017-09-05 
02:32:26.0 +0200
+++ new/kgoldrunner-17.08.2/po/cs/kgoldrunner.po2017-10-10 
02:11:01.0 +0200
@@ -8,7 +8,7 @@
 "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: 2017-07-27 14:27+0100\n"
+"PO-Revision-Date: 2017-09-12 13:17+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -,7 +,7 @@
 #: src/kgoldrunnerui.rc:52
 #, kde-format
 msgid "Edit Toolbar"
-msgstr "Upravit nástrojovou lištu"
+msgstr "Upravit panel nástrojů"
 
 #: src/kgrdialog.cpp:45
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgoldrunner-17.08.1/po/gl/kgoldrunner.po 
new/kgoldrunner-17.08.2/po/gl/kgoldrunner.po
--- old/kgoldrunner-17.08.1/po/gl/kgoldrunner.po2017-09-05 
02:32:26.0 +0200
+++ new/kgoldrunner-17.08.2/po/gl/kgoldrunner.po2017-10-10 
02:11:01.0 +0200
@@ -10,14 +10,14 @@
 # Xosé , 2009, 2012.
 # Adrián Chaves Fernández , 2009, 2012, 2015, 2017.
 # Marce Villarino , 2012, 2013, 2014.
+# Adrián Chaves (Gallaecio) , 2017.
 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: 2017-06-10 23:19+0100\n"
-"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
+"PO-Revision-Date: 2017-10-04 21:02+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -2523,10 +2523,10 @@
 "hai por debaixo do tixolo escavado. O tempo é moi axustado.\n"
 "\n"
 "Vai coller a escada da esquerda tan rápido como poidas antes de que o "
-"segundo inimigo che bloquee o camiño e pasa á mesma altura do foxo da "
-"dereita. O inimigo vai pasar por riba de ti e caer no foxo. Apaña o ouro da "
-"dereita, escava os tixolos da esquerda, atrae o terceiro inimigo cara o "
-"tixolo falso e pasa por riba da súa testa para escapar cara riba.\n"
+"segundo inimigo che bloquee a ruta e pasa á mesma altura do foxo da dereita. "
+"O inimigo vai pasar por riba de ti e caer no foxo. Apaña o ouro da dereita, "
+"escava os tixolos da esquerda, atrae o terceiro inimigo cara o tixolo falso "
+"e pasa por riba da súa testa para escapar cara riba.\n"
 "\n"
 "Métete na sección da esquerda escavando un tixolo preto do cume. Podes "
 "esquivar o seguinte inimigo tirándote por unha trampa que conduce de volta á "
@@ -2889,7 +2889,7 @@
 #: gamedata/game_GRII.txt:144
 #, kde-format
 msgid "Narrow Paths"
-msgstr "Carreiros estreitos"
+msgstr "Rutas estreitas"
 
 #: gamedata/game_GRII.txt:145
 #, kde-format
@@ -3422,7 +3422,7 @@
 "Simple de todo, simplemente intenta non caer das escadas. Hai moitos xeitos "
 "de superar os 

commit kfind for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kfind for openSUSE:Factory checked 
in at 2017-10-23 16:47:57

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


Package is "kfind"

Mon Oct 23 16:47:57 2017 rev:11 rq:534709 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kfind/kfind.changes  2017-09-11 
16:21:21.792732703 +0200
+++ /work/SRC/openSUSE:Factory/.kfind.new/kfind.changes 2017-10-23 
16:47:59.363574138 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:01 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kfind-17.08.1.tar.xz

New:

  kfind-17.08.2.tar.xz



Other differences:
--
++ kfind.spec ++
--- /var/tmp/diff_new_pack.mVgRFX/_old  2017-10-23 16:48:00.211534454 +0200
+++ /var/tmp/diff_new_pack.mVgRFX/_new  2017-10-23 16:48:00.215534267 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kfind
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kfind-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-17.08.1/CMakeLists.txt 
new/kfind-17.08.2/CMakeLists.txt
--- old/kfind-17.08.1/CMakeLists.txt2017-09-05 02:21:43.0 +0200
+++ new/kfind-17.08.2/CMakeLists.txt2017-10-10 02:01:52.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 "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 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.1/po/fi/kfind.po 
new/kfind-17.08.2/po/fi/kfind.po
--- old/kfind-17.08.1/po/fi/kfind.po2017-09-05 02:21:40.0 +0200
+++ new/kfind-17.08.2/po/fi/kfind.po2017-10-10 02:01:50.0 +0200
@@ -8,7 +8,7 @@
 # Tapio Kautto , 2004.
 # Ilpo Kantonen , 2004, 2005.
 # Mikko Piippo , 2007.
-# Tommi Nieminen , 2009.
+# Tommi Nieminen , 2009, 2017.
 # Jorma Karvonen , 2010.
 # Lasse Liehu , 2010, 2011, 2012, 2013, 2014, 2015, 
2016.
 # Copyright © 2002,2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
@@ -19,8 +19,8 @@
 "Project-Id-Version: kfindpart\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-12 06:44+0200\n"
-"PO-Revision-Date: 2016-11-21 03:42+0200\n"
-"Last-Translator: Lasse Liehu \n"
+"PO-Revision-Date: 2017-09-09 11:52+0200\n"
+"Last-Translator: Tommi Nieminen \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
@@ -590,10 +590,9 @@
 msgstr "KDE:n tiedostojen etsintätyökalu"
 
 #: main.cpp:43
-#, fuzzy, kde-format
-#| msgid "(c) 1998-2016, The KDE Developers"
+#, kde-format
 msgid "(c) 1998-2017, The KDE Developers"
-msgstr "© 1998–2016 KDE-kehittäjät"
+msgstr "© 1998–2017 KDE-kehittäjät"
 
 #: main.cpp:45
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-17.08.1/po/ja/kfind.po 
new/kfind-17.08.2/po/ja/kfind.po
--- old/kfind-17.08.1/po/ja/kfind.po2017-09-05 02:21:41.0 +0200
+++ new/kfind-17.08.2/po/ja/kfind.po2017-10-10 02:01:50.0 +0200
@@ -249,9 +249,9 @@
 "to speed-up the search; remember to update the index from time to time "
 "(using updatedb)."
 msgstr ""
-"検索のスピードを上げるために slocate パッケージによっ"
-"て作成されたファイルのインデックスを使用します。updatedb "
-"を実行して時々インデックスを更新するのを忘れないようにしてください。"
+"検索のスピードを上げるために slocate パッケージによって作成され"
+"たファイルのインデックスを使用します。updatedb を実行して時々イン"
+"デックスを更新するのを忘れないようにしてください。"
 
 #: kftabdlg.cpp:180
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfind-17.08.1/po/sr/kfind.po 
new/kfind-17.08.2/po/sr/kfind.po
--- old/kfind-17.08.1/po/sr/kfind.po2017-09-05 02:21:41.0 +0200
+++ new/kfind-17.08.2/po/sr/kfind.po2017-10-10 02:01:51.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kfind\n"
 "Report-Msgid-Bugs-To: 

commit kfourinline for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kfourinline for openSUSE:Factory 
checked in at 2017-10-23 16:48:02

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


Package is "kfourinline"

Mon Oct 23 16:48:02 2017 rev:67 rq:534711 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kfourinline/kfourinline.changes  2017-09-11 
16:21:24.528348509 +0200
+++ /work/SRC/openSUSE:Factory/.kfourinline.new/kfourinline.changes 
2017-10-23 16:48:04.727323115 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:02 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kfourinline-17.08.1.tar.xz

New:

  kfourinline-17.08.2.tar.xz



Other differences:
--
++ kfourinline.spec ++
--- /var/tmp/diff_new_pack.hDdL0Q/_old  2017-10-23 16:48:05.443289607 +0200
+++ /var/tmp/diff_new_pack.hDdL0Q/_new  2017-10-23 16:48:05.447289421 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kfourinline
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kfourinline-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfourinline-17.08.1/org.kde.kfourinline.desktop 
new/kfourinline-17.08.2/org.kde.kfourinline.desktop
--- old/kfourinline-17.08.1/org.kde.kfourinline.desktop 2017-09-04 
06:10:35.0 +0200
+++ new/kfourinline-17.08.2/org.kde.kfourinline.desktop 2017-09-15 
06:52:25.0 +0200
@@ -103,10 +103,14 @@
 GenericName[zh_TW]=四子棋棋盤遊戲
 Comment=Classic turn based game
 Comment[ca]=Joc clàssic basat en torns
+Comment[ca@valencia]=Joc clàssic basat en torns
+Comment[cs]=Klasická tahová hra
 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[pt]=Jogo clássico de jogadas por turnos
+Comment[pt_BR]=Jogo baseado em turnos clássico
 Comment[sk]=Klasická ťahová hra
 Comment[sr]=Класична игра на потезе
 Comment[sr@ijekavian]=Класична игра на потезе
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfourinline-17.08.1/po/cs/kfourinline.po 
new/kfourinline-17.08.2/po/cs/kfourinline.po
--- old/kfourinline-17.08.1/po/cs/kfourinline.po2017-09-05 
02:32:22.0 +0200
+++ new/kfourinline-17.08.2/po/cs/kfourinline.po2017-10-10 
02:10:58.0 +0200
@@ -1,22 +1,22 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Tomáš Chvátal , 2012, 2013.
-# Vit Pelcak , 2013.
+# Vit Pelcak , 2013, 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kfourinline\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-25 03:01+0200\n"
-"PO-Revision-Date: 2013-06-17 12:18+0200\n"
-"Last-Translator: Vit Pelcak \n"
+"PO-Revision-Date: 2017-09-11 14:03+0100\n"
+"Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -161,7 +161,7 @@
 #: kfourinlineui.rc:24
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: kgameconnectdialog.cpp:72
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfourinline-17.08.1/po/sr/kfourinline.po 
new/kfourinline-17.08.2/po/sr/kfourinline.po
--- old/kfourinline-17.08.1/po/sr/kfourinline.po2017-09-05 
02:32:22.0 +0200
+++ new/kfourinline-17.08.2/po/sr/kfourinline.po2017-10-10 
02:10:58.0 +0200
@@ -1,7 +1,7 @@
 # Translation of kfourinline.po into Serbian.
 # Milos Puzovic , 2001.
 # Bojan Bozovic , 2003.
-# Chusslove Illich , 2003, 2004, 2005, 2009, 2010, 2013.
+# Chusslove Illich , 2003, 2004, 2005, 2009, 2010, 2013, 
2017.
 # Slobodan Simic , 2009.
 # Dalibor Djuric 

commit kfloppy for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kfloppy for openSUSE:Factory checked 
in at 2017-10-23 16:48:00

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


Package is "kfloppy"

Mon Oct 23 16:48:00 2017 rev:77 rq:534710 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kfloppy/kfloppy.changes  2017-09-11 
16:21:22.840585541 +0200
+++ /work/SRC/openSUSE:Factory/.kfloppy.new/kfloppy.changes 2017-10-23 
16:48:01.563471183 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:01 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kfloppy-17.08.1.tar.xz

New:

  kfloppy-17.08.2.tar.xz



Other differences:
--
++ kfloppy.spec ++
--- /var/tmp/diff_new_pack.YCi9pS/_old  2017-10-23 16:48:02.695418208 +0200
+++ /var/tmp/diff_new_pack.YCi9pS/_new  2017-10-23 16:48:02.703417834 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kfloppy
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kfloppy-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-17.08.1/po/gl/kfloppy.po 
new/kfloppy-17.08.2/po/gl/kfloppy.po
--- old/kfloppy-17.08.1/po/gl/kfloppy.po2017-09-05 02:29:41.0 
+0200
+++ new/kfloppy-17.08.2/po/gl/kfloppy.po2017-10-10 02:08:46.0 
+0200
@@ -4,14 +4,14 @@
 # mvillarino , 2008.
 # Marce Villarino , 2009.
 # Adrian Chaves Fernandez , 2013, 2016.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kfloppy\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-04-14 02:47+0200\n"
-"PO-Revision-Date: 2016-04-20 08:11+0100\n"
-"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
+"PO-Revision-Date: 2017-10-03 09:18+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -248,8 +248,8 @@
 "Full format is a low-level and high-level format. It erases everything on "
 "the disk."
 msgstr ""
-"A formatación completa combina formatación de alto e baixo nivel. Elimina "
-"todo o contido do disco."
+"A formatación completa combina formatación de alto e baixo nivel. Borra todo "
+"o contido do disco."
 
 #: floppy.cpp:230
 #, kde-format
@@ -260,8 +260,8 @@
 #, kde-format
 msgid "Program fdformat not found. Full formatting disabled."
 msgstr ""
-"Non foi posíbel atopar o programa fdformat. Non poderá "
-"realizar unha formatación completa."
+"Non foi posíbel atopar o programa fdformat. Desactivouse a "
+"funcionalidade de formatación completa."
 
 #: floppy.cpp:242
 #, kde-format
@@ -272,8 +272,8 @@
 #, kde-format
 msgid "Program dd not found. Zeroing-out disabled."
 msgstr ""
-"Non foi posíbel atopar o programa dd. Non poderá borrar con "
-"ceros o disco."
+"Non foi posíbel atopar o programa dd. Desactivouse a "
+"funcionalidade de borrar con ceros o disco."
 
 #: floppy.cpp:251
 #, kde-format
@@ -372,9 +372,9 @@
 "check the correctness of the device name.)Are you sure you wish to "
 "proceed?"
 msgstr ""
-"Ao formatar o dispositivo, perderanse todos os datos: %1 Aviso: comprobe que o nome do dispositivo é o correcto. Está seguro "
-"de que quere continuar?"
+"Formatar o dispositivo borrará todos os datos: %1 "
+"Aviso: comprobe que o nome do dispositivo é o correcto. Está seguro de "
+"que quere continuar?"
 
 #: floppy.cpp:529 floppy.cpp:544
 #, kde-format
@@ -393,7 +393,7 @@
 "Formatting will erase all data on the disk.\n"
 "Are you sure you wish to proceed?"
 msgstr ""
-"Ao formatar o disco, perderanse todos os datos que conteña.\n"
+"Formatar o disco borrará todos os datos que conteña.\n"
 "Está seguro de que quere continuar?"
 
 #: format.cpp:266
@@ -424,12 +424,12 @@
 #: format.cpp:347
 #, kde-format
 msgid "The program %1 terminated with an error."
-msgstr "A execución do programa %1 rematou cun erro."
+msgstr "O programa %1 terminou cun erro."
 
 #: format.cpp:353
 #, kde-format
 msgid "The program %1 terminated abnormally."
-msgstr "A execución do programa %1 rematou de maneira anormal."
+msgstr "O programa %1 terminou de maneira anormal."
 
 #: format.cpp:415 format.cpp:573 

commit keditbookmarks for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package keditbookmarks for openSUSE:Factory 
checked in at 2017-10-23 16:47:53

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


Package is "keditbookmarks"

Mon Oct 23 16:47:53 2017 rev:11 rq:534707 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/keditbookmarks/keditbookmarks.changes
2017-09-11 16:21:19.477057919 +0200
+++ /work/SRC/openSUSE:Factory/.keditbookmarks.new/keditbookmarks.changes   
2017-10-23 16:47:54.687792965 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:00 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  keditbookmarks-17.08.1.tar.xz

New:

  keditbookmarks-17.08.2.tar.xz



Other differences:
--
++ keditbookmarks.spec ++
--- /var/tmp/diff_new_pack.jZYP0X/_old  2017-10-23 16:47:55.959733438 +0200
+++ /var/tmp/diff_new_pack.jZYP0X/_new  2017-10-23 16:47:55.959733438 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   keditbookmarks
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> keditbookmarks-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keditbookmarks-17.08.1/po/cs/keditbookmarks.po 
new/keditbookmarks-17.08.2/po/cs/keditbookmarks.po
--- old/keditbookmarks-17.08.1/po/cs/keditbookmarks.po  2017-09-05 
02:21:37.0 +0200
+++ new/keditbookmarks-17.08.2/po/cs/keditbookmarks.po  2017-10-10 
02:01:47.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: keditbookmarks\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-22 03:05+0200\n"
-"PO-Revision-Date: 2017-07-28 13:11+0100\n"
+"PO-Revision-Date: 2017-09-12 12:18+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -86,7 +86,7 @@
 #: actionsimpl.cpp:152
 #, kde-format
 msgid "Set as T Folder"
-msgstr "Nastavit jako slžku pro nástrojovou lištu"
+msgstr "Nastavit jako slžku pro panel nástrojů"
 
 #: actionsimpl.cpp:156
 #, kde-format
@@ -440,7 +440,7 @@
 #, kde-format
 msgctxt "(qtundo-format)"
 msgid "Set as Bookmark Toolbar"
-msgstr "Nastavit jako lištu se záložkami"
+msgstr "Nastavit jako panel nástrojů se záložkami"
 
 #: kbookmarkmodel/commands.cpp:522
 #, kde-format
@@ -545,7 +545,7 @@
 #: keditbookmarks-genui.rc:48 keditbookmarksui.rc:81
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #. i18n: ectx: Menu (import)
 #: keditbookmarksui.rc:10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keditbookmarks-17.08.1/po/fi/keditbookmarks.po 
new/keditbookmarks-17.08.2/po/fi/keditbookmarks.po
--- old/keditbookmarks-17.08.1/po/fi/keditbookmarks.po  2017-09-05 
02:21:37.0 +0200
+++ new/keditbookmarks-17.08.2/po/fi/keditbookmarks.po  2017-10-10 
02:01:48.0 +0200
@@ -5,7 +5,7 @@
 # Mikko Piippo , 2007.
 # Teemu Rytilahti , 2008.
 # Jorma Karvonen , 2010.
-# Tommi Nieminen , 2010, 2011.
+# Tommi Nieminen , 2010, 2011, 2017.
 # Lasse Liehu , 2010, 2011, 2012, 2013, 2014, 2016.
 #
 # KDE Finnish translation sprint participants:
@@ -16,8 +16,8 @@
 "Project-Id-Version: keditbookmarks\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-22 03:05+0200\n"
-"PO-Revision-Date: 2016-10-15 23:04+0200\n"
-"Last-Translator: Lasse Liehu \n"
+"PO-Revision-Date: 2017-09-09 11:52+0200\n"
+"Last-Translator: Tommi Nieminen \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
@@ -31,14 +31,16 @@
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
 msgstr ""
-"Niklas Laxström, Mikko Piippo, Teemu Rytilahti, Jorma Karvonen, Lasse Liehu"
+"Niklas Laxström, Mikko Piippo, Teemu Rytilahti, Jorma Karvonen, Lasse Liehu, "
+"Tommi Nieminen"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
 msgstr ""
 "niklas.laxstrom+kdetr...@gmail.com, mikko.pii...@helsinki.fi, teemu."
-"rytila...@kde-fi.org, karvonen.jo...@gmail.com, lasse.li...@gmail.com"
+"rytila...@kde-fi.org, karvonen.jo...@gmail.com, 

commit kdesdk-thumbnailers for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kdesdk-thumbnailers for 
openSUSE:Factory checked in at 2017-10-23 16:47:45

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


Package is "kdesdk-thumbnailers"

Mon Oct 23 16:47:45 2017 rev:55 rq:534702 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kdesdk-thumbnailers/kdesdk-thumbnailers.changes  
2017-09-11 16:21:15.105671842 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new/kdesdk-thumbnailers.changes 
2017-10-23 16:47:47.116147317 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:31:58 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kdesdk-thumbnailers-17.08.1.tar.xz

New:

  kdesdk-thumbnailers-17.08.2.tar.xz



Other differences:
--
++ kdesdk-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.eDx2c6/_old  2017-10-23 16:47:47.67612 +0200
+++ /var/tmp/diff_new_pack.eDx2c6/_new  2017-10-23 16:47:47.680120924 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kdesdk-thumbnailers
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kdesdk-thumbnailers-17.08.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesdk-thumbnailers-17.08.1/po/zh_CN/pothumbnail.po 
new/kdesdk-thumbnailers-17.08.2/po/zh_CN/pothumbnail.po
--- old/kdesdk-thumbnailers-17.08.1/po/zh_CN/pothumbnail.po 2017-09-05 
02:35:24.0 +0200
+++ new/kdesdk-thumbnailers-17.08.2/po/zh_CN/pothumbnail.po 2017-10-10 
02:13:23.0 +0200
@@ -1,9 +1,13 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Ni Hui , 2012.
 msgid ""
 msgstr ""
 "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-31 05:22-0400\n"
+"PO-Revision-Date: 2017-09-30 17:52-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kfilereplace for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kfilereplace for openSUSE:Factory 
checked in at 2017-10-23 16:47:55

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


Package is "kfilereplace"

Mon Oct 23 16:47:55 2017 rev:11 rq:534708 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kfilereplace/kfilereplace.changes
2017-09-11 16:21:20.784874248 +0200
+++ /work/SRC/openSUSE:Factory/.kfilereplace.new/kfilereplace.changes   
2017-10-23 16:47:56.535706483 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:01 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kfilereplace-17.08.1.tar.xz

New:

  kfilereplace-17.08.2.tar.xz



Other differences:
--
++ kfilereplace.spec ++
--- /var/tmp/diff_new_pack.pth7r4/_old  2017-10-23 16:47:57.295670916 +0200
+++ /var/tmp/diff_new_pack.pth7r4/_new  2017-10-23 16:47:57.299670729 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kfilereplace
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kfilereplace-17.08.2.tar.xz ++




commit kdiamond for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package kdiamond for openSUSE:Factory 
checked in at 2017-10-23 16:47:50

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


Package is "kdiamond"

Mon Oct 23 16:47:50 2017 rev:66 rq:534705 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kdiamond/kdiamond.changes2017-09-11 
16:21:17.957271360 +0200
+++ /work/SRC/openSUSE:Factory/.kdiamond.new/kdiamond.changes   2017-10-23 
16:47:51.931921939 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:31:59 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kdiamond-17.08.1.tar.xz

New:

  kdiamond-17.08.2.tar.xz



Other differences:
--
++ kdiamond.spec ++
--- /var/tmp/diff_new_pack.clfDV5/_old  2017-10-23 16:47:52.835879635 +0200
+++ /var/tmp/diff_new_pack.clfDV5/_new  2017-10-23 16:47:52.835879635 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kdiamond
-Version:17.08.1
+Version:17.08.2
 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.1.tar.xz -> kdiamond-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdiamond-17.08.1/po/cs/kdiamond.po 
new/kdiamond-17.08.2/po/cs/kdiamond.po
--- old/kdiamond-17.08.1/po/cs/kdiamond.po  2017-09-05 02:32:18.0 
+0200
+++ new/kdiamond-17.08.2/po/cs/kdiamond.po  2017-10-10 02:10:54.0 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2010, 2014.
+# Vít Pelčák , 2010, 2014, 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdiamond\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:14+0100\n"
-"PO-Revision-Date: 2014-02-12 10:20+0100\n"
+"PO-Revision-Date: 2017-09-11 14:03+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -74,7 +74,7 @@
 #: kdiamondui.rc:11
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: main.cpp:36
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdiamond-17.08.1/po/ja/kdiamond.po 
new/kdiamond-17.08.2/po/ja/kdiamond.po
--- old/kdiamond-17.08.1/po/ja/kdiamond.po  2017-09-05 02:32:18.0 
+0200
+++ new/kdiamond-17.08.2/po/ja/kdiamond.po  2017-10-10 02:10:55.0 
+0200
@@ -31,9 +31,7 @@
 #: game-state.cpp:115
 #, kde-format
 msgid "Click the pause button again to resume the game."
-msgstr ""
-"ゲームを再開するには、もう一度一時停止ボタンを押しま"
-"す。"
+msgstr "ゲームを再開するには、もう一度「一時停止」ボタンを押します。"
 
 #: game-state.cpp:122
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdiamond-17.08.1/po/zh_CN/kdiamond.po 
new/kdiamond-17.08.2/po/zh_CN/kdiamond.po
--- old/kdiamond-17.08.1/po/zh_CN/kdiamond.po   2017-09-05 02:32:18.0 
+0200
+++ new/kdiamond-17.08.2/po/zh_CN/kdiamond.po   2017-10-10 02:10:55.0 
+0200
@@ -1,9 +1,14 @@
+# translation of kdiamond.po to 简体中文
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Ni Hui , 2008, 2010.
 msgid ""
 msgstr ""
 "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-31 05:18-0400\n"
+"PO-Revision-Date: 2017-09-30 17:49-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.1/src/org.kde.kdiamond.desktop 
new/kdiamond-17.08.2/src/org.kde.kdiamond.desktop
--- old/kdiamond-17.08.1/src/org.kde.kdiamond.desktop   2017-09-04 
06:10:22.0 +0200
+++ new/kdiamond-17.08.2/src/org.kde.kdiamond.desktop   2017-09-15 
06:52:12.0 +0200
@@ -84,7 +84,7 @@
 

  1   2   3   4   >