Accepting request 797029 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/797029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkeduvocdocument?expand=0&rev=63
This commit is contained in:
Dominique Leuenberger 2020-04-29 18:50:31 +00:00 committed by Git OBS Bridge
commit 55054332c5
6 changed files with 56 additions and 28 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drZIACgkQ29LOiT4t
HIepgwf/SNr+4CNRupECw03sPkDAKcJhP45KSsltbhDmFpkWEla/U7J75NaYjSTq
BBCYUo1L3hPCyzmGW4++hzusufak45NEf3p5LZVFryOPhMjngMnal4D5g4Xy7F1d
qXkCeyt8DYOkEJV76mv/MvuryXjAWWcDnuaGowgAKyakCIUAID3PKi/TuYwh+Fvm
3tF+m/DlWjfJL3Kx4pCaZzh4OXMO4gOA/kKV2RVuRcWrDRvdo+wjTVJ8YHL+4I35
uAw0/7hPDOxQd0PzKmvadNQw1HU4E2j9hL6LpGbKuDqjnLGGze03fQEfIxFwtfZO
J+B0E16x98AwjuEMa4lKacZImCI5pQ==
=jV/D
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB+8ACgkQ29LOiT4t
HIe90Af/c7Dt/gO9flnermYjVoseko+fX3g0uRPRFWQtAlhSUZMhRRH4f3nxvL0K
4+zOVugBYnnSHyFAwd7aseYHNxGoSyR6Mg875JNQ4PRRGLkbqMMxgPCRzD9IpJBN
S+EDk73+PHj2VvHKC/elQRmz8sVcJ5oW1e5ehQhidspYow5MOT6Q2EQZFBeRcwxD
rrA/m//ON2kGrYRN7XAyX00JRnXB7Q/cf5N9fcFEharfPwtwML2zps5WjcFG5OUv
O8mmytnTMRyKiV73YbQxcisgY+KjTsd8O9Z0l/8xJPuV84obMbYgHMMsq2RISTf/
+ydGNtqvTB9+2m2Dm5udncmXw9sMyQ==
=E+FX
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Apr 23 12:23:06 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- No code change since 20.03.90
-------------------------------------------------------------------
Sun Apr 5 20:30:38 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- No code change since 20.03.80
-------------------------------------------------------------------
Sun Mar 22 09:17:35 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Changes since 19.12.3:
* Remove not necessary endl as qdebug already adds it
-------------------------------------------------------------------
Thu Mar 5 20:36:42 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package libkeduvocdocument
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,29 +21,29 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: libkeduvocdocument
Version: 19.12.3
Version: 20.04.0
Release: 0
Summary: Library for KDE Education Applications
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: https://edu.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5Xml)
%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: fdupes
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Config)
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KIO)
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5Xml)
%description
This package contains the library which is required by the KDE education