Hello community, here is the log from the commit of package kolf for openSUSE:Factory checked in at 2019-12-14 12:12:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kolf (Old) and /work/SRC/openSUSE:Factory/.kolf.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kolf" Sat Dec 14 12:12:36 2019 rev:91 rq:756262 version:19.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kolf/kolf.changes 2019-11-13 13:21:11.695252099 +0100 +++ /work/SRC/openSUSE:Factory/.kolf.new.4691/kolf.changes 2019-12-14 12:16:56.807262736 +0100 @@ -1,0 +2,30 @@ +Tue Dec 10 06:38:46 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/releases/19.12.0 +- Changes since 19.11.90: + * Remove unused function + +------------------------------------------------------------------- +Sat Nov 30 09:12:06 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/19.12-rc +- No code change since 19.11.80 + +------------------------------------------------------------------- +Sun Nov 24 13:29:39 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.80 + * New feature release +- Changes since 19.08.3: + * Don't install the kolfprivate lib (kde#413383) + * Fix kolflib_export + * It compiles fine without deprecated method + * Use https + +------------------------------------------------------------------- Old: ---- kolf-19.08.3.tar.xz kolf-19.08.3.tar.xz.sig New: ---- kolf-19.12.0.tar.xz kolf-19.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kolf.spec ++++++ --- /var/tmp/diff_new_pack.nIm5Ih/_old 2019-12-14 12:16:57.275262655 +0100 +++ /var/tmp/diff_new_pack.nIm5Ih/_new 2019-12-14 12:16:57.283262653 +0100 @@ -16,40 +16,39 @@ # -%define kf5_version 5.26.0 +%define kf5_version 5.60.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kolf -Version: 19.08.3 +Version: 19.12.0 Release: 0 Summary: Miniature golf game License: GPL-2.0-or-later AND LGPL-2.0-or-later Group: Amusements/Games/Board/Puzzle URL: https://www.kde.org -Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz +Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source2: applications.keyring %endif BuildRequires: extra-cmake-modules -BuildRequires: kcompletion-devel -BuildRequires: kconfig-devel -BuildRequires: kconfigwidgets-devel -BuildRequires: kcoreaddons-devel -BuildRequires: kcrash-devel -BuildRequires: kdbusaddons-devel -BuildRequires: kdoctools-devel -BuildRequires: ki18n-devel -BuildRequires: kio-devel -BuildRequires: ktextwidgets-devel -BuildRequires: kwidgetsaddons-devel -BuildRequires: kxmlgui-devel -BuildRequires: libkdegames-devel -BuildRequires: pkgconfig +BuildRequires: cmake(KF5Completion) +BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5ConfigWidgets) +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5Crash) +BuildRequires: cmake(KF5DBusAddons) +BuildRequires: cmake(KF5DocTools) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5KIO) +BuildRequires: cmake(KF5TextWidgets) +BuildRequires: cmake(KF5WidgetsAddons) +BuildRequires: cmake(KF5XmlGui) +BuildRequires: cmake(KF5KDEGames) BuildRequires: update-desktop-files -BuildRequires: pkgconfig(Qt5Gui) -BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: cmake(Qt5Gui) +BuildRequires: cmake(Qt5Widgets) %if %{with lang} Recommends: %{name}-lang %endif @@ -74,7 +73,6 @@ %find_lang %{name} --with-man --all-name %{kf5_find_htmldocs} %endif - rm -rf %{buildroot}/%{_kf5_libdir}/libkolfprivate.so %suse_update_desktop_file -r org.kde.kolf Game SportsGame %post -p /sbin/ldconfig @@ -89,7 +87,6 @@ %{_kf5_bindir}/kolf %{_kf5_iconsdir}/hicolor/*/*/kolf.* %{_kf5_kxmlguidir}/kolf/ -%{_kf5_libdir}/libkolfprivate.so.* %if %{with lang} %files lang -f %{name}.lang ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.nIm5Ih/_old and /var/tmp/diff_new_pack.nIm5Ih/_new differ ++++++ kolf-19.08.3.tar.xz -> kolf-19.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/CMakeLists.txt new/kolf-19.12.0/CMakeLists.txt --- old/kolf-19.08.3/CMakeLists.txt 2019-11-05 05:09:52.000000000 +0100 +++ new/kolf-19.12.0/CMakeLists.txt 2019-12-06 02:14:01.000000000 +0100 @@ -1,7 +1,7 @@ project(kolf) cmake_minimum_required (VERSION 3.5 FATAL_ERROR) -set (QT_MIN_VERSION "5.7.0") +set (QT_MIN_VERSION "5.11.0") set (KF5_MIN_VERSION "5.30.0") find_package(ECM ${KF5_MIN_VERSION} REQUIRED CONFIG) @@ -33,8 +33,9 @@ include(KDECMakeSettings) add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS) - -set(LIBKOLF_VERSION "5.0.0") +if (EXISTS "${CMAKE_SOURCE_DIR}/.git") + add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000) +endif() add_subdirectory(sounds) add_subdirectory(courses) @@ -117,7 +118,7 @@ ${box2d_SRCS} ) -add_library(kolfprivate SHARED ${kolf_LIB_SRCS}) +add_library(kolfprivate STATIC ${kolf_LIB_SRCS}) target_link_libraries(kolfprivate Qt5::Gui @@ -134,10 +135,6 @@ KF5KDEGames ) -set_target_properties(kolfprivate PROPERTIES VERSION ${LIBKOLF_VERSION} SOVERSION ${LIBKOLF_VERSION}) -install(TARGETS kolfprivate ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} LIBRARY NAMELINK_SKIP) - - ########### next target ############### set(kolf_SRCS main.cpp) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/COPYING.DOC new/kolf-19.12.0/COPYING.DOC --- old/kolf-19.08.3/COPYING.DOC 2019-09-07 07:39:10.000000000 +0200 +++ new/kolf-19.12.0/COPYING.DOC 2019-10-24 20:12:15.000000000 +0200 @@ -355,7 +355,7 @@ of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See -http://www.gnu.org/copyleft/. +https://www.gnu.org/copyleft/. Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/external/README new/kolf-19.12.0/external/README --- old/kolf-19.08.3/external/README 2019-09-07 07:39:10.000000000 +0200 +++ new/kolf-19.12.0/external/README 2019-10-24 20:12:15.000000000 +0200 @@ -1,4 +1,4 @@ -This directory contains a source snapshot of Box2D, taken from revision 141 of http://box2d.googlecode.com/svn/trunk/Box2D/Box2D +This directory contains a source snapshot of Box2D, taken from revision 141 of https://web.archive.org/web/20110429162509/http://box2d.googlecode.com/svn/trunk/Box2D/Box2D The following modifications have been made to the imported source files: * converted line-endings with dos2unix diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/game.cpp new/kolf-19.12.0/game.cpp --- old/kolf-19.08.3/game.cpp 2019-09-07 07:39:10.000000000 +0200 +++ new/kolf-19.12.0/game.cpp 2019-10-24 20:12:15.000000000 +0200 @@ -1803,12 +1803,12 @@ cfgGroup = KConfigGroup(cfg->group(*it)); const int len = (*it).length(); - const int dashIndex = (*it).indexOf(QLatin1String("-")); + const int dashIndex = (*it).indexOf(QLatin1Char('-')); const int holeNum = (*it).leftRef(dashIndex).toInt(); if (holeNum > _highestHole) _highestHole = holeNum; - const int atIndex = (*it).indexOf(QLatin1String("@")); + const int atIndex = (*it).indexOf(QLatin1Char('@')); const QString name = (*it).mid(dashIndex + 1, atIndex - (dashIndex + 1)); if (holeNum != curHole) @@ -1822,8 +1822,8 @@ numItems++; - const int commaIndex = (*it).indexOf(QLatin1String(",")); - const int pipeIndex = (*it).indexOf(QLatin1String("|")); + const int commaIndex = (*it).indexOf(QLatin1Char(',')); + const int pipeIndex = (*it).indexOf(QLatin1Char('|')); const int x = (*it).midRef(atIndex + 1, commaIndex - (atIndex + 1)).toInt(); const int y = (*it).midRef(commaIndex + 1, pipeIndex - (commaIndex + 1)).toInt(); @@ -2172,7 +2172,7 @@ // wipe out all groups from this hole for (QStringList::const_iterator it = groups.begin(); it != groups.end(); ++it) { - int holeNum = (*it).leftRef((*it).indexOf(QLatin1String("-"))).toInt(); + int holeNum = (*it).leftRef((*it).indexOf(QLatin1Char('-'))).toInt(); if (holeNum == curHole) cfg->deleteGroup(*it); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/game.h new/kolf-19.12.0/game.h --- old/kolf-19.08.3/game.h 2019-09-07 07:39:10.000000000 +0200 +++ new/kolf-19.12.0/game.h 2019-10-24 20:12:15.000000000 +0200 @@ -20,7 +20,6 @@ #ifndef GAME_H #define GAME_H -#include <kolflib_export.h> #include "ball.h" #include "tagaro/scene.h" @@ -229,7 +228,7 @@ double ithickness, iwidth, iheight; }; -struct KOLFLIB_EXPORT CourseInfo +struct CourseInfo { CourseInfo(const QString &_name, const QString &_untranslatedName, const QString &_author, unsigned int _holes, unsigned int _par) { name = _name; untranslatedName = _untranslatedName, author = _author; holes = _holes; par = _par; } CourseInfo(); @@ -241,7 +240,7 @@ unsigned int par; }; -class KOLFLIB_EXPORT KolfGame : public QGraphicsView +class KolfGame : public QGraphicsView { Q_OBJECT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/kolf.h new/kolf-19.12.0/kolf.h --- old/kolf-19.08.3/kolf.h 2019-09-07 07:39:10.000000000 +0200 +++ new/kolf-19.12.0/kolf.h 2019-10-24 20:12:15.000000000 +0200 @@ -20,7 +20,6 @@ #ifndef KOLF_H #define KOLF_H -#include <kolflib_export.h> #include <KXmlGuiWindow> #include "game.h" @@ -34,7 +33,7 @@ class Editor; class ScoreBoard; -class KOLFLIB_EXPORT KolfWindow : public KXmlGuiWindow +class KolfWindow : public KXmlGuiWindow { Q_OBJECT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/kolflib_export.h new/kolf-19.12.0/kolflib_export.h --- old/kolf-19.08.3/kolflib_export.h 2019-09-07 07:39:10.000000000 +0200 +++ new/kolf-19.12.0/kolflib_export.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,37 +0,0 @@ -/* This file is part of the KDE project - Copyright (C) 2007 David Faure <[email protected]> - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ - -#ifndef KOLFLIB_EXPORT_H -#define KOLFLIB_EXPORT_H - -#ifndef KOLFLIB_EXPORT -# if defined(MAKE_KOLFPRIVATE_LIB) - /* We are building this library */ -# define KOLFLIB_EXPORT Q_DECL_EXPORT -# else - /* We are using this library */ -# define KOLFLIB_EXPORT Q_DECL_IMPORT -# endif -#endif - -# ifndef KOLFLIB_EXPORT_DEPRECATED -# define KOLFLIB_EXPORT_DEPRECATED KDE_DEPRECATED KOLFLIB_EXPORT -# endif - -#endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/main.cpp new/kolf-19.12.0/main.cpp --- old/kolf-19.08.3/main.cpp 2019-09-07 07:39:10.000000000 +0200 +++ new/kolf-19.12.0/main.cpp 2019-10-24 20:12:15.000000000 +0200 @@ -46,7 +46,7 @@ KLocalizedString::setApplicationDomain("kolf"); - KAboutData aboutData( QStringLiteral("kolf"), i18n("Kolf"), version, i18n(description), KAboutLicense::GPL, i18n("(c) 2002-2010, Kolf developers"), QStringLiteral("http://games.kde.org/kolf")); + KAboutData aboutData( QStringLiteral("kolf"), i18n("Kolf"), version, i18n(description), KAboutLicense::GPL, i18n("(c) 2002-2010, Kolf developers"), QStringLiteral("https://games.kde.org/kolf")); aboutData.addAuthor(i18n("Stefan Majewsky"), i18n("Current maintainer"), QStringLiteral("[email protected]")); aboutData.addAuthor(i18n("Jason Katz-Brown"), i18n("Former main author"), QStringLiteral("[email protected]")); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/org.kde.kolf.appdata.xml new/kolf-19.12.0/org.kde.kolf.appdata.xml --- old/kolf-19.08.3/org.kde.kolf.appdata.xml 2019-09-07 07:39:10.000000000 +0200 +++ new/kolf-19.12.0/org.kde.kolf.appdata.xml 2019-10-24 20:12:15.000000000 +0200 @@ -260,7 +260,7 @@ </description> <url type="homepage">https://kde.org/applications/games/org.kde.kolf</url> <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=kolf</url> - <url type="help">http://docs.kde.org/?application=kolf</url> + <url type="help">https://docs.kde.org/?application=kolf</url> <url type="donation">https://www.kde.org/community/donations/?app=kolf&source=appdata</url> <screenshots> <screenshot type="default"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/ar/kolf.po new/kolf-19.12.0/po/ar/kolf.po --- old/kolf-19.08.3/po/ar/kolf.po 2019-11-05 05:09:49.000000000 +0100 +++ new/kolf-19.12.0/po/ar/kolf.po 2019-12-06 02:13:53.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2007-10-14 15:45+0000\n" "Last-Translator: Youssef Chahibi <[email protected]>\n" "Language-Team: <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/bg/kolf.po new/kolf-19.12.0/po/bg/kolf.po --- old/kolf-19.08.3/po/bg/kolf.po 2019-11-05 05:09:49.000000000 +0100 +++ new/kolf-19.12.0/po/bg/kolf.po 2019-12-06 02:13:53.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2007-04-15 09:41+0000\n" "Last-Translator: Zlatko Popov <[email protected]>\n" "Language-Team: Bulgarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/bs/kolf.po new/kolf-19.12.0/po/bs/kolf.po --- old/kolf-19.08.3/po/bs/kolf.po 2019-11-05 05:09:49.000000000 +0100 +++ new/kolf-19.12.0/po/bs/kolf.po 2019-12-06 02:13:53.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2013-10-18 20:07+0000\n" "Last-Translator: Samir Ribić <Unknown>\n" "Language-Team: Bosnian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/ca/kolf.po new/kolf-19.12.0/po/ca/kolf.po --- old/kolf-19.08.3/po/ca/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/ca/kolf.po 2019-12-06 02:13:53.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-01-26 18:20+0100\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/ca@valencia/kolf.po new/kolf-19.12.0/po/ca@valencia/kolf.po --- old/kolf-19.08.3/po/ca@valencia/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/ca@valencia/kolf.po 2019-12-06 02:13:53.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-01-26 18:20+0100\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/cs/kolf.po new/kolf-19.12.0/po/cs/kolf.po --- old/kolf-19.08.3/po/cs/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/cs/kolf.po 2019-12-06 02:13:53.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-09-06 17:40+0200\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/da/kolf.po new/kolf-19.12.0/po/da/kolf.po --- old/kolf-19.08.3/po/da/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/da/kolf.po 2019-12-06 02:13:53.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2017-11-11 10:18+0200\n" "Last-Translator: scootergrisen\n" "Language-Team: Danish\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/de/kolf.po new/kolf-19.12.0/po/de/kolf.po --- old/kolf-19.08.3/po/de/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/de/kolf.po 2019-12-06 02:13:53.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-05-22 08:30+0200\n" "Last-Translator: Burkhard Lück <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/el/kolf.po new/kolf-19.12.0/po/el/kolf.po --- old/kolf-19.08.3/po/el/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/el/kolf.po 2019-12-06 02:13:53.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kolf-new\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2009-04-28 21:32+0300\n" "Last-Translator: Toussis Manolis <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/en_GB/kolf.po new/kolf-19.12.0/po/en_GB/kolf.po --- old/kolf-19.08.3/po/en_GB/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/en_GB/kolf.po 2019-12-06 02:13:54.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-03-24 19:52+0000\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/eo/kolf.po new/kolf-19.12.0/po/eo/kolf.po --- old/kolf-19.08.3/po/eo/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/eo/kolf.po 2019-12-06 02:13:54.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2009-11-15 12:06+0100\n" "Last-Translator: Axel Rousseau <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/es/kolf.po new/kolf-19.12.0/po/es/kolf.po --- old/kolf-19.08.3/po/es/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/es/kolf.po 2019-12-06 02:13:54.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-01-27 21:10+0100\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/et/kolf.po new/kolf-19.12.0/po/et/kolf.po --- old/kolf-19.08.3/po/et/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/et/kolf.po 2019-12-06 02:13:54.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2010-11-16 04:24+0200\n" "Last-Translator: Marek Laane <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/eu/kolf.po new/kolf-19.12.0/po/eu/kolf.po --- old/kolf-19.08.3/po/eu/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/eu/kolf.po 2019-12-06 02:13:54.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2009-06-16 17:09+0200\n" "Last-Translator: Iñaki Larrañaga Murgoitio <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/fa/kolf.po new/kolf-19.12.0/po/fa/kolf.po --- old/kolf-19.08.3/po/fa/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/fa/kolf.po 2019-12-06 02:13:54.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2007-07-08 10:29+0330\n" "Last-Translator: Nazanin Kazemi <[email protected]>\n" "Language-Team: Persian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/fi/kolf.po new/kolf-19.12.0/po/fi/kolf.po --- old/kolf-19.08.3/po/fi/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/fi/kolf.po 2019-12-06 02:13:54.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2016-01-07 17:15+0200\n" "Last-Translator: Lasse Liehu <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/fr/kolf.po new/kolf-19.12.0/po/fr/kolf.po --- old/kolf-19.08.3/po/fr/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/fr/kolf.po 2019-12-06 02:13:54.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-01-24 18:29+0800\n" "Last-Translator: Simon Depiets <[email protected]>\n" "Language-Team: French <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/ga/kolf.po new/kolf-19.12.0/po/ga/kolf.po --- old/kolf-19.08.3/po/ga/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/ga/kolf.po 2019-12-06 02:13:54.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdegames/kolf.po\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2004-12-03 14:52-0500\n" "Last-Translator: Kevin Scannell <[email protected]>\n" "Language-Team: Irish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/gl/kolf.po new/kolf-19.12.0/po/gl/kolf.po --- old/kolf-19.08.3/po/gl/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/gl/kolf.po 2019-12-06 02:13:55.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-01-27 17:26+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/he/kolf.po new/kolf-19.12.0/po/he/kolf.po --- old/kolf-19.08.3/po/he/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/he/kolf.po 2019-12-06 02:13:55.000000000 +0100 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2005-10-28 23:51+0200\n" "Last-Translator: Diego Iastrubni <[email protected]>\n" "Language-Team: Hebrew <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/hi/kolf.po new/kolf-19.12.0/po/hi/kolf.po --- old/kolf-19.08.3/po/hi/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/hi/kolf.po 2019-12-06 02:13:55.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2007-12-24 12:22+0530\n" "Last-Translator: Ravishankar Shrivastava <[email protected]>\n" "Language-Team: Hindi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/hr/kolf.po new/kolf-19.12.0/po/hr/kolf.po --- old/kolf-19.08.3/po/hr/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/hr/kolf.po 2019-12-06 02:13:55.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kolf 0\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2006-08-25 03:35+0100\n" "Last-Translator: Renato Pavicic <[email protected]>\n" "Language-Team: Croatian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/hu/kolf.po new/kolf-19.12.0/po/hu/kolf.po --- old/kolf-19.08.3/po/hu/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/hu/kolf.po 2019-12-06 02:13:55.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: KDE 4.3\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2012-01-22 15:47+0100\n" "Last-Translator: Kristóf Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/is/kolf.po new/kolf-19.12.0/po/is/kolf.po --- old/kolf-19.08.3/po/is/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/is/kolf.po 2019-12-06 02:13:56.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2009-06-15 11:28+0000\n" "Last-Translator: Sveinn í Felli\n" "Language-Team: <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/it/kolf.po new/kolf-19.12.0/po/it/kolf.po --- old/kolf-19.08.3/po/it/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/it/kolf.po 2019-12-06 02:13:56.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-07-27 18:11+0100\n" "Last-Translator: Pino Toscano <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/ja/kolf.po new/kolf-19.12.0/po/ja/kolf.po --- old/kolf-19.08.3/po/ja/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/ja/kolf.po 2019-12-06 02:13:56.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2007-11-29 22:00+0900\n" "Last-Translator: Yukiko Bando <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/kk/kolf.po new/kolf-19.12.0/po/kk/kolf.po --- old/kolf-19.08.3/po/kk/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/kk/kolf.po 2019-12-06 02:13:56.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2012-04-19 04:24+0600\n" "Last-Translator: Sairan Kikkarin <[email protected]>\n" "Language-Team: Kazakh <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/km/kolf.po new/kolf-19.12.0/po/km/kolf.po --- old/kolf-19.08.3/po/km/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/km/kolf.po 2019-12-06 02:13:56.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2009-10-24 15:17+0700\n" "Last-Translator: Morn Met\n" "Language-Team: Khmer <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/ko/kolf.po new/kolf-19.12.0/po/ko/kolf.po --- old/kolf-19.08.3/po/ko/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/ko/kolf.po 2019-12-06 02:13:56.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-05-30 14:13+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/lt/kolf.po new/kolf-19.12.0/po/lt/kolf.po --- old/kolf-19.08.3/po/lt/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/lt/kolf.po 2019-12-06 02:13:56.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2011-08-09 23:24+0300\n" "Last-Translator: Remigijus Jarmalavičius <[email protected]>\n" "Language-Team: Lithuanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/lv/kolf.po new/kolf-19.12.0/po/lv/kolf.po --- old/kolf-19.08.3/po/lv/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/lv/kolf.po 2019-12-06 02:13:56.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2011-07-14 22:49+0300\n" "Last-Translator: Einars Sprugis <[email protected]>\n" "Language-Team: Latvian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/mr/kolf.po new/kolf-19.12.0/po/mr/kolf.po --- old/kolf-19.08.3/po/mr/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/mr/kolf.po 2019-12-06 02:13:56.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2013-03-05 15:32+0530\n" "Last-Translator: Chetan Khona <[email protected]>\n" "Language-Team: Marathi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/nb/kolf.po new/kolf-19.12.0/po/nb/kolf.po --- old/kolf-19.08.3/po/nb/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/nb/kolf.po 2019-12-06 02:13:56.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2010-11-15 14:03+0100\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/nds/kolf.po new/kolf-19.12.0/po/nds/kolf.po --- old/kolf-19.08.3/po/nds/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/nds/kolf.po 2019-12-06 02:13:57.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2011-01-21 10:50+0100\n" "Last-Translator: Manfred Wiese <[email protected]>\n" "Language-Team: Low Saxon <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/nl/kolf.po new/kolf-19.12.0/po/nl/kolf.po --- old/kolf-19.08.3/po/nl/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/nl/kolf.po 2019-12-06 02:13:57.000000000 +0100 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-01-26 10:54+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/nn/kolf.po new/kolf-19.12.0/po/nn/kolf.po --- old/kolf-19.08.3/po/nn/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/nn/kolf.po 2019-12-06 02:13:57.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-03-16 11:51+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/pa/kolf.po new/kolf-19.12.0/po/pa/kolf.po --- old/kolf-19.08.3/po/pa/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/pa/kolf.po 2019-12-06 02:13:57.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2011-01-01 19:04+0530\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: Punjabi/Panjabi <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/pl/kolf.po new/kolf-19.12.0/po/pl/kolf.po --- old/kolf-19.08.3/po/pl/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/pl/kolf.po 2019-12-06 02:13:57.000000000 +0100 @@ -1,4 +1,4 @@ -# Version: $Revision: 1550639 $ +# Version: $Revision: 1545133 $ # translation of kolf.po to Polish # Copyright (C) 2002,2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. # @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-01-27 09:55+0100\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/pt/kolf.po new/kolf-19.12.0/po/pt/kolf.po --- old/kolf-19.08.3/po/pt/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/pt/kolf.po 2019-12-06 02:13:57.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-01-26 15:30+0000\n" "Last-Translator: Pedro Morais <[email protected]>\n" "Language-Team: pt <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/pt_BR/kolf.po new/kolf-19.12.0/po/pt_BR/kolf.po --- old/kolf-19.08.3/po/pt_BR/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/pt_BR/kolf.po 2019-12-06 02:13:57.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-03-19 19:12-0300\n" "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/ro/kolf.po new/kolf-19.12.0/po/ro/kolf.po --- old/kolf-19.08.3/po/ro/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/ro/kolf.po 2019-12-06 02:13:57.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: @PACKAGE\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2012-12-22 11:12+0200\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/ru/kolf.po new/kolf-19.12.0/po/ru/kolf.po --- old/kolf-19.08.3/po/ru/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/ru/kolf.po 2019-12-06 02:13:57.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2013-03-20 09:04+0400\n" "Last-Translator: Alexander Lakhin <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/sk/kolf.po new/kolf-19.12.0/po/sk/kolf.po --- old/kolf-19.08.3/po/sk/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/sk/kolf.po 2019-12-06 02:13:58.000000000 +0100 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" -"PO-Revision-Date: 2019-08-03 17:17+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" +"PO-Revision-Date: 2019-08-02 17:39+0200\n" "Last-Translator: Matej Mrenica <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 19.07.90\n" +"X-Generator: Lokalize 19.07.80\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/sl/kolf.po new/kolf-19.12.0/po/sl/kolf.po --- old/kolf-19.08.3/po/sl/kolf.po 2019-11-05 05:09:50.000000000 +0100 +++ new/kolf-19.12.0/po/sl/kolf.po 2019-12-06 02:13:58.000000000 +0100 @@ -1,7 +1,7 @@ # translation of kolf.po to Slovenian # Translation of kolf.po to Slovenian # Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc. -# $Id: kolf.po 1550639 2019-08-30 07:08:12Z scripty $ +# $Id: kolf.po 1545133 2019-06-28 02:55:12Z scripty $ # $Source$ # # Gregor Rakar <[email protected]>, 2003. @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2018-01-13 09:53+0100\n" "Last-Translator: Andrej Mernik <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/sv/kolf.po new/kolf-19.12.0/po/sv/kolf.po --- old/kolf-19.08.3/po/sv/kolf.po 2019-11-05 05:09:51.000000000 +0100 +++ new/kolf-19.12.0/po/sv/kolf.po 2019-12-06 02:13:58.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-01-26 08:22+0100\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/tr/kolf.po new/kolf-19.12.0/po/tr/kolf.po --- old/kolf-19.08.3/po/tr/kolf.po 2019-11-05 05:09:51.000000000 +0100 +++ new/kolf-19.12.0/po/tr/kolf.po 2019-12-06 02:13:58.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kdegames-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2017-11-14 07:19+0000\n" "Last-Translator: İşbaran <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/ug/kolf.po new/kolf-19.12.0/po/ug/kolf.po --- old/kolf-19.08.3/po/ug/kolf.po 2019-11-05 05:09:51.000000000 +0100 +++ new/kolf-19.12.0/po/ug/kolf.po 2019-12-06 02:13:59.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <[email protected]>\n" "Language-Team: Uyghur Computer Science Association <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/uk/kolf.po new/kolf-19.12.0/po/uk/kolf.po --- old/kolf-19.08.3/po/uk/kolf.po 2019-11-05 05:09:51.000000000 +0100 +++ new/kolf-19.12.0/po/uk/kolf.po 2019-12-06 02:13:59.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-01-26 09:07+0200\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/zh_CN/kolf.po new/kolf-19.12.0/po/zh_CN/kolf.po --- old/kolf-19.08.3/po/zh_CN/kolf.po 2019-11-05 05:09:51.000000000 +0100 +++ new/kolf-19.12.0/po/zh_CN/kolf.po 2019-12-06 02:13:59.000000000 +0100 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" -"PO-Revision-Date: 2019-10-09 10:08\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" +"PO-Revision-Date: 2019-11-19 23:12\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-19.08.3/po/zh_TW/kolf.po new/kolf-19.12.0/po/zh_TW/kolf.po --- old/kolf-19.08.3/po/zh_TW/kolf.po 2019-11-05 05:09:51.000000000 +0100 +++ new/kolf-19.12.0/po/zh_TW/kolf.po 2019-12-06 02:13:59.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: kolf\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-30 07:43+0200\n" +"POT-Creation-Date: 2019-06-28 02:59+0200\n" "PO-Revision-Date: 2019-01-28 23:13+0800\n" "Last-Translator: pan93412 <[email protected]>\n" "Language-Team: Chinese <[email protected]>\n"
