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.changes        2020-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 <lbeltr...@kde.org>
+
+- 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.000000000 +0200
+++ new/ksudoku-20.04.1/CMakeLists.txt  2020-05-12 03:18:54.000000000 +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=0x060000)
-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.po        2020-04-17 02:33:08.000000000 
+0200
+++ new/ksudoku-20.04.1/po/ko/ksudoku.po        2020-05-12 03:18:54.000000000 
+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 <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\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.000000000 
+0200
+++ new/ksudoku-20.04.1/po/zh_CN/ksudoku.po     2020-05-12 03:18:54.000000000 
+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 <EMAIL@ADDRESS>\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-20.04.1/src/gui/org.kde.ksudoku.appdata.xml
--- old/ksudoku-20.04.0/src/gui/org.kde.ksudoku.appdata.xml     2020-04-15 
11:18:03.000000000 +0200
+++ new/ksudoku-20.04.1/src/gui/org.kde.ksudoku.appdata.xml     2020-05-11 
23:25:47.000000000 +0200
@@ -116,6 +116,7 @@
   </screenshots>
   <content_rating type="oars-1.1"/>
   <releases>
+    <release version="1.4.20041" date="2020-05-14"/>
     <release version="1.4.20040" date="2020-04-23"/>
   </releases>
 </component>


Reply via email to