Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kapman"

Sun Apr 25 21:26:22 2021 rev:108 rq:887618 version:21.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kapman/kapman.changes    2021-03-08 
15:19:55.498055900 +0100
+++ /work/SRC/openSUSE:Factory/.kapman.new.12324/kapman.changes 2021-04-25 
21:26:50.560388608 +0200
@@ -1,0 +2,26 @@
+Fri Apr 16 16:11:25 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- 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:52 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.03.90
+  * New feature release
+- No code change since 21.03.80
+
+-------------------------------------------------------------------
+Sun Mar 21 13:27:32 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.03.80
+  * New feature release
+- Changes since 20.12.3:
+  * Use AUTORCC directly
+  * Remove not implemented method or unused signal
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kapman.spec ++++++
--- /var/tmp/diff_new_pack.MEFDf4/_old  2021-04-25 21:26:51.092389247 +0200
+++ /var/tmp/diff_new_pack.MEFDf4/_new  2021-04-25 21:26:51.092389247 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kapman
 #
-# 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:           kapman
-Version:        20.12.3
+Version:        21.04.0
 Release:        0
-Summary:        Pac-Man-like game for KDE
+Summary:        Pac-Man-like game by KDE
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
-URL:            https://www.kde.org
+URL:            https://apps.kde.org/kapman
 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:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
@@ -51,19 +55,21 @@
 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
-Kapman is a clone of the well known game Pac-Man. You must go through the 
levels escaping ghosts in a maze. You lose a life when a ghost eats you, but 
you can eat the ghosts for a few seconds when eating an energizer. You win 
points when eating pills, energizers, and bonus, and you win one life for each 
10,000 points. When you have eaten all the pills and energizers of a level, you 
go to the next level, and the player and ghost speeds increase. The game ends 
when you have lost all your lives.
+Kapman is a clone of the well known game Pac-Man. You must go through the 
levels
+escaping ghosts in a maze. You lose a life when a ghost eats you, but you can
+eat the ghosts for a few seconds when eating an energizer. You win points when
+eating pills, energizers, and bonus, and you win one life for each 10,000
+points. When you have eaten all the pills and energizers of a level, you go to
+the next level, and the player and ghost speeds increase. The game ends when 
you
+have lost all your lives.
 
 %lang_package
 
 %prep
-%setup -q -n kapman-%{version}
+%autosetup -p1 -n kapman-%{version}
 
 %build
   %cmake_kf5 -d build
@@ -78,19 +84,18 @@
   %suse_update_desktop_file -r org.kde.kapman          Game ArcadeGame
 
 %files
-%license COPYING COPYING.DOC
-%{_kf5_sharedir}/sounds/kapman/
+%license LICENSES/*
+%doc %lang(en) %{_kf5_htmldir}/en/kapman/
 %{_kf5_applicationsdir}/org.kde.kapman.desktop
 %{_kf5_appsdir}/kapman/
-%{_kf5_appstreamdir}/
+%{_kf5_appstreamdir}/org.kde.kapman.appdata.xml
 %{_kf5_bindir}/kapman
-%doc %lang(en) %{_kf5_htmldir}/en/kapman/
 %{_kf5_iconsdir}/hicolor/*/apps/kapman.*
-%{_kf5_kxmlguidir}/kapman/
+%{_kf5_sharedir}/sounds/kapman/
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license COPYING*
+%license LICENSES/*
 %endif
 
 %changelog


++++++ kapman-20.12.3.tar.xz -> kapman-21.04.0.tar.xz ++++++
++++ 24320 lines of diff (skipped)

Reply via email to