1
0

Accepting request 756317 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkeduvocdocument?expand=0&rev=59
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:15:11 +00:00 committed by Git OBS Bridge
commit fb235e11a0
7 changed files with 51 additions and 26 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/PIACgkQ29LOiT4t
HIcRtggAjw9F0RSMTmZC4hdJCO/VAQrSMoneHSIygJR7Z3uZPc5l1GklgRXrLnZ3
Ti1uRGLJIJxNrR0FM6cyctOC1tMIDMhK/SjuD4jAVaEy2OKUZQ4LyRYDKB0N5USX
w4nDJSOsEsImId+yjDCOHVnx3uWLXBe7L+b8YfeDMfgz2tbFR8Z0pbjrDqhnkFpi
v0G/R6qiyiC0svhDZyVQUO5XdHWtSwuMB438nl35bL7Nut3HPy7jVUGqj1NHscdp
w0UoMKwQN9AwuRT7rE14ps5DcdBjq2ly0CgicAK0hRxIbkVgadIIRp1q0NolJmkJ
t6cNaH8jhCzIG0Ku/diu8jUCJm0Zhw==
=Ir3Z
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puKUACgkQ29LOiT4t
HIfM6gf/TWgCzjUCwuD98SFvsoLKbfgj30pM1g3SKHrbP6A6S7taWQ2nj8oqA1am
N6W5DZlpEo+eE+4hsfvIqMf8SkGJ7DGBYIA1p0TQwkI+Uj/dPR+VHvAosyKPI91T
+lsnYmDGLVbPQiID3f6iJXXL6FGURr1imA/4vidy5BUMHOSIXoC5ZE4AGpVwlEEh
t4rYHlsueCtJthgd7mq0Zb7YW/lzSbFaG8xZEkd9nVU/s5K0vjQu9LpL2a7yrgDD
3+6qSBek/Ob7TIbj2mYDKFBLiEy18tCwj3VTYD6zCHYsdw2r7HpG7YMfyLlNlV4F
47c60NPx96ummMlVniK8fF5080tFHw==
=i3QZ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Dec 10 06:39:07 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.12.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/releases/19.12.0
- No code change since 19.11.90
-------------------------------------------------------------------
Sat Nov 30 09:12:26 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/19.12-rc
- No code change since 19.11.80
-------------------------------------------------------------------
Sun Nov 24 13:30:00 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
- No code change since 19.08.3
- Remove obsolete version requirements
-------------------------------------------------------------------
Thu Nov 7 23:13:31 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,35 +16,34 @@
#
%define kf5_version 5.26.0
%define kf5_version 5.60.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: libkeduvocdocument
Version: 19.08.3
Version: 19.12.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/applications/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{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
%endif
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: karchive-devel
BuildRequires: kconfig-devel
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Config)
BuildRequires: kf5-filesystem
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: pkgconfig
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KIO)
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5Xml)
%description
This package contains the library which is required by the KDE education