1
0
Christophe Giboudeaux 2020-03-28 13:58:27 +00:00 committed by Git OBS Bridge
parent d7f3bb5498
commit 7440009941
6 changed files with 40 additions and 25 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:7744c0b152e8e1e27e5419c939d49250ad6bed1fd7774798811e96494e61ad2e
size 211488

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl50vCAACgkQOmpNuDnq
ptccYQ/9E2D1sUGoZ848zLaUY32MFXZN/5rGSJkB7tsg/xwiXutPkW+wyiNCt1Ed
GcxTpNWIXmhbob/Q+J7gL93XVie/5ZyPZ+P0G0y2yibkL0m/w7bERLc5TNpmBC+n
jKQKrQXa7EFo6mgtxJEcx7FjwWNDKWcdZrlodiVckNLWEOKkJev+LE5RiyQhSlwF
V49YZSDzpVIkb1zmMZ5BIl2vkV+34kIaX9ag/TIE+v3ehndp9cWYlpLaDjsZ5i9a
rjM+jiNmNETlooe+pKut6VhJkAssbzeA33eaIGrxJcUuMcJmJvX4CkNq6z24HlLk
Bv5iX9Ybxdm141a2Q4dDRC0tv6IY4XMvwj8wo7TqNqTaYzLZA3xRo7VnskQMxDPb
lOhdd+xh6SE/buUWLoxwueuWFxmTrANJ0O2ynt45RS1D1jt30ngewg0M4H5D20aO
iWaCS6cl0aWYG06ytUnOWsqybNxJdp7q8JWX5OfTLXjyHMM1zaFhQjFyTK7P0G3H
DyE3eOoTR1M1naDZ0eZEyeEN4SDZwZ2tXERKToIuNM7PsGf5lvR1jZ+tcR2qyWrv
RbnHpIEdxqxWM67i+cX7CmNzi0BNnuxNXbhEDKwsYqdqg4k7g6ifsNhe46l52ERU
iWlk5ckNDWZVRK4fECtHG1wThTzQiBroW1VuHxydjj2TdbFfu/I=
=05xR
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
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.03.80
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
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
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(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/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
%description
This package contains the library which is required by the KDE education