Remaining issues were fixed (except one kdenlive change)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kbounce?expand=0&rev=118
This commit is contained in:
Wolfgang Bauer 2020-07-22 19:31:59 +00:00 committed by Git OBS Bridge
parent 67214bf7e5
commit 0b00f6e921
6 changed files with 32 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21977895752b7a33484463cf3fe47ff6f4d5ad4bb8ee824b92b309c5c0ee3837
size 3467888

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8DzREACgkQ29LOiT4t
HIedJgf/S+NTsG8itUh5AtAbFbgOnrAw7/dJx8AX1t/0phO1bqknfAmq6bcc8WiV
RCYXnT69+gRb4IDPBXwKHN8obDgSvnQEElj8kQxZ/tyufPZd9u/YWXh2PD1tCDlJ
unKQU1PKKHMZEvOodjuVbrmRAO3p1T5rSkKiqf0dSxrbML6Z3e+hNchft1cReO9V
uUJkAsqdlzWyPY3jtrFH9cnvoYLUkHx6i29hVgpUno2OgnNQyetIxxJvocEt3zVE
yEwvHiY+Ls5vCE2jNxIas1SxlRDF/MuZJypNDUF48v3t1Nalcsbnly1ydkTUAhrk
wbmrtzwcxxMWb5c7q4RtLjSU736qww==
=kUwB
-----END PGP SIGNATURE-----

3
kbounce-20.07.80.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4284b4f9195427597c1f3cdcf3a5e5814037356cbfbf47296743e6631c327c88
size 3476556

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl8RtPgACgkQOmpNuDnq
ptddFQ/+MEAF39Db/5RWZYEpBtWk1HE2xbciwKlUQ4FA9/l7VDEuRuq+Pm5AYubb
/XDxnQ+88Dj3MjOJfcjYUdphd37IxNyyq9+q3Np/iOhqrt1pWC1DJ1Bu+KxnVAA7
w44qhi3j/+6sXT/1Y6C/2Cw1BM+lInaZO3AI4OKr0JF6PQ2hD4Z7sDUs+bDiMMh5
ynQQf95NhEshvWHaijr6iYl5YHJVpUQgpBdZ/qYbn5YRyN8ibM8BQLg3J/nbfq4G
Q7rzxnLpwcXspA+pBik6Pqu5ula6skqNZuhFQh+OGcxevqQH7KRxji+l/1E1wAhk
65NX8bogyENMgDEoRcbidUH2xXtcjz8L1N8M780NLmg5PDTGrZl56DqznixPcO6I
0waOq1NLS8hhZ008hxHZoRi2gJYIi5SHj79lSBCGvpKFxEDiMN5sicJC8bQeUjbR
7q5JBihOLPDYOtnkcWGz8x21qCeZRPmBuzfPjsqR3RwH6Qjn8HYHXJU6srJLEYHd
4gwAxYQO0B0JNrvSgtHFvqEo/ZDtrpNQiCwYM2a4fF0g53xr8WPciMtp0DQNhzjL
q2ZvETHnNhCbdL++ECCY6tHSsCkAzic+mbPtRijnAtaxF4qAOCD67Yris7OxOWVV
XcQU5KC8DCacXIxNzeGNOHhnXz8Y/l06yq6ZsHgx4dej3RV2qi0=
=FTTx
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jul 19 10:04:12 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.07.80
* New feature release
- Changes since 20.04.3:
* Use camelcase include (scripted)
* Fix clazy warning
* Fix blurry icons by adding UseHighDpiPixmaps flag
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 9 20:09:02 UTC 2020 - Luca Beltrame <lbeltrame@kde.org> Thu Jul 9 20:09:02 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,13 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: kbounce Name: kbounce
Version: 20.04.3 Version: 20.07.80
Release: 0 Release: 0
Summary: Bounce ball game Summary: Bounce ball game
License: LGPL-2.0-or-later License: LGPL-2.0-or-later
Group: Amusements/Games/Action/Other Group: Amusements/Games/Action/Other
URL: https://www.kde.org URL: https://www.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: xz BuildRequires: xz
BuildRequires: cmake(KF5Archive) BuildRequires: cmake(KF5Archive)
@ -69,7 +69,7 @@ BuildRequires: cmake(Qt5Widgets)
Obsoletes: %{name}5 < %{version} Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version} Provides: %{name}5 = %{version}
%if %{with lang} %if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring Source2: applications.keyring
%endif %endif
Recommends: %{name}-lang Recommends: %{name}-lang