Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ksudoku for openSUSE:Factory checked 
in at 2021-03-10 08:53:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksudoku (Old)
 and      /work/SRC/openSUSE:Factory/.ksudoku.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksudoku"

Wed Mar 10 08:53:28 2021 rev:105 rq:877169 version:20.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksudoku/ksudoku.changes  2021-02-07 
15:22:33.938099580 +0100
+++ /work/SRC/openSUSE:Factory/.ksudoku.new.2378/ksudoku.changes        
2021-03-10 08:55:09.074758676 +0100
@@ -1,0 +2,9 @@
+Thu Mar  4 06:11:15 UTC 2021 - Luca Beltrame <[email protected]>
+
+- Update to 20.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.12.3
+- No code change since 20.12.2
+
+-------------------------------------------------------------------

Old:
----
  ksudoku-20.12.2.tar.xz
  ksudoku-20.12.2.tar.xz.sig

New:
----
  ksudoku-20.12.3.tar.xz
  ksudoku-20.12.3.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ksudoku.spec ++++++
--- /var/tmp/diff_new_pack.H0Dpkc/_old  2021-03-10 08:55:09.870759498 +0100
+++ /var/tmp/diff_new_pack.H0Dpkc/_new  2021-03-10 08:55:09.874759502 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ksudoku
-Version:        20.12.2
+Version:        20.12.3
 Release:        0
 Summary:        Program to generate and solve Sudoku puzzles in 2D or 3D
 License:        GPL-2.0-or-later


++++++ ksudoku-20.12.2.tar.xz -> ksudoku-20.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-20.12.2/CMakeLists.txt 
new/ksudoku-20.12.3/CMakeLists.txt
--- old/ksudoku-20.12.2/CMakeLists.txt  2021-02-02 01:46:01.000000000 +0100
+++ new/ksudoku-20.12.3/CMakeLists.txt  2021-03-02 01:45:43.000000000 +0100
@@ -2,7 +2,7 @@
 
 set (RELEASE_SERVICE_VERSION_MAJOR "20")
 set (RELEASE_SERVICE_VERSION_MINOR "12")
-set (RELEASE_SERVICE_VERSION_MICRO "2")
+set (RELEASE_SERVICE_VERSION_MICRO "3")
 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.12.2/po/fr/ksudoku.po 
new/ksudoku-20.12.3/po/fr/ksudoku.po
--- old/ksudoku-20.12.2/po/fr/ksudoku.po        2021-02-02 01:46:01.000000000 
+0100
+++ new/ksudoku-20.12.3/po/fr/ksudoku.po        2021-03-02 01:45:43.000000000 
+0100
@@ -15,7 +15,7 @@
 "POT-Creation-Date: 2020-10-24 02:15+0200\n"
 "PO-Revision-Date: 2021-01-13 13:21+0100\n"
 "Last-Translator: Xavier Besnard <[email protected]>\n"
-"Language-Team: FR\n"
+"Language-Team: French <[email protected]>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-20.12.2/po/zh_CN/ksudoku.po 
new/ksudoku-20.12.3/po/zh_CN/ksudoku.po
--- old/ksudoku-20.12.2/po/zh_CN/ksudoku.po     2021-02-02 01:46:01.000000000 
+0100
+++ new/ksudoku-20.12.3/po/zh_CN/ksudoku.po     2021-03-02 01:45:43.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-24 02:15+0200\n"
-"PO-Revision-Date: 2021-01-28 05:08\n"
+"PO-Revision-Date: 2021-02-04 12:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-20.12.2/src/gui/org.kde.ksudoku.appdata.xml 
new/ksudoku-20.12.3/src/gui/org.kde.ksudoku.appdata.xml
--- old/ksudoku-20.12.2/src/gui/org.kde.ksudoku.appdata.xml     2021-01-29 
21:21:33.000000000 +0100
+++ new/ksudoku-20.12.3/src/gui/org.kde.ksudoku.appdata.xml     2021-02-28 
23:44:32.000000000 +0100
@@ -113,7 +113,7 @@
     <p xml:lang="x-test">xxKSudoku is a free version of the popular logic game 
Sudoku developed by the KDE community. The game is to fill a nine by nine grid 
with the numbers from one to nine filling the rows, columns and three by three 
squares without repeating a value on them.xx</p>
     <p xml:lang="zh-CN">KSudoku ?????? KDE 
????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????</p>
   </description>
-  <url type="homepage">https://games.kde.org/game.php?game=ksudoku</url>
+  <url type="homepage">https://games.kde.org/games/ksudoku</url>
   <url 
type="donation">https://www.kde.org/community/donations/?app=ksudoku&amp;source=appdata</url>
   <screenshots>
     <screenshot type="default">
@@ -122,9 +122,9 @@
   </screenshots>
   <content_rating type="oars-1.1"/>
   <releases>
+    <release version="1.4.20123" date="2021-03-04"/>
     <release version="1.4.20122" date="2021-02-04"/>
     <release version="1.4.20121" date="2021-01-07"/>
     <release version="1.4.20120" date="2020-12-10"/>
-    <release version="1.4.20083" date="2020-11-05"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-20.12.2/src/main.cpp 
new/ksudoku-20.12.3/src/main.cpp
--- old/ksudoku-20.12.2/src/main.cpp    2021-01-29 21:21:33.000000000 +0100
+++ new/ksudoku-20.12.3/src/main.cpp    2021-02-28 23:44:32.000000000 +0100
@@ -54,7 +54,7 @@
                         i18n(description),
                         KAboutLicense::GPL_V2,
                         i18n("(c) 2005-2007 The KSudoku Authors"),
-                        QString(), 
QStringLiteral("https://games.kde.org/game.php?game=ksudoku";));
+                        QString(), 
QStringLiteral("https://games.kde.org/games/ksudoku";));
        about.addAuthor( i18n("Francesco Rossi"), i18n("KSudoku Author"), 
QStringLiteral("[email protected]") );
        about.addAuthor( i18n("Johannes Bergmeier"), i18n("Maintainer"), 
QStringLiteral("[email protected]") );
        about.addAuthor( i18n("Ian Wadham"), i18n("New puzzle generator and 
solver"), QStringLiteral("[email protected]") );

Reply via email to