commit ksudoku for openSUSE:Leap:15.2

2020-06-14 Thread root
Hello community,

here is the log from the commit of package ksudoku for openSUSE:Leap:15.2 
checked in at 2020-06-15 05:31:15

Comparing /work/SRC/openSUSE:Leap:15.2/ksudoku (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ksudoku.new.3606 (New)


Package is "ksudoku"

Mon Jun 15 05:31:15 2020 rev:41 rq:813962 version:20.04.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ksudoku/ksudoku.changes2020-05-25 
13:42:21.963368905 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.ksudoku.new.3606/ksudoku.changes  
2020-06-15 05:31:18.126339666 +0200
@@ -1,0 +2,10 @@
+Tue Jun  9 12:15:46 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-06-apps-update
+- Changes since 20.04.1:
+  * Fix saving over an existing save file (kde#421332)
+
+---

Old:

  ksudoku-20.04.1.tar.xz
  ksudoku-20.04.1.tar.xz.sig

New:

  ksudoku-20.04.2.tar.xz
  ksudoku-20.04.2.tar.xz.sig



Other differences:
--
++ ksudoku.spec ++
--- /var/tmp/diff_new_pack.ctgZhG/_old  2020-06-15 05:31:18.494340851 +0200
+++ /var/tmp/diff_new_pack.ctgZhG/_new  2020-06-15 05:31:18.494340851 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ksudoku
-Version:20.04.1
+Version:20.04.2
 Release:0
 Summary:Program to generate and solve Sudoku puzzles in 2D or 3D
 License:GPL-2.0-or-later


++ ksudoku-20.04.1.tar.xz -> ksudoku-20.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-20.04.1/CMakeLists.txt 
new/ksudoku-20.04.2/CMakeLists.txt
--- old/ksudoku-20.04.1/CMakeLists.txt  2020-05-12 03:18:54.0 +0200
+++ new/ksudoku-20.04.2/CMakeLists.txt  2020-06-09 02:38:26.0 +0200
@@ -2,7 +2,7 @@
 
 set (RELEASE_SERVICE_VERSION_MAJOR "20")
 set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "1")
+set (RELEASE_SERVICE_VERSION_MICRO "2")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 set (RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-20.04.1/src/gui/org.kde.ksudoku.appdata.xml 
new/ksudoku-20.04.2/src/gui/org.kde.ksudoku.appdata.xml
--- old/ksudoku-20.04.1/src/gui/org.kde.ksudoku.appdata.xml 2020-05-11 
23:25:47.0 +0200
+++ new/ksudoku-20.04.2/src/gui/org.kde.ksudoku.appdata.xml 2020-06-08 
20:01:40.0 +0200
@@ -116,6 +116,7 @@
   
   
   
+
 
 
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-20.04.1/src/gui/serializer.cpp 
new/ksudoku-20.04.2/src/gui/serializer.cpp
--- old/ksudoku-20.04.1/src/gui/serializer.cpp  2020-05-11 23:25:47.0 
+0200
+++ new/ksudoku-20.04.2/src/gui/serializer.cpp  2020-06-08 20:01:40.0 
+0200
@@ -701,7 +701,7 @@
stream << doc.toString();
stream.flush();
 
-   KIO::FileCopyJob *copyJob = 
KIO::file_copy(QUrl::fromLocalFile(file.fileName()), url);
+   KIO::FileCopyJob *copyJob = 
KIO::file_copy(QUrl::fromLocalFile(file.fileName()), url, -1, KIO::Overwrite);
KJobWidgets::setWindow(copyJob , window);
copyJob->exec();
if(copyJob->error())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-20.04.1/src/shapes/DoubleRoxdoku.desktop 
new/ksudoku-20.04.2/src/shapes/DoubleRoxdoku.desktop
--- old/ksudoku-20.04.1/src/shapes/DoubleRoxdoku.desktop2020-05-11 
23:25:47.0 +0200
+++ new/ksudoku-20.04.2/src/shapes/DoubleRoxdoku.desktop2020-06-08 
20:01:40.0 +0200
@@ -37,7 +37,7 @@
 Name[sr@latin]=Dvostruki roksdoku
 Name[sv]=Dubbel Roxdoku
 Name[tr]=Çift Roxdoku
-Name[uk]=Подвійне роксудоку
+Name[uk]=Подвійне роксдоку
 Name[x-test]=xxDouble Roxdokuxx
 Name[zh_CN]=双重数独魔方
 Name[zh_TW]=Double Roxdoku
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-20.04.1/src/shapes/Killer_4x4.desktop 
new/ksudoku-20.04.2/src/shapes/Killer_4x4.desktop
--- old/ksudoku-20.04.1/src/shapes/Killer_4x4.desktop   2020-05-11 
23:25:47.0 +0200
+++ new/ksudoku-20.04.2/src/shapes/Killer_4x4.desktop   2020-06-08 
20:01:40.0 +0200
@@ -59,7 +59,7 @@
 Description[sr@latin]=Sudoku 4×4, ali kavezi moraju da dobiju prikazane zbirove
 Description[sv]=4x4 Sudo

commit ksudoku for openSUSE:Leap:15.2

2020-05-25 Thread root
Hello community,

here is the log from the commit of package ksudoku for openSUSE:Leap:15.2 
checked in at 2020-05-25 13:42:01

Comparing /work/SRC/openSUSE:Leap:15.2/ksudoku (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ksudoku.new.2738 (New)


Package is "ksudoku"

Mon May 25 13:42:01 2020 rev:40 rq:806600 version:20.04.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ksudoku/ksudoku.changes2020-05-13 
03:52:55.496336805 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.ksudoku.new.2738/ksudoku.changes  
2020-05-25 13:42:21.963368905 +0200
@@ -1,0 +2,9 @@
+Fri May 15 15:41:58 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-05-apps-update
+- No code change since 20.04.0
+
+---
@@ -15,2 +23,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-rc
@@ -24,2 +30,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-beta
@@ -44 +49 @@
-  * https://www.kde.org/announcements/releases/19.12.3
+  * https://kde.org/announcements/releases/2020-03-apps-update
@@ -58 +63 @@
-  * https://www.kde.org/announcements/releases/19.12.2
+  * https://kde.org/announcements/releases/2020-02-apps-update

Old:

  ksudoku-20.04.0.tar.xz
  ksudoku-20.04.0.tar.xz.sig

New:

  ksudoku-20.04.1.tar.xz
  ksudoku-20.04.1.tar.xz.sig



Other differences:
--
++ ksudoku.spec ++
--- /var/tmp/diff_new_pack.idO9oc/_old  2020-05-25 13:42:22.507370093 +0200
+++ /var/tmp/diff_new_pack.idO9oc/_new  2020-05-25 13:42:22.507370093 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ksudoku
-Version:20.04.0
+Version:20.04.1
 Release:0
 Summary:Program to generate and solve Sudoku puzzles in 2D or 3D
 License:GPL-2.0-or-later


++ ksudoku-20.04.0.tar.xz -> ksudoku-20.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-20.04.0/CMakeLists.txt 
new/ksudoku-20.04.1/CMakeLists.txt
--- old/ksudoku-20.04.0/CMakeLists.txt  2020-04-17 02:33:09.0 +0200
+++ new/ksudoku-20.04.1/CMakeLists.txt  2020-05-12 03:18:54.0 +0200
@@ -2,7 +2,7 @@
 
 set (RELEASE_SERVICE_VERSION_MAJOR "20")
 set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "0")
+set (RELEASE_SERVICE_VERSION_MICRO "1")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 set (RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
@@ -44,9 +44,6 @@
 include(KDEInstallDirs)
 include(KDECompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
-if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
-   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
-endif()
 
 if (OPENGL_FOUND)
  set(OPENGL_SUPPORT true)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-20.04.0/po/ko/ksudoku.po 
new/ksudoku-20.04.1/po/ko/ksudoku.po
--- old/ksudoku-20.04.0/po/ko/ksudoku.po2020-04-17 02:33:08.0 
+0200
+++ new/ksudoku-20.04.1/po/ko/ksudoku.po2020-05-12 03:18:54.0 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: Ksudoku\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-16 09:01+0100\n"
-"PO-Revision-Date: 2020-04-05 14:08+0200\n"
+"PO-Revision-Date: 2020-04-21 00:33+0200\n"
 "Last-Translator: Shinjo Park \n"
 "Language-Team: Korean \n"
 "Language: ko\n"
@@ -288,7 +288,7 @@
 msgstr ""
 "죄송합니다. 잘못 풀었습니다.\n"
 "\n"
-"설정에서 \"오류 보이기\"를 선택하면 강조할 수 있습니다."
+"설정에서 \"오류 표시\"를 선택하면 강조할 수 있습니다."
 
 #: src/gui/ksudoku.cpp:86
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-20.04.0/po/zh_CN/ksudoku.po 
new/ksudoku-20.04.1/po/zh_CN/ksudoku.po
--- old/ksudoku-20.04.0/po/zh_CN/ksudoku.po 2020-04-17 02:33:08.0 
+0200
+++ new/ksudoku-20.04.1/po/zh_CN/ksudoku.po 2020-05-12 03:18:54.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-16 09:01+0100\n"
-"PO-Revision-Date: 2020-03-25 19:57\n"
+"PO-Revision-Date: 2020-05-09 13:51\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-20.04.0/src/gui/org.kde.ksudoku.appdata.xml 
new/ksudoku-

commit ksudoku for openSUSE:Leap:15.2

2020-05-12 Thread root
Hello community,

here is the log from the commit of package ksudoku for openSUSE:Leap:15.2 
checked in at 2020-05-13 03:52:52

Comparing /work/SRC/openSUSE:Leap:15.2/ksudoku (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ksudoku.new.2738 (New)


Package is "ksudoku"

Wed May 13 03:52:52 2020 rev:39 rq:797453 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ksudoku/ksudoku.changes2020-03-15 
13:37:28.966878170 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.ksudoku.new.2738/ksudoku.changes  
2020-05-13 03:52:55.496336805 +0200
@@ -1,0 +2,37 @@
+Thu Apr 23 12:22:53 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:27 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:23 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Compose RELEASE_SERVICE_VERSION into version number
+  * SkipEmptyParts is part of Qt::.
+  * add oars content rating
+  * Remove not necessary includes
+  * Use correct flag
+  * Remove more dead cmake code
+  * Remove unused KioWidgets linkage
+  * Remove dead cmake code
+  * Fix link: ui.html -> menus.html
+  * Fix minor issues found by EBN
+
+---

Old:

  ksudoku-19.12.3.tar.xz
  ksudoku-19.12.3.tar.xz.sig

New:

  ksudoku-20.04.0.tar.xz
  ksudoku-20.04.0.tar.xz.sig



Other differences:
--
++ ksudoku.spec ++
--- /var/tmp/diff_new_pack.PEJIjd/_old  2020-05-13 03:52:55.932337720 +0200
+++ /var/tmp/diff_new_pack.PEJIjd/_new  2020-05-13 03:52:55.936337729 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ksudoku
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,35 +21,31 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ksudoku
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Program to generate and solve Sudoku puzzles in 2D or 3D
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Puzzle
 URL:https://www.kde.org
 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:  pkgconfig
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5ItemModels)
+BuildRequires:  cmake(KF5KDEGames)
+BuildRequires:  cmake(KF5KDELibs4Support)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5NotifyConfig)
 BuildRequires:  cmake(KF5TextWidgets)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5OpenGL)
 BuildRequires:  cmake(Qt5Qml)
 BuildRequires:  cmake(Qt5Quick)
@@ -61,8 +57,10 @@
 Obsoletes:  ksudoku5 < %{version}
 Provides:   ksudoku5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 KSudoku is a program that can generate and solve sudoku puzzles. The
@@ -71,9 +69,7 @@
 be filled by the player using numbers from 1 to 9, without repeating a
 number twice on each column, row, or subsquare.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ ksudoku-19.12.3.tar.xz -> ksudoku-20.04.0.tar.xz ++
 38394 lines of diff (

commit ksudoku for openSUSE:Leap:15.2

2020-03-15 Thread root
Hello community,

here is the log from the commit of package ksudoku for openSUSE:Leap:15.2 
checked in at 2020-03-15 13:37:25

Comparing /work/SRC/openSUSE:Leap:15.2/ksudoku (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ksudoku.new.3160 (New)


Package is "ksudoku"

Sun Mar 15 13:37:25 2020 rev:38 rq:785118 version:19.12.3

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ksudoku/ksudoku.changes2020-02-21 
10:47:44.414724240 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.ksudoku.new.3160/ksudoku.changes  
2020-03-15 13:37:28.966878170 +0100
@@ -1,0 +2,9 @@
+Thu Mar  5 20:36:30 UTC 2020 - Luca Beltrame 
+
+- Update to 19.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.3
+- No code change since 19.12.2
+
+---

Old:

  ksudoku-19.12.2.tar.xz
  ksudoku-19.12.2.tar.xz.sig

New:

  ksudoku-19.12.3.tar.xz
  ksudoku-19.12.3.tar.xz.sig



Other differences:
--
++ ksudoku.spec ++
--- /var/tmp/diff_new_pack.aJmIzk/_old  2020-03-15 13:37:29.354878400 +0100
+++ /var/tmp/diff_new_pack.aJmIzk/_new  2020-03-15 13:37:29.354878400 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ksudoku
-Version:19.12.2
+Version:19.12.3
 Release:0
 Summary:Program to generate and solve Sudoku puzzles in 2D or 3D
 License:GPL-2.0-or-later


++ ksudoku-19.12.2.tar.xz -> ksudoku-19.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-19.12.2/po/ca@valencia/ksudoku.po 
new/ksudoku-19.12.3/po/ca@valencia/ksudoku.po
--- old/ksudoku-19.12.2/po/ca@valencia/ksudoku.po   2020-02-04 
01:27:33.0 +0100
+++ new/ksudoku-19.12.3/po/ca@valencia/ksudoku.po   2020-03-03 
01:22:22.0 +0100
@@ -69,9 +69,9 @@
 "\n"
 "Voleu provar-ho de nou o accepteu el puzle tal com és?\n"
 "\n"
-"Consell: podeu intentar augmentar la puntuació de dificultat fent el següent: 
"
-"Continueu amb el botó «Accepta», trieu Joc -> Nou, després canvieu el "
-"paràmetre Simetria a «Sense simetria» o algun tipus baix de simetria i "
+"Consell: podeu intentar augmentar la puntuació de dificultat fent el "
+"següent: Continueu amb el botó «Accepta», trieu Joc -> Nou, després canvieu "
+"el paràmetre Simetria a «Sense simetria» o algun tipus baix de simetria i "
 "després torneu a usar «Genera un puzle»."
 
 #: src/generator/sudokuboard.cpp:210 src/generator/sudokuboard.cpp:230
@@ -93,8 +93,8 @@
 #: src/generator/sudokuboard.cpp:223
 #, kde-format
 msgid ""
-"It will be possible to solve the generated puzzle by logic alone. No guessing 
"
-"will be required.\n"
+"It will be possible to solve the generated puzzle by logic alone. No "
+"guessing will be required.\n"
 "\n"
 "The internal difficulty rating is %1. There are %2 clues at the start and %3 "
 "moves to go."
@@ -120,8 +120,8 @@
 "The internal difficulty rating is %3, there are %4 clues at the start and %5 "
 "moves to go."
 msgstr ""
-"Aquest puzle requereix una mitjana de %1 suposicions o punts de ramificació i 
"
-"si la vostra suposició és incorrecta, serà necessari tornar arrere. La "
+"Aquest puzle requereix una mitjana de %1 suposicions o punts de ramificació "
+"i si la vostra suposició és incorrecta, serà necessari tornar arrere. La "
 "primera suposició apareix després de %2 moviments.\n"
 "\n"
 "El nivell de dificultat intern és %3, hi ha %4 pistes a l'inici i %5 "
@@ -198,11 +198,12 @@
 #. i18n: ectx: property (whatsThis), widget (QSlider, kcfg_OverallSize3D)
 #. i18n: ectx: property (toolTip), widget (QLabel, label_6)
 #. i18n: ectx: property (whatsThis), widget (QLabel, label_6)
-#: src/gui/configgame.ui:182 src/gui/configgame.ui:185 
src/gui/configgame.ui:228
-#: src/gui/configgame.ui:231
+#: src/gui/configgame.ui:182 src/gui/configgame.ui:185
+#: src/gui/configgame.ui:228 src/gui/configgame.ui:231
 #, kde-format
 msgid "Set the relative size of 3-D cells and the spaces between them."
-msgstr "Estableix la mida relativa de les cel·les 3-D i els espais entre 
elles."
+msgstr ""
+"Estableix la mida relativa de les cel·les 3-D i els espais entre elles."
 
 #. i18n: ectx: property (text), widget (QLabel, label_6)
 #: src/gui/configgame.ui:234
@@ -214,8 +215,8 @@
 #. i18n: ectx: property (whatsThis), widget (QSlider, kcfg_SelectionSize3D)
 #. i18n: ectx: property (toolTip), widget (QLabel, label)
 #. i18n: ectx: property (whatsThis), widget (QLabel, label)
-#: src/gui/configgame.ui:254 src/gui/configgame.ui:257 
src/gui/configgame.ui:300
-#: src/gui/configgame.ui:303
+#: src/gui/configgame.ui:254 src/gui/confi

commit ksudoku for openSUSE:Leap:15.2

2020-02-21 Thread root
Hello community,

here is the log from the commit of package ksudoku for openSUSE:Leap:15.2 
checked in at 2020-02-21 10:47:13

Comparing /work/SRC/openSUSE:Leap:15.2/ksudoku (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ksudoku.new.26092 (New)


Package is "ksudoku"

Fri Feb 21 10:47:13 2020 rev:37 rq:772029 version:19.12.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ksudoku/ksudoku.changes2020-01-17 
12:04:10.916576477 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.ksudoku.new.26092/ksudoku.changes 
2020-02-21 10:47:44.414724240 +0100
@@ -1,0 +2,14 @@
+Fri Feb  7 08:38:03 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Wed Feb  5 06:29:33 UTC 2020 - Luca Beltrame 
+
+- Update to 19.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.2
+- No code change since 19.12.1
+
+---

Old:

  ksudoku-19.12.1.tar.xz
  ksudoku-19.12.1.tar.xz.sig

New:

  ksudoku-19.12.2.tar.xz
  ksudoku-19.12.2.tar.xz.sig



Other differences:
--
++ ksudoku.spec ++
--- /var/tmp/diff_new_pack.b6Egbt/_old  2020-02-21 10:47:45.274725996 +0100
+++ /var/tmp/diff_new_pack.b6Egbt/_new  2020-02-21 10:47:45.290726029 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ksudoku
-Version:19.12.1
+Version:19.12.2
 Release:0
 Summary:Program to generate and solve Sudoku puzzles in 2D or 3D
 License:GPL-2.0-or-later
@@ -80,7 +80,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ ksudoku-19.12.1.tar.xz -> ksudoku-19.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-19.12.1/po/ca@valencia/ksudoku.po 
new/ksudoku-19.12.2/po/ca@valencia/ksudoku.po
--- old/ksudoku-19.12.1/po/ca@valencia/ksudoku.po   2020-01-07 
02:45:46.0 +0100
+++ new/ksudoku-19.12.2/po/ca@valencia/ksudoku.po   2020-02-04 
01:27:33.0 +0100
@@ -69,9 +69,9 @@
 "\n"
 "Voleu provar-ho de nou o accepteu el puzle tal com és?\n"
 "\n"
-"Consell: podeu intentar augmentar la puntuació de dificultat fent el "
-"següent: Continueu amb el botó «Accepta», trieu Joc -> Nou, després canvieu "
-"el paràmetre Simetria a «Sense simetria» o algun tipus baix de simetria i "
+"Consell: podeu intentar augmentar la puntuació de dificultat fent el següent: 
"
+"Continueu amb el botó «Accepta», trieu Joc -> Nou, després canvieu el "
+"paràmetre Simetria a «Sense simetria» o algun tipus baix de simetria i "
 "després torneu a usar «Genera un puzle»."
 
 #: src/generator/sudokuboard.cpp:210 src/generator/sudokuboard.cpp:230
@@ -93,8 +93,8 @@
 #: src/generator/sudokuboard.cpp:223
 #, kde-format
 msgid ""
-"It will be possible to solve the generated puzzle by logic alone. No "
-"guessing will be required.\n"
+"It will be possible to solve the generated puzzle by logic alone. No guessing 
"
+"will be required.\n"
 "\n"
 "The internal difficulty rating is %1. There are %2 clues at the start and %3 "
 "moves to go."
@@ -120,8 +120,8 @@
 "The internal difficulty rating is %3, there are %4 clues at the start and %5 "
 "moves to go."
 msgstr ""
-"Aquest puzle requereix una mitjana de %1 suposicions o punts de ramificació "
-"i si la vostra suposició és incorrecta, serà necessari tornar arrere. La "
+"Aquest puzle requereix una mitjana de %1 suposicions o punts de ramificació i 
"
+"si la vostra suposició és incorrecta, serà necessari tornar arrere. La "
 "primera suposició apareix després de %2 moviments.\n"
 "\n"
 "El nivell de dificultat intern és %3, hi ha %4 pistes a l'inici i %5 "
@@ -198,12 +198,11 @@
 #. i18n: ectx: property (whatsThis), widget (QSlider, kcfg_OverallSize3D)
 #. i18n: ectx: property (toolTip), widget (QLabel, label_6)
 #. i18n: ectx: property (whatsThis), widget (QLabel, label_6)
-#: src/gui/configgame.ui:182 src/gui/configgame.ui:185
-#: src/gui/configgame.ui:228 src/gui/configgame.ui:231
+#: src/gui/configgame.ui:182 src/gui/configgame.ui:185 
src/gui/configgame.ui:228
+#: src/gui/configgame.ui:231
 #, kde-format
 msgid "Set the relative size of 3-D cells and the spaces between them."
-msgstr ""
-"Estableix la mida relativa de les cel·les 3-D i els espais entre elles."
+msgstr "Estableix la mida relativa de les cel·les 3-D i els espais entre 
elles."
 
 #. i18n: ectx: property (text), widget (QLabel, label_6)
 #: src/gui/configgame.ui:234
@@ -215,8 +214,8 @@
 #. i18n: ectx: property (whatsThis), widget (QSlider, kcfg_

commit ksudoku for openSUSE:Leap:15.2

2020-01-17 Thread root
Hello community,

here is the log from the commit of package ksudoku for openSUSE:Leap:15.2 
checked in at 2020-01-17 12:04:10

Comparing /work/SRC/openSUSE:Leap:15.2/ksudoku (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ksudoku.new.26092 (New)


Package is "ksudoku"

Fri Jan 17 12:04:10 2020 rev:36 rq:763978 version:19.12.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ksudoku/ksudoku.changes2020-01-15 
15:17:42.422318414 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.ksudoku.new.26092/ksudoku.changes 
2020-01-17 12:04:10.916576477 +0100
@@ -1,0 +2,9 @@
+Tue Jan  7 10:01:08 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 19.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.1
+- No code change since 19.12.0
+
+---
@@ -7 +16 @@
-  * https://www.kde.org/announcements/releases/19.12.0
+  * https://www.kde.org/announcements/releases/19.12

Old:

  ksudoku-19.12.0.tar.xz
  ksudoku-19.12.0.tar.xz.sig

New:

  ksudoku-19.12.1.tar.xz
  ksudoku-19.12.1.tar.xz.sig



Other differences:
--
++ ksudoku.spec ++
--- /var/tmp/diff_new_pack.pZxbNw/_old  2020-01-17 12:04:11.256576627 +0100
+++ /var/tmp/diff_new_pack.pZxbNw/_new  2020-01-17 12:04:11.256576627 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ksudoku
-Version:19.12.0
+Version:19.12.1
 Release:0
 Summary:Program to generate and solve Sudoku puzzles in 2D or 3D
 License:GPL-2.0-or-later


++ ksudoku-19.12.0.tar.xz -> ksudoku-19.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-19.12.0/po/ca/ksudoku.po 
new/ksudoku-19.12.1/po/ca/ksudoku.po
--- old/ksudoku-19.12.0/po/ca/ksudoku.po2019-12-06 02:37:00.0 
+0100
+++ new/ksudoku-19.12.1/po/ca/ksudoku.po2020-01-07 02:45:44.0 
+0100
@@ -1175,159 +1175,3 @@
 #, kde-format
 msgid "Document to open"
 msgstr "Document a obrir"
-
-#~ msgid "&OK"
-#~ msgstr "D'ac&ord"
-
-#~ msgid "Delete"
-#~ msgstr "Suprimeix"
-
-#~ msgid "Home Page"
-#~ msgstr "Pàgina d'inici"
-
-#~ msgid "KSudoku - Sudoku games and more"
-#~ msgstr "KSudoku - jocs de Sudoku i més"
-
-#~ msgid "Sorry, no solutions have been found."
-#~ msgstr "Ho sento, no s'ha trobat cap solució."
-
-#~ msgid "The Puzzle you entered has only one solution."
-#~ msgstr "El trencaclosques que heu introduït només té una solució."
-
-#~ msgid "A0"
-#~ msgstr "A0"
-
-#~ msgid "A1"
-#~ msgstr "A1"
-
-#~ msgid "A2"
-#~ msgstr "A2"
-
-#~ msgid "A3"
-#~ msgstr "A3"
-
-#~ msgid "A4"
-#~ msgstr "A4"
-
-#~ msgid "A5"
-#~ msgstr "A5"
-
-#~ msgid "A6"
-#~ msgstr "A6"
-
-#~ msgid "A7"
-#~ msgstr "A7"
-
-#~ msgid "A8"
-#~ msgstr "A8"
-
-#~ msgid "A9"
-#~ msgstr "A9"
-
-#~ msgid "B0"
-#~ msgstr "B0"
-
-#~ msgid "B1"
-#~ msgstr "B1"
-
-#~ msgid "B10"
-#~ msgstr "B10"
-
-#~ msgid "B2"
-#~ msgstr "B2"
-
-#~ msgid "B3"
-#~ msgstr "B3"
-
-#~ msgid "B4"
-#~ msgstr "B4"
-
-#~ msgid "B5"
-#~ msgstr "B5"
-
-#~ msgid "B6"
-#~ msgstr "B6"
-
-#~ msgid "B7"
-#~ msgstr "B7"
-
-#~ msgid "B8"
-#~ msgstr "B8"
-
-#~ msgid "B9"
-#~ msgstr "B9"
-
-#~ msgid "C5E"
-#~ msgstr "C5E"
-
-#~ msgid "Comm10E"
-#~ msgstr "Comm10E"
-
-#~ msgid "DLE"
-#~ msgstr "DLE"
-
-#~ msgid "Folio"
-#~ msgstr "Foli"
-
-#~ msgid "Ledger"
-#~ msgstr "Llibre major"
-
-#~ msgid "Legal"
-#~ msgstr "Legal"
-
-#~ msgid "Letter"
-#~ msgstr "Carta"
-
-#~ msgid "Tabloid"
-#~ msgstr "Tabloide"
-
-#~ msgid "Custom"
-#~ msgstr "Personalitzat"
-
-#~ msgid "Sorry. I am not able to export this puzzle type (yet)"
-#~ msgstr "Ho sento. Encara no es pot exportar aquest tipus de trencaclosques"
-
-#~ msgid "Export Ksudoku"
-#~ msgstr "Exporta Ksudoku"
-
-#~ msgid ""
-#~ "A document with this name already exists.\n"
-#~ "Do you want to overwrite it?"
-#~ msgstr ""
-#~ "Ja existeix un document amb aquest nom.\n"
-#~ "Voleu sobreescriure'l?"
-
-#~ msgid "1 puzzle available"
-#~ msgid_plural "%1 puzzles available"
-#~ msgstr[0] "Hi ha 1 trencaclosques disponible"
-#~ msgstr[1] "Hi ha %1 trencaclosques disponibles"
-
-#~ msgid "generating puzzle %1 of %2"
-#~ msgstr "s'està generant el trencaclosques %1 de %2"
-
-#~ msgid "KSudoku options"
-#~ msgstr "Opcions de KSudoku"
-
-#~ msgid "Ksudoku Export"
-#~ msgstr "Exportació de Ksudoku"
-
-#~ msgid "Game Count"
-#~ msgstr "Nombre de jocs"
-
-#~ msgid "Spacing"
-#~ msgstr "Espaiat"
-
-#~ msgid "Output Size (Save only)"
-#~ msgstr "Mida de la sortida (només desat)"
-
-#~ msgid "Custom Size (mm)"
-#~ msgstr "Mida personalitzada (mm)"
-
-#~ msgid "Lock"
-#~ msgstr "Bloqueja"
-
-#~ msgid