Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ksquares for openSUSE:Factory 
checked in at 2021-08-16 10:10:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksquares (Old)
 and      /work/SRC/openSUSE:Factory/.ksquares.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksquares"

Mon Aug 16 10:10:38 2021 rev:112 rq:911741 version:21.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksquares/ksquares.changes        2021-07-10 
00:02:10.079204701 +0200
+++ /work/SRC/openSUSE:Factory/.ksquares.new.1899/ksquares.changes      
2021-08-16 10:16:11.858759235 +0200
@@ -1,0 +2,24 @@
+Fri Aug  6 09:40:54 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.0
+- No code change since 21.07.90
+
+-------------------------------------------------------------------
+Fri Jul 30 10:05:30 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.07.90
+  * New feature release
+- No code change since 21.07.80
+
+-------------------------------------------------------------------
+Sat Jul 17 20:06:38 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.07.80
+  * New feature release
+- No code change since 21.04.3
+- Only install the license files once
+
+-------------------------------------------------------------------

Old:
----
  ksquares-21.04.3.tar.xz
  ksquares-21.04.3.tar.xz.sig

New:
----
  ksquares-21.08.0.tar.xz
  ksquares-21.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ ksquares.spec ++++++
--- /var/tmp/diff_new_pack.ZtkEPl/_old  2021-08-16 10:16:12.266758744 +0200
+++ /var/tmp/diff_new_pack.ZtkEPl/_new  2021-08-16 10:16:12.266758744 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ksquares
-Version:        21.04.3
+Version:        21.08.0
 Release:        0
 Summary:        "Dots and boxes" board game
 License:        GPL-2.0-or-later
@@ -54,7 +54,6 @@
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
-Recommends:     %{name}-lang
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
 
