Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kolf for openSUSE:Factory checked in at 2021-04-25 21:26:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kolf (Old) and /work/SRC/openSUSE:Factory/.kolf.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kolf" Sun Apr 25 21:26:49 2021 rev:107 rq:887700 version:21.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kolf/kolf.changes 2021-03-10 08:54:35.198723710 +0100 +++ /work/SRC/openSUSE:Factory/.kolf.new.12324/kolf.changes 2021-04-25 21:27:55.108466250 +0200 @@ -1,0 +2,25 @@ +Fri Apr 16 16:12:21 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.04 +- No code change since 21.03.90 + +------------------------------------------------------------------- +Fri Apr 9 17:40:47 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.03.90 + * New feature release +- No code change since 21.03.80 + +------------------------------------------------------------------- +Sun Mar 21 13:28:35 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.03.80 + * New feature release +- Changes since 20.12.3: + * Make the bridge of hole 18 in Classic a bit longer (kde#303152) + * Remove not implemented method or unused signal + +------------------------------------------------------------------- Old: ---- kolf-20.12.3.tar.xz kolf-20.12.3.tar.xz.sig New: ---- kolf-21.04.0.tar.xz kolf-21.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kolf.spec ++++++ --- /var/tmp/diff_new_pack.GLgb8D/_old 2021-04-25 21:27:55.588466827 +0200 +++ /var/tmp/diff_new_pack.GLgb8D/_new 2021-04-25 21:27:55.592466831 +0200 @@ -1,7 +1,7 @@ # # spec file for package kolf # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kolf -Version: 20.12.3 +Version: 21.04.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 +URL: https://apps.kde.org/kolf Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif BuildRequires: extra-cmake-modules BuildRequires: update-desktop-files BuildRequires: cmake(KF5Completion) @@ -45,10 +49,6 @@ BuildRequires: cmake(KF5XmlGui) BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Widgets) -%if %{with lang} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig -Source2: applications.keyring -%endif Recommends: %{name}-lang %description @@ -57,7 +57,7 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build %cmake_kf5 -d build ++++++ kolf-20.12.3.tar.xz -> kolf-21.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-20.12.3/CMakeLists.txt new/kolf-21.04.0/CMakeLists.txt --- old/kolf-20.12.3/CMakeLists.txt 2021-03-02 01:44:51.000000000 +0100 +++ new/kolf-21.04.0/CMakeLists.txt 2021-04-16 10:41:53.000000000 +0200 @@ -1,9 +1,9 @@ cmake_minimum_required (VERSION 3.5 FATAL_ERROR) # KDE Application Version, managed by release script -set(RELEASE_SERVICE_VERSION_MAJOR "20") -set(RELEASE_SERVICE_VERSION_MINOR "12") -set(RELEASE_SERVICE_VERSION_MICRO "3") +set(RELEASE_SERVICE_VERSION_MAJOR "21") +set(RELEASE_SERVICE_VERSION_MINOR "04") +set(RELEASE_SERVICE_VERSION_MICRO "0") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kolf VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-20.12.3/courses/Classic.kolf new/kolf-21.04.0/courses/Classic.kolf --- old/kolf-20.12.3/courses/Classic.kolf 2021-02-25 00:25:08.000000000 +0100 +++ new/kolf-21.04.0/courses/Classic.kolf 2021-04-14 17:19:47.000000000 +0200 @@ -1009,7 +1009,7 @@ [18-bridge@172,92|28] botWallVisible=false -height=47 +height=57 leftWallVisible=false rightWallVisible=false topWallVisible=false diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-20.12.3/game.h new/kolf-21.04.0/game.h --- old/kolf-20.12.3/game.h 2021-02-25 00:25:08.000000000 +0100 +++ new/kolf-21.04.0/game.h 2021-04-14 17:19:47.000000000 +0200 @@ -65,9 +65,6 @@ class BallStateInfo { public: - void saveState(KConfigGroup *cfgGroup); - void loadState(KConfigGroup *cfgGroup); - int id; QPoint spot; BallState state; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-20.12.3/org.kde.kolf.appdata.xml new/kolf-21.04.0/org.kde.kolf.appdata.xml --- old/kolf-20.12.3/org.kde.kolf.appdata.xml 2021-02-25 00:25:08.000000000 +0100 +++ new/kolf-21.04.0/org.kde.kolf.appdata.xml 2021-04-14 17:19:47.000000000 +0200 @@ -317,9 +317,9 @@ <binary>kolf</binary> </provides> <releases> + <release version="21.04.0" date="2021-04-22"/> <release version="20.12.3" date="2021-03-04"/> <release version="20.12.2" date="2021-02-04"/> <release version="20.12.1" date="2021-01-07"/> - <release version="20.12.0" date="2020-12-10"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-20.12.3/po/es/docs/kolf/index.docbook new/kolf-21.04.0/po/es/docs/kolf/index.docbook --- old/kolf-20.12.3/po/es/docs/kolf/index.docbook 2021-03-02 01:44:51.000000000 +0100 +++ new/kolf-21.04.0/po/es/docs/kolf/index.docbook 2021-04-16 10:41:53.000000000 +0200 @@ -1728,6 +1728,19 @@ >.</para > &underFDL; &underGPL; </chapter> +<appendix id="installation"> +<title +>Instalaci??n</title> + +&install.intro.documentation; + + +<sect1 id="Compilation"> +<title +>Compilaci??n e instalaci??n</title +>&install.compile.documentation; </sect1> +</appendix> + &documentation.index; </book> <!-- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolf-20.12.3/po/zh_CN/kolf.po new/kolf-21.04.0/po/zh_CN/kolf.po --- old/kolf-20.12.3/po/zh_CN/kolf.po 2021-03-02 01:44:51.000000000 +0100 +++ new/kolf-21.04.0/po/zh_CN/kolf.po 2021-04-16 10:41:53.000000000 +0200 @@ -10,7 +10,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-10-24 02:14+0200\n" -"PO-Revision-Date: 2021-02-04 12:00\n" +"PO-Revision-Date: 2021-03-27 17:31\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"