Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubrick for openSUSE:Factory checked in at 2021-10-13 18:05:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubrick (Old) and /work/SRC/openSUSE:Factory/.kubrick.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubrick" Wed Oct 13 18:05:37 2021 rev:113 rq:923993 version:21.08.2 Changes: -------- --- /work/SRC/openSUSE:Factory/kubrick/kubrick.changes 2021-09-04 22:37:55.316355755 +0200 +++ /work/SRC/openSUSE:Factory/.kubrick.new.2443/kubrick.changes 2021-10-13 18:09:22.743584250 +0200 @@ -1,0 +2,9 @@ +Tue Oct 5 16:28:57 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.08.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.08.2/ +- No code change since 21.08.1 + +------------------------------------------------------------------- Old: ---- kubrick-21.08.1.tar.xz kubrick-21.08.1.tar.xz.sig New: ---- kubrick-21.08.2.tar.xz kubrick-21.08.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubrick.spec ++++++ --- /var/tmp/diff_new_pack.vwCUBl/_old 2021-10-13 18:09:23.471585391 +0200 +++ /var/tmp/diff_new_pack.vwCUBl/_new 2021-10-13 18:09:23.475585397 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kubrick -Version: 21.08.1 +Version: 21.08.2 Release: 0 Summary: Game based on Rubik's Cube License: GPL-2.0-or-later ++++++ kubrick-21.08.1.tar.xz -> kubrick-21.08.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubrick-21.08.1/CMakeLists.txt new/kubrick-21.08.2/CMakeLists.txt --- old/kubrick-21.08.1/CMakeLists.txt 2021-08-31 02:33:07.000000000 +0200 +++ new/kubrick-21.08.2/CMakeLists.txt 2021-10-05 07:40:56.000000000 +0200 @@ -2,7 +2,7 @@ set (RELEASE_SERVICE_VERSION_MAJOR "21") set (RELEASE_SERVICE_VERSION_MINOR "08") -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/kubrick-21.08.1/po/zh_CN/kubrick.po new/kubrick-21.08.2/po/zh_CN/kubrick.po --- old/kubrick-21.08.1/po/zh_CN/kubrick.po 2021-08-31 02:33:07.000000000 +0200 +++ new/kubrick-21.08.2/po/zh_CN/kubrick.po 2021-10-05 07:40:56.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-28 00:16+0000\n" -"PO-Revision-Date: 2021-08-30 11:45\n" +"PO-Revision-Date: 2021-09-27 13:10\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -60,7 +60,7 @@ #: game.cpp:177 #, kde-format msgid "Load Puzzle" -msgstr "????????????" +msgstr "????????????" #: game.cpp:178 game.cpp:1342 #, kde-format @@ -134,7 +134,7 @@ #: game.cpp:1554 #, kde-format msgid "You have no moves to undo." -msgstr "??????????????????????????????" +msgstr "??????????????????????????????" #: game.cpp:1584 #, kde-format @@ -145,10 +145,10 @@ "because all previously undone moves are automatically deleted whenever you " "make a new move using the keyboard or mouse." msgstr "" -"??????????????????????????????\n" +"??????????????????????????????\n" "\n" -"??????????????????????????????????????????????????????????????????????????????????????????????????????????????????" -"??????????????????????????????????????????????????????????????????????????????" +"??????????????????????????????????????????????????????????????????????????????????????????????????????????????????" +"??????????????????????????????????????????????????????????????????????????????" #: game.cpp:1875 #, kde-format @@ -467,7 +467,7 @@ "????????????????????????????????????????????? 20 ????????????????????????????????????(????????????) ????????????" "??????(God's Algorithm)???<br><br>?????????????????????????????????????????????????????????????????????" "??????????????????????????????????????????????????????????????????????????????????????????<br><br>??????????????????" -"??????????????????????????????????????????????????????????????????????????????????????????????????????????????????" +"??????????????????????????????????????????????????????????????????????????????????????????????????????????????????" "????????????????????????????????????????????????????????????????????????????????????????????? 20 ???????????????" "??????????????? 100 ?????????????????????</qt>" @@ -546,19 +546,19 @@ #: kubrick.cpp:229 #, kde-format msgid "&Load Puzzle..." -msgstr "????????????(&L)..." +msgstr "????????????(&L)..." #: kubrick.cpp:230 #, kde-format msgid "Reload a saved puzzle from a file." -msgstr "????????????????????????????????????" +msgstr "????????????????????????????????????" #: kubrick.cpp:231 #, kde-format msgid "" "Reload a puzzle you have previously saved on a file, including its " "dimensions, settings, current state and history of moves." -msgstr "?????????????????????????????????????????????????????????????????????????????????????????????????????????" +msgstr "?????????????????????????????????????????????????????????????????????????????????????????????????????????" #: kubrick.cpp:239 #, kde-format @@ -600,12 +600,12 @@ #: kubrick.cpp:274 #, kde-format msgid "Redo a previously undone move." -msgstr "??????????????????????????????" +msgstr "??????????????????????????????" #: kubrick.cpp:275 #, kde-format msgid "Redo a previously undone move (repeatedly from the start if required)." -msgstr "??????????????????????????????(??????????????????????????????)???" +msgstr "?????????????????????????????? (??????????????????????????????)???" #: kubrick.cpp:281 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubrick-21.08.1/src/org.kde.kubrick.appdata.xml new/kubrick-21.08.2/src/org.kde.kubrick.appdata.xml --- old/kubrick-21.08.1/src/org.kde.kubrick.appdata.xml 2021-08-27 23:10:22.000000000 +0200 +++ new/kubrick-21.08.2/src/org.kde.kubrick.appdata.xml 2021-10-05 00:26:57.000000000 +0200 @@ -169,9 +169,9 @@ <content_attribute id="money-gambling">none</content_attribute> </content_rating> <releases> + <release version="1.1.21082" date="2021-10-07"/> <release version="1.1.21081" date="2021-09-02"/> <release version="1.1.21080" date="2021-08-12"/> <release version="1.1.21043" date="2021-07-08"/> - <release version="1.1.21042" date="2021-06-10"/> </releases> </component>
