Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bovo for openSUSE:Factory checked in 
at 2021-04-25 21:26:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bovo (Old)
 and      /work/SRC/openSUSE:Factory/.bovo.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bovo"

Sun Apr 25 21:26:12 2021 rev:108 rq:887587 version:21.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bovo/bovo.changes        2021-03-08 
15:18:40.106000693 +0100
+++ /work/SRC/openSUSE:Factory/.bovo.new.12324/bovo.changes     2021-04-25 
21:26:24.300357021 +0200
@@ -1,0 +2,26 @@
+Fri Apr 16 16:11:04 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.04
+- No code change since 21.03.90
+- Stop owning directories provided by the filesystem package (boo#1184786)
+
+-------------------------------------------------------------------
+Fri Apr  9 17:39:31 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.03.90
+  * New feature release
+- No code change since 21.03.80
+
+-------------------------------------------------------------------
+Sun Mar 21 13:27:07 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.03.80
+  * New feature release
+- Changes since 20.12.3:
+  * Use AUTORCC directly
+  * Add content rating
+
+-------------------------------------------------------------------

Old:
----
  bovo-20.12.3.tar.xz
  bovo-20.12.3.tar.xz.sig

New:
----
  bovo-21.04.0.tar.xz
  bovo-21.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ bovo.spec ++++++
--- /var/tmp/diff_new_pack.SHDZBc/_old  2021-04-25 21:26:24.800357622 +0200
+++ /var/tmp/diff_new_pack.SHDZBc/_new  2021-04-25 21:26:24.804357627 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bovo
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,17 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           bovo
-Version:        20.12.3
+Version:        21.04.0
 Release:        0
 Summary:        Five-in-a-row Board Game
 License:        GPL-2.0-or-later
 Group:          Amusements/Games/Board/Other
-URL:            https://www.kde.org
+URL:            https://apps.kde.org/bovo
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  xz
 BuildRequires:  cmake(KF5CoreAddons)
@@ -41,20 +45,15 @@
 BuildRequires:  cmake(Qt5Widgets)
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 Recommends:     %{name}-lang
 
 %description
-Bovo is a Gomoku (Connect Five, Five in a row, X and O, etc) game by
-KDE.
+Bovo is a Gomoku (Connect Five, Five in a row, X and O, etc) game by KDE.
 
 %lang_package
 
 %prep
-%setup -q -n bovo-%{version}
+%autosetup -p1 -n bovo-%{version}
 
 %build
   %cmake_kf5 -d build
@@ -69,10 +68,10 @@
 
 %files
 %license COPYING*
+%doc %lang(en) %{_kf5_htmldir}/en/bovo/
 %{_kf5_applicationsdir}/org.kde.bovo.desktop
-%{_kf5_appstreamdir}/
+%{_kf5_appstreamdir}/org.kde.bovo.appdata.xml
 %{_kf5_bindir}/bovo
-%doc %lang(en) %{_kf5_htmldir}/en/bovo/
 %{_kf5_iconsdir}/hicolor/*/apps/bovo.*
 %{_kf5_sharedir}/bovo/
 


++++++ bovo-20.12.3.tar.xz -> bovo-21.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-20.12.3/CMakeLists.txt 
new/bovo-21.04.0/CMakeLists.txt
--- old/bovo-20.12.3/CMakeLists.txt     2021-03-02 01:43:05.000000000 +0100
+++ new/bovo-21.04.0/CMakeLists.txt     2021-04-16 10:40:56.000000000 +0200
@@ -1,9 +1,9 @@
 cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
 
 # KDE Application Version, managed by release script
-set(RELEASE_SERVICE_VERSION_MAJOR "20")
-set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MAJOR "21")
+set(RELEASE_SERVICE_VERSION_MINOR "04")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(bovo VERSION ${RELEASE_SERVICE_VERSION})
@@ -82,6 +82,7 @@
        ${bovogui_SRCS}
        ${bovoai_SRCS}
        ${bovogame_SRCS}
+       bovo.qrc
 )
 
 include_directories(
@@ -92,7 +93,6 @@
        )
 
 kconfig_add_kcfg_files(bovo_SRCS gui/settings.kcfgc)
-qt5_add_resources(bovo_SRCS bovo.qrc)
 file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/icons/*-apps-bovo.png")
 ecm_add_app_icon(bovo_SRCS ICONS ${ICONS_SRCS})
 add_executable(bovo ${bovo_SRCS})
@@ -112,7 +112,7 @@
 
 install (TARGETS bovo ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
 install (PROGRAMS org.kde.bovo.desktop DESTINATION ${KDE_INSTALL_APPDIR})
-install (FILES org.kde.bovo.appdata.xml DESTINATION  
${CMAKE_INSTALL_METAINFODIR})
+install (FILES org.kde.bovo.appdata.xml DESTINATION  
${KDE_INSTALL_METAINFODIR})
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 ki18n_install(po)
 if (KF5DocTools_FOUND)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-20.12.3/CMakePresets.json 
new/bovo-21.04.0/CMakePresets.json
--- old/bovo-20.12.3/CMakePresets.json  1970-01-01 01:00:00.000000000 +0100
+++ new/bovo-21.04.0/CMakePresets.json  2021-04-14 17:15:34.000000000 +0200
@@ -0,0 +1,45 @@
+{
+    "version": 1,
+    "configurePresets": [
+        {
+            "name": "dev",
+            "displayName": "Build as debug",
+            "generator": "Ninja",
+            "binaryDir": "${sourceDir}/build",
+            "cacheVariables": {
+                "CMAKE_BUILD_TYPE": "Debug",
+               "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
+            }
+        },
+        {
+            "name": "asan",
+            "displayName": "Build with Asan support.",
+            "generator": "Ninja",
+            "binaryDir": "${sourceDir}/build-asan",
+            "cacheVariables": {
+                "CMAKE_BUILD_TYPE": "Debug",
+                "ECM_ENABLE_SANITIZERS" : "'address;undefined'",
+               "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
+            }
+        },
+        {
+            "name": "release",
+            "displayName": "Build as release mode.",
+            "generator": "Ninja",
+            "binaryDir": "${sourceDir}/build-release",
+            "cacheVariables": {
+                "CMAKE_BUILD_TYPE": "Release"
+            }
+        },
+        {
+            "name": "profile",
+            "displayName": "profile",
+            "generator": "Ninja",
+            "binaryDir": "${sourceDir}/build-profile",
+            "cacheVariables": {
+                "CMAKE_BUILD_TYPE": "RelWithDebInfo",
+               "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
+            }
+        }
+    ]
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-20.12.3/org.kde.bovo.appdata.xml 
new/bovo-21.04.0/org.kde.bovo.appdata.xml
--- old/bovo-20.12.3/org.kde.bovo.appdata.xml   2021-03-01 23:41:39.000000000 
+0100
+++ new/bovo-21.04.0/org.kde.bovo.appdata.xml   2021-04-14 17:15:34.000000000 
+0200
@@ -133,9 +133,10 @@
     <binary>bovo</binary>
   </provides>
   <releases>
+    <release version="21.04.0" date="2021-04-22"/>
     <release version="20.12.3" date="2021-03-04"/>
     <release version="20.12.2" date="2021-02-04"/>
     <release version="20.12.1" date="2021-01-07"/>
-    <release version="20.12.0" date="2020-12-10"/>
   </releases>
+  <content_rating type="oars-1.1"/>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-20.12.3/po/zh_CN/bovo.po 
new/bovo-21.04.0/po/zh_CN/bovo.po
--- old/bovo-20.12.3/po/zh_CN/bovo.po   2021-03-02 01:43:04.000000000 +0100
+++ new/bovo-21.04.0/po/zh_CN/bovo.po   2021-04-16 10:40:56.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-05-10 03:20+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-27 17:31\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to