Wolfgang Bauer 2020-08-13 13:51:39 +00:00 committed by Git OBS Bridge
parent b95b395394
commit 1b5a4dd35b
6 changed files with 26 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8kk/kACgkQ29LOiT4t
HIdaRwf+MvssKZ3bdeP1tJ/Sh58xfNMph3PQry0C1N1w/P8+nhEA60yDVREgcIAV
u0hR/FwEEGZiGC5nYfAagOAWE/sNocRobJQA53CryL01QNL1R7UY2jvi9KLtvZY0
UJpC/jT+VjWtik6NGbqGpikt+PyJrm+c5okxkpP0grRPjimIHxBc4Ik0vkjIOoO7
OL2DpltafZwOsa7UoI9qqAYcDv9uAQJuMrBzcRjqLNvJJXNlrvnqQUylVDo/+9Kt
sPSyxX5k3QNinpTKyHI82rkBoArkE0odwchuW4CW+YvNVpc0rBIHM5V59nupq3eD
+G/OwVQl1tkGsy8cxM3pL9bTvsfzHw==
=2NAA
-----END PGP SIGNATURE-----

3
kbruch-20.08.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e0c51ec0e32a8b46b567c7d275acb3845e09aef446c27324d872fc3a096113e
size 5614656

11
kbruch-20.08.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8tAgIACgkQ29LOiT4t
HIe+YAgAkxPvatJ728dctg4e6KXpHGz8W9pwsqH82xd2ysTf84A0CmNz8pCDsjtR
pRuEYJCPtf+9yiP55SdcedbfBVezfLWvaIhNSfttvBJaPp9AHvnmTuio1Ib0bFHY
lcKGAbJGM5VMV7bAU7uTp0eC1B2nePSZxT2iTgmEHbMyMZNrNUPzuSpImoVzo8iP
tDW5b7bzOVUB5BK+1zaB76OhjpaK1V4+nIGvYcW016u7pC1/a7EpljjxnqF0rl9G
bQDrc2EpP9h7RaRGz8GBHlBsmYq5rRPFWIOCJugXswtGvV9n8ECHBioGsXy/y3Ys
Ird7jjapt8pywJHvzi+4U2RTl/Es2A==
=SxL8
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Aug 9 09:08:43 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-08-apps-update
- No code change since 20.07.90
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Aug 2 07:59:05 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Sun Aug 2 07:59:05 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

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: kbruch Name: kbruch
Version: 20.07.90 Version: 20.08.0
Release: 0 Release: 0
Summary: Application to excercise fractions Summary: Application to excercise fractions
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Amusements/Teaching/Mathematics Group: Amusements/Teaching/Mathematics
URL: https://edu.kde.org URL: https://edu.kde.org
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5Config)
@ -41,7 +41,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/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring Source2: applications.keyring
%endif %endif
Recommends: %{name}-lang Recommends: %{name}-lang