@@ -94,7 +93,6 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license LICENSES/*
 %endif
 
 %changelog


++++++ ksquares-21.04.3.tar.xz -> ksquares-21.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-21.04.3/.gitignore 
new/ksquares-21.08.0/.gitignore
--- old/ksquares-21.04.3/.gitignore     2021-07-05 21:17:34.000000000 +0200
+++ new/ksquares-21.08.0/.gitignore     2021-08-05 00:03:26.000000000 +0200
@@ -3,3 +3,9 @@
 *.kdev4
 CMakeLists.txt.user*
 .cmake/
+/.clang-format
+/compile_commands.json
+.clangd
+.cache
+.idea
+/cmake-build*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-21.04.3/CMakeLists.txt 
new/ksquares-21.08.0/CMakeLists.txt
--- old/ksquares-21.04.3/CMakeLists.txt 2021-07-05 21:17:34.000000000 +0200
+++ new/ksquares-21.08.0/CMakeLists.txt 2021-08-05 00:03:26.000000000 +0200
@@ -1,15 +1,15 @@
-cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set (RELEASE_SERVICE_VERSION_MAJOR "21")
-set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MINOR "08")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 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}")
 
 project(ksquares VERSION "0.6.${RELEASE_SERVICE_COMPACT_VERSION}")
 
-set (QT_MIN_VERSION "5.12.0")
-set (KF_MIN_VERSION "5.68.0")
+set (QT_MIN_VERSION "5.15.0")
+set (KF_MIN_VERSION "5.83.0")
 
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED CONFIG)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-21.04.3/CMakePresets.json 
new/ksquares-21.08.0/CMakePresets.json
--- old/ksquares-21.04.3/CMakePresets.json      2021-07-05 21:17:34.000000000 
+0200
+++ new/ksquares-21.08.0/CMakePresets.json      2021-08-05 00:03:26.000000000 
+0200
@@ -1,5 +1,5 @@
 {
-    "version": 1,
+    "version": 2,
     "configurePresets": [
         {
             "name": "dev",
@@ -23,6 +23,17 @@
             }
         },
         {
+            "name": "unity",
+            "displayName": "Build with CMake unity support.",
+            "generator": "Ninja",
+            "binaryDir": "${sourceDir}/build-unity",
+            "cacheVariables": {
+                "CMAKE_BUILD_TYPE": "Debug",
+               "CMAKE_UNITY_BUILD": "ON",
+               "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
+            }
+        },
+        {
             "name": "release",
             "displayName": "Build as release mode.",
             "generator": "Ninja",
@@ -40,6 +51,33 @@
                 "CMAKE_BUILD_TYPE": "RelWithDebInfo",
                "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
             }
+       },
+        {
+            "name": "clazy",
+            "displayName": "clazy",
+            "generator": "Ninja",
+            "binaryDir": "${sourceDir}/build-clazy",
+            "cacheVariables": {
+                "CMAKE_BUILD_TYPE": "Debug"
+            },
+            "environment": {
+                "CXX": "clazy",
+                "CCACHE_DISABLE": "ON"
+            }
+        }
+    ],
+    "buildPresets": [
+        {
+            "name": "dev",
+            "configurePreset": "dev"
+        },
+        {
+            "name": "clazy",
+            "configurePreset": "clazy",
+            "environment": {
+                "CLAZY_CHECKS" : 
"level0,level1,detaching-member,ifndef-define-typo,isempty-vs-count,qrequiredresult-candidates,reserve-candidates,signal-with-return-value,unneeded-cast,function-args-by-ref,function-args-by-value,returning-void-expression,no-ctor-missing-parent-argument,isempty-vs-count,qhash-with-char-pointer-key,raw-environment-function,qproperty-type-mismatch,old-style-connect,qstring-allocations,container-inside-loop,heap-allocated-small-trivial-type,inefficient-qlist,qstring-varargs,level2,detaching-member,heap-allocated-small-trivial-type,isempty-vs-count,qstring-varargs,qvariant-template-instantiation,raw-environment-function,reserve-candidates,signal-with-return-value,thread-with-slots,no-ctor-missing-parent-argument,no-missing-typeinfo",
+                "CCACHE_DISABLE" : "ON"
+            }
         }
     ]
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-21.04.3/po/zh_CN/ksquares.po 
new/ksquares-21.08.0/po/zh_CN/ksquares.po
--- old/ksquares-21.04.3/po/zh_CN/ksquares.po   2021-07-06 07:22:39.000000000 
+0200
+++ new/ksquares-21.08.0/po/zh_CN/ksquares.po   2021-08-06 02:18:30.000000000 
+0200
@@ -4,7 +4,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-22 02:33+0100\n"
-"PO-Revision-Date: 2021-06-20 07:37\n"
+"PO-Revision-Date: 2021-07-26 13:49\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-21.04.3/src/CMakeLists.txt 
new/ksquares-21.08.0/src/CMakeLists.txt
--- old/ksquares-21.04.3/src/CMakeLists.txt     2021-07-05 21:17:34.000000000 
+0200
+++ new/ksquares-21.08.0/src/CMakeLists.txt     2021-08-05 00:03:26.000000000 
+0200
@@ -1,5 +1,11 @@
+ecm_setup_version(${PROJECT_VERSION}
+    VARIABLE_PREFIX KSQUARES
+    VERSION_HEADER ksquares_version.h
+)
+
+add_executable(ksquares)
 
-set(ksquares_SRCS
+target_sources(ksquares PRIVATE
     main.cpp
     ksquareswindow.cpp
     gameboardview.cpp
@@ -11,33 +17,33 @@
     themegraphicsitems.cpp
     highlightanimation.cpp
     scoresdialog.cpp
+
     ksquares.qrc
 )
 
-ecm_setup_version(${PROJECT_VERSION} VARIABLE_PREFIX KSQUARES VERSION_HEADER 
ksquares_version.h)
-
-ki18n_wrap_ui(ksquares_SRCS newgamewidget.ui scoreswidget.ui prefs_ai.ui 
prefs_display.ui)
+ki18n_wrap_ui(ksquares
+    newgamewidget.ui
+    scoreswidget.ui
+    prefs_ai.ui
+    prefs_display.ui
+)
 
-kconfig_add_kcfg_files(ksquares_SRCS GENERATE_MOC settings.kcfgc) 
#GENERATE_MOC is not needed but it doesn't work without it for some reason :S
+kconfig_add_kcfg_files(ksquares GENERATE_MOC settings.kcfgc) #GENERATE_MOC is 
not needed but it doesn't work without it for some reason :S
 
 file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/*-apps-ksquares.png")
-ecm_add_app_icon(ksquares_SRCS ICONS ${ICONS_SRCS})
-add_executable(ksquares ${ksquares_SRCS})
+ecm_add_app_icon(ksquares ICONS ${ICONS_SRCS})
 
 target_link_libraries(ksquares
+    KF5KDEGames
     KF5::Completion
     KF5::Crash
     KF5::DBusAddons
     KF5::I18n
     KF5::XmlGui
-    KF5KDEGames
 )
 
 install(TARGETS ksquares ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
 
-
-########### install files ###############
-
 install(PROGRAMS org.kde.ksquares.desktop  DESTINATION  ${KDE_INSTALL_APPDIR})
 install(FILES org.kde.ksquares.appdata.xml DESTINATION  
${KDE_INSTALL_METAINFODIR})
 install(FILES ksquares.kcfg  DESTINATION  ${KDE_INSTALL_KCFGDIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-21.04.3/src/org.kde.ksquares.appdata.xml 
new/ksquares-21.08.0/src/org.kde.ksquares.appdata.xml
--- old/ksquares-21.04.3/src/org.kde.ksquares.appdata.xml       2021-07-05 
21:17:34.000000000 +0200
+++ new/ksquares-21.08.0/src/org.kde.ksquares.appdata.xml       2021-08-05 
00:03:26.000000000 +0200
@@ -198,9 +198,9 @@
   <project_group>KDE</project_group>
   <content_rating type="oars-1.1"/>
   <releases>
+    <release version="0.6.21080" date="2021-08-12"/>
     <release version="0.6.21043" date="2021-07-08"/>
     <release version="0.6.21042" date="2021-06-10"/>
     <release version="0.6.21041" date="2021-05-13"/>
-    <release version="0.6.21040" date="2021-04-22"/>
   </releases>
 </component>

Reply via email to