Wolfgang Bauer 2020-08-13 13:52:55 +00:00 committed by Git OBS Bridge
parent 979ef0ecb8
commit 3fa587afb3
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:f6ff016cbd4ccaa48289a9f7a3e79ca3ee5d7f90007e2a3c5038984bd1a41002
size 215024

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8klAcACgkQ29LOiT4t
HId2bQf9FSIXlp8MC+AsQr5hFOYz2fPTrteE9uu7PDEb401d6t+HSpLO4/Y5USJS
V4aaeQoEAbQ9mzRQOkV6thGazVNg9xR1njP39QgttNivtQpsm8mNizx7Nn9QPmyL
85adKYxSOKNMa2+82JZpSF/WMmM9bwfym4L1n+pB5q6oeVnZEEPH61UlenNNV1i9
BjHoLBE/vo0XsP52bNp4Bmo8u3GjV3T2UCVzkpxTOr0ptoFDd6SoaMnLMJnjrsRI
0yYrTZQ0sSrvakq7CHnmI6TNO1mDgNFsO2q0b2M7T+W1SGArYGWWKQwU3P5y5E9e
XJjI3oBogBxSBRwVikrDbSlO6CTyXA==
=SxEX
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8tAhAACgkQ29LOiT4t
HIf3vAf9EmP0xJWOq3mSzlw1zNhE8e4D+urkS9ukKwpPbxe2E7XQi+nQs2xxowDp
ZILBnW7RMdWzpzgdvuS5lV+ta6PHCv2gsoYnWQe84fySwvl18paahEeXwNf/ibCS
1b6MHv6jPLO4VMNb2T2iDDcmtJFCX/Us6iLJtU6hfY4e77vHSX0/S38i49Faz9mc
GrZFVEDOZ1V811CRcS4pNJ0hZhgdTp6klAfGEmeNkJGvZkAKaBcU5GBlKWg/AwHl
sck65hROa/+//KKXquph27hCj9FK9/tvGZgaHxjSJ2Z/G11k/awjLint48idswus
kj8pod8VleGdtxFlQYBhfakmdCOgnA==
=/bTT
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Aug 9 09:10:30 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 08:00:49 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Sun Aug 2 08:00:49 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: libkeduvocdocument Name: libkeduvocdocument
Version: 20.07.90 Version: 20.08.0
Release: 0 Release: 0
Summary: Library for KDE Education Applications Summary: Library for KDE Education Applications
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: System/GUI/KDE Group: System/GUI/KDE
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: fdupes BuildRequires: fdupes
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
@ -41,7 +41,7 @@ BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5Xml) BuildRequires: cmake(Qt5Xml)
%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