Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ksquares for openSUSE:Factory 
checked in at 2022-08-19 17:55:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksquares (Old)
 and      /work/SRC/openSUSE:Factory/.ksquares.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksquares"

Fri Aug 19 17:55:19 2022 rev:124 rq:997902 version:22.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksquares/ksquares.changes        2022-07-09 
17:04:31.096869964 +0200
+++ /work/SRC/openSUSE:Factory/.ksquares.new.2083/ksquares.changes      
2022-08-19 17:58:02.812297587 +0200
@@ -1,0 +2,20 @@
+Sun Aug 14 09:43:23 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.0/
+
+-------------------------------------------------------------------
+Fri Aug  5 12:11:21 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.07.90
+  * New feature release
+
+-------------------------------------------------------------------
+Sat Jul 16 08:28:37 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.07.80
+  * New feature release
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ksquares.spec ++++++
--- /var/tmp/diff_new_pack.KSQORe/_old  2022-08-19 17:58:03.408298836 +0200
+++ /var/tmp/diff_new_pack.KSQORe/_new  2022-08-19 17:58:03.412298845 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           ksquares
-Version:        22.04.3
+Version:        22.08.0
 Release:        0
 Summary:        "Dots and boxes" board game
 License:        GPL-2.0-or-later


++++++ ksquares-22.04.3.tar.xz -> ksquares-22.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-22.04.3/.gitlab-ci.yml 
new/ksquares-22.08.0/.gitlab-ci.yml
--- old/ksquares-22.04.3/.gitlab-ci.yml 2022-07-02 05:13:38.000000000 +0200
+++ new/ksquares-22.08.0/.gitlab-ci.yml 2022-08-11 00:06:31.000000000 +0200
@@ -4,3 +4,4 @@
 include:
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-22.04.3/.kde-ci.yml 
new/ksquares-22.08.0/.kde-ci.yml
--- old/ksquares-22.04.3/.kde-ci.yml    2022-07-02 05:13:38.000000000 +0200
+++ new/ksquares-22.08.0/.kde-ci.yml    2022-08-11 00:06:31.000000000 +0200
@@ -15,3 +15,5 @@
     'frameworks/ki18n': '@stable'
     'frameworks/kwidgetsaddons': '@stable'
     'frameworks/kxmlgui': '@stable'
+Options:
+  require-passing-tests-on: [ 'Linux', 'FreeBSD']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-22.04.3/CMakeLists.txt 
new/ksquares-22.08.0/CMakeLists.txt
--- old/ksquares-22.04.3/CMakeLists.txt 2022-07-02 05:13:38.000000000 +0200
+++ new/ksquares-22.08.0/CMakeLists.txt 2022-08-11 00:06:31.000000000 +0200
@@ -1,8 +1,8 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set (RELEASE_SERVICE_VERSION_MAJOR "22")
-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}")
 
@@ -25,7 +25,7 @@
 include(FeatureSummary)
 
 find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED NO_MODULE 
COMPONENTS Widgets)
-find_package(Qt${QT_MAJOR_VERSION}QuickWidgets ${REQUIRED_QT_VERSION} CONFIG)
+
 find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
     Config
     ConfigWidgets
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-22.04.3/po/sk/ksquares.po 
new/ksquares-22.08.0/po/sk/ksquares.po
--- old/ksquares-22.04.3/po/sk/ksquares.po      2022-07-05 06:36:18.000000000 
+0200
+++ new/ksquares-22.08.0/po/sk/ksquares.po      2022-08-12 02:07:47.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-01-19 00:42+0000\n"
-"PO-Revision-Date: 2022-04-09 09:57+0200\n"
+"PO-Revision-Date: 2022-04-09 19:27+0200\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
 "Language: sk\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-22.04.3/po/zh_CN/ksquares.po 
new/ksquares-22.08.0/po/zh_CN/ksquares.po
--- old/ksquares-22.04.3/po/zh_CN/ksquares.po   2022-07-05 06:36:18.000000000 
+0200
+++ new/ksquares-22.08.0/po/zh_CN/ksquares.po   2022-08-12 02:07:47.000000000 
+0200
@@ -1,10 +1,9 @@
-# Weng Xuetian <wen...@gmail.com>, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-01-19 00:42+0000\n"
-"PO-Revision-Date: 2022-07-02 11:02\n"
+"PO-Revision-Date: 2022-08-07 13:31\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-22.04.3/src/org.kde.ksquares.appdata.xml 
new/ksquares-22.08.0/src/org.kde.ksquares.appdata.xml
--- old/ksquares-22.04.3/src/org.kde.ksquares.appdata.xml       2022-07-02 
05:13:38.000000000 +0200
+++ new/ksquares-22.08.0/src/org.kde.ksquares.appdata.xml       2022-08-11 
00:06:31.000000000 +0200
@@ -217,9 +217,9 @@
   <project_group>KDE</project_group>
   <content_rating type="oars-1.1"/>
   <releases>
+    <release version="0.6.22080" date="2022-08-18"/>
     <release version="0.6.22043" date="2022-07-07"/>
     <release version="0.6.22042" date="2022-06-09"/>
     <release version="0.6.22041" date="2022-05-12"/>
-    <release version="0.6.22040" date="2022-04-21"/>
   </releases>
 </component>

Reply via email to