Script 'mail_helper' called by obssrc
Hello community,

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

Package is "bomber"

Mon Aug 16 10:09:27 2021 rev:112 rq:911599 version:21.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bomber/bomber.changes    2021-07-10 
00:00:14.044107034 +0200
+++ /work/SRC/openSUSE:Factory/.bomber.new.1899/bomber.changes  2021-08-16 
10:14:31.870883901 +0200
@@ -1,0 +2,26 @@
+Fri Aug  6 09:34:23 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- 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:04:24 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.07.90
+  * New feature release
+- No code change since 21.07.80
+
+-------------------------------------------------------------------
+Sat Jul 17 20:04:50 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.07.80
+  * New feature release
+- Changes since 21.04.3:
+  * Remove some asan warning
+  * Add unity build support
+- Only install the license files once
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ bomber.spec ++++++
--- /var/tmp/diff_new_pack.ur46iU/_old  2021-08-16 10:14:32.398883228 +0200
+++ /var/tmp/diff_new_pack.ur46iU/_new  2021-08-16 10:14:32.402883222 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           bomber
-Version:        21.04.3
+Version:        21.08.0
 Release:        0
 Summary:        Game involving the invasion of cities with a plane
 License:        GPL-2.0-or-later
@@ -56,7 +56,6 @@
 BuildRequires:  cmake(Qt5Widgets)
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
-Recommends:     %{name}-lang
 
 %description
 Bomber is a single player arcade game. The player is invading various cities in
@@ -94,7 +93,6 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license LICENSES/*
 %endif
 
 %changelog


++++++ bomber-21.04.3.tar.xz -> bomber-21.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bomber-21.04.3/.gitignore 
new/bomber-21.08.0/.gitignore
--- old/bomber-21.04.3/.gitignore       2021-07-05 21:10:16.000000000 +0200
+++ new/bomber-21.08.0/.gitignore       2021-08-04 23:57:55.000000000 +0200
@@ -3,3 +3,8 @@
 *.kdev4
 CMakeLists.txt.user*
 .cmake/
+/compile_commands.json
+.clangd
+.cache
+.idea
+/cmake-build*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bomber-21.04.3/CMakeLists.txt 
new/bomber-21.08.0/CMakeLists.txt
--- old/bomber-21.04.3/CMakeLists.txt   2021-07-05 21:10:16.000000000 +0200
+++ new/bomber-21.08.0/CMakeLists.txt   2021-08-04 23:57:55.000000000 +0200
@@ -1,15 +1,15 @@
-cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 # Release Service version, managed by release script
 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}")
 
 project(bomber VERSION ${RELEASE_SERVICE_VERSION})
 
-set (QT_MIN_VERSION "5.10.0")
-set (KF5_MIN_VERSION "5.46.0")
+set (QT_MIN_VERSION "5.15.0")
+set (KF5_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/bomber-21.04.3/CMakePresets.json 
new/bomber-21.08.0/CMakePresets.json
--- old/bomber-21.04.3/CMakePresets.json        2021-07-05 21:10:16.000000000 
+0200
+++ new/bomber-21.08.0/CMakePresets.json        2021-08-04 23:57:55.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/bomber-21.04.3/po/zh_CN/bomber.po 
new/bomber-21.08.0/po/zh_CN/bomber.po
--- old/bomber-21.04.3/po/zh_CN/bomber.po       2021-07-06 07:20:48.000000000 
+0200
+++ new/bomber-21.08.0/po/zh_CN/bomber.po       2021-08-06 02:16:39.000000000 
+0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-22 02:31+0100\n"
-"PO-Revision-Date: 2021-06-20 07:38\n"
+"PO-Revision-Date: 2021-07-26 13:50\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bomber-21.04.3/po/zh_CN/docs/bomber/index.docbook 
new/bomber-21.08.0/po/zh_CN/docs/bomber/index.docbook
--- old/bomber-21.04.3/po/zh_CN/docs/bomber/index.docbook       1970-01-01 
01:00:00.000000000 +0100
+++ new/bomber-21.08.0/po/zh_CN/docs/bomber/index.docbook       2021-08-06 
02:16:39.000000000 +0200
@@ -0,0 +1,182 @@
+<?xml version="1.0" ?>
+<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
+  <!ENTITY % addindex "IGNORE">
+  <!ENTITY % Continental-Chinese "INCLUDE">
+]>
+<book id="bomber" lang="&language;">
+       <bookinfo>
+               <title
+>&bomber; ??????</title>
+
+               <authorgroup>
+                       <author
+><firstname
+>John-Paul</firstname
+> <surname
+>Stanford</surname
+> <affiliation
+> <address
+> <email
+>j...@stanwood.org.uk</email>
+                                       </address>
+                               </affiliation>
+                       </author>
+                       <othercredit role="translator"
+><firstname
+>Zonglin</firstname
+><surname
+>Yang</surname
+><affiliation
+><address
+><email
+>zong...@nowhere.net</email
+></address
+></affiliation
+><contrib
+>????????????</contrib
+></othercredit>
+<othercredit role="translator"
+><firstname
+>Pani</firstname
+><surname
+>Ram</surname
+><affiliation
+><address
+><email
+>realducks...@gmail.com</email
+></address
+></affiliation
+><contrib
+>????????????</contrib
+></othercredit
+> 
+
+               </authorgroup>
+               <copyright>
+                       <year
+>2008</year>
+                       <holder
+>John-Paul Stanford</holder>
+               </copyright>
+
+               <legalnotice
+>&FDLNotice;
+               </legalnotice>
+
+               <date
+>2016-05-09</date>
+               <releaseinfo
+>0.4 (??????????????????16.04) </releaseinfo>
+
+               <abstract>
+                       <para
+>????????????????????? &bomber; 0.4 ?????? </para>
+               </abstract>
+
+               <keywordset>
+                       <keyword
+>KDE</keyword
+><!-- do not change this! -->
+                       <keyword
+>kdegames</keyword
+><!-- do not change this! -->
+                       <keyword
+>??????</keyword
+><!-- do not change this! -->
+                       <keyword
+>??????</keyword>
+                       <keyword
+>bomber</keyword>
+                       <keyword
+>Bomber</keyword>
+               </keywordset>
+
+       </bookinfo>
+
+       <chapter id="introduction">
+               <title
+>??????</title>
+               <note>
+                       <title
+>???????????????</title>
+                       <para
+>??????</para>
+               </note>
+               <note>
+                       <title
+>?????????????????????</title>
+                       <para
+>????????????</para>
+               </note>
+
+               <para
+>&bomber; 
??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
 </para>
+               <para
+>???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
 </para>
+       </chapter>
+       <chapter id="how-to-play">
+               <title
+>????????????</title>
+<screenshot>
+<mediaobject>
+<imageobject>
+<imagedata fileref="mainscreen.png" format="PNG"/>
+</imageobject>
+<textobject>
+<phrase
+>&bomber; ?????????</phrase>
+</textobject>
+</mediaobject>
+</screenshot>
+               <para
+>?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
 </para>
+               <para
+>???????????????????????????????????????????????? 
????????????????????????????????????????????????????????????????????????????????????????????????
 </para>
+               <para
+>?????????????????????????????????????????????????????????????????? &LMB; 
?????????<quote
+>??????</quote
+>??????????????????????????????????????????????????????????????????????????? 
</para>
+               <para
+>????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
 </para>
+       </chapter
+>      
+
+       <chapter id="configuration">
+               <title
+>????????????</title
+><!-- do not change this! -->
+               <para
+>&bomber;??????????????????????????????&bomber;?????????????????? </para>
+               <para
+>?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
 </para>
+               <para
+>????????????????????????????????????????????????????????????????????? 
<guibutton
+>??????</guibutton
+> ???????????? </para>
+       </chapter>
+
+       <chapter id="credits-and-license">
+               <title
+>???????????????</title>
+
+
+               <para
+>&bomber;</para>
+               <itemizedlist>
+                       <listitem>
+                               <para
+>John-Paul Stanford <email
+>j...@stanwood.org.uk</email
+> - ????????? </para>
+                       </listitem>
+               </itemizedlist>
+               <para
+>?????????????????? 2008, John-Paul Stanford <email
+>j...@stanwood.org.uk</email
+> </para>
+               
+               <para
+>???????????? KDE ?????????????????????</para
+> &underFDL; &underGPL; </chapter>
+
+</book>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bomber-21.04.3/sanitizers.supp 
new/bomber-21.08.0/sanitizers.supp
--- old/bomber-21.04.3/sanitizers.supp  1970-01-01 01:00:00.000000000 +0100
+++ new/bomber-21.08.0/sanitizers.supp  2021-08-04 23:57:55.000000000 +0200
@@ -0,0 +1,14 @@
+# Suppression file for ASAN/LSAN
+
+leak:libspeechd
+leak:getdelim
+leak:g_malloc
+leak:libfontconfig
+leak:libdbus
+leak:QEasingCurve::
+leak:QtSharedPointer::ExternalRefCountData::getAndRef
+leak:QArrayData::allocate
+leak:QObject::QObject
+leak:QObjectPrivate::addConnection
+leak:QObjectPrivate::connectImpl
+leak:QPropertyAnimation::QPropertyAnimation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bomber-21.04.3/src/CMakeLists.txt 
new/bomber-21.08.0/src/CMakeLists.txt
--- old/bomber-21.04.3/src/CMakeLists.txt       2021-07-05 21:10:16.000000000 
+0200
+++ new/bomber-21.08.0/src/CMakeLists.txt       2021-08-04 23:57:55.000000000 
+0200
@@ -1,25 +1,27 @@
-set(bomber_SRCS
-   bomber.cpp
-   main.cpp
-   bomberwidget.cpp
-   board.cpp
-   plane.cpp
-   bomb.cpp
-   building.cpp
-   explodable.cpp
-   bomber.qrc
-)
-
 ecm_setup_version(${bomber_VERSION}
     VARIABLE_PREFIX BOMBER
     VERSION_HEADER bomber_version.h
 )
 
-kconfig_add_kcfg_files(bomber_SRCS settings.kcfgc)
+add_executable(bomber)
+
+target_sources(bomber PRIVATE
+    bomber.cpp
+    main.cpp
+    bomberwidget.cpp
+    board.cpp
+    plane.cpp
+    bomb.cpp
+    building.cpp
+    explodable.cpp
+
+    bomber.qrc
+)
+
+kconfig_add_kcfg_files(bomber settings.kcfgc)
 
 file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../icons/*-apps-bomber.png")
-ecm_add_app_icon(bomber_SRCS ICONS ${ICONS_SRCS})
-add_executable(bomber ${bomber_SRCS})
+ecm_add_app_icon(bomber ICONS ${ICONS_SRCS})
 
 target_link_libraries(bomber
     KF5KDEGames
@@ -31,9 +33,6 @@
 
 install(TARGETS bomber ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
 
-
-########### install files ###############
-
 install(PROGRAMS org.kde.bomber.desktop  DESTINATION  ${KDE_INSTALL_APPDIR})
 install(FILES org.kde.bomber.appdata.xml DESTINATION  
${KDE_INSTALL_METAINFODIR})
 install(FILES bomber.kcfg  DESTINATION  ${KDE_INSTALL_KCFGDIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bomber-21.04.3/src/org.kde.bomber.appdata.xml 
new/bomber-21.08.0/src/org.kde.bomber.appdata.xml
--- old/bomber-21.04.3/src/org.kde.bomber.appdata.xml   2021-07-05 
21:10:16.000000000 +0200
+++ new/bomber-21.08.0/src/org.kde.bomber.appdata.xml   2021-08-04 
23:57:55.000000000 +0200
@@ -212,10 +212,10 @@
     <binary>bomber</binary>
   </provides>
   <releases>
+    <release version="21.08.0" date="2021-08-12"/>
     <release version="21.04.3" date="2021-07-08"/>
     <release version="21.04.2" date="2021-06-10"/>
     <release version="21.04.1" date="2021-05-13"/>
-    <release version="21.04.0" date="2021-04-22"/>
   </releases>
   <content_rating type="oars-1.1">
     <content_attribute id="violence-cartoon">mild</content_attribute>

Reply via email to