KDE Applications 20.12.0 final: release on 10th Dec

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/poxml?expand=0&rev=135
This commit is contained in:
Christophe Giboudeaux 2020-12-08 07:26:06 +00:00 committed by Git OBS Bridge
parent 952db64c17
commit 1fcc266091
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:cb2a69aa474e33b125874d7b389b8b1afcc272f9fe03ccc99ef72b9fd635cc45
size 43280

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl/ATtEACgkQ29LOiT4t
HId6nQf8D5bRBaTu2TAPPywzxjd8IwDodgOSjldz5+79gdPzjLCLwfjVV1INKH8G
TY0dMlJN0E63Q0FjTBCY8hGEAwNAS/TTE9/wsj0C8ghAtd95qQ+m5nptrfIvJTy0
LR53KwPjAHT/PRRDqpAZOgKsS/EorYGySCF35B2jtOaCJ0Vn/BFEQ/IQUYemOZOu
3pfL5AygNRxGUq+vJegXS+paNydq4K49XJRJc5AuljmJ4H+9EUP7lyr46tWTo6P5
VG5N4/n3uM7rQTqSueQXKoglzDaihMsKsD7NUiR6273VoW/Yh/qyfvge2jbQRML9
NZmNW2Rle4IPfk7sVzoubDwSQAjphA==
=CCu5
-----END PGP SIGNATURE-----

3
poxml-20.12.0.tar.xz Normal file
View File

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

11
poxml-20.12.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl/JhIwACgkQ29LOiT4t
HIfAnQf/TT08/up3kdX8VJb8gfdWtbbfpzBBockL2tJuWU2qby4gmu0vdMDn2S/c
91MhoRfizKVb2+Vs22l2BjV6fa0uk4yHBOHOu4ZPokxlk4B0f4qvz2j2Qsn7u8sp
/aNB5JzHzRaGWtChaka41I2NT2E67bYLlY3S8G+Vz7SsuPEcYUMgxGHA8R+LWZno
u46YgLUhH40blpTshJSchBZLwOISfjoU2mnFQOgnLQFTJ5wvyBE/EqULyJpNnOfV
ddRJXV35139I2jNtUesGMqUEszfnahT/SfdEuZaSdXsm8tmn9UtQJ40SgKjMB1Wz
f6aZXfWDMBYuZkjQzFug23CEXDJKKQ==
=HLGf
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 5 23:18:01 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-12-apps-update
- No code change since 20.11.90
-------------------------------------------------------------------
Fri Nov 27 15:18:13 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}')}
%bcond_without lang
Name: poxml
Version: 20.11.90
Version: 20.12.0
Release: 0
Summary: Tools for translating DocBook XML files with Gettext
License: GPL-2.0-only AND GFDL-1.2-only
Group: System/GUI/KDE
URL: https://www.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: antlr
BuildRequires: antlr-devel
BuildRequires: extra-cmake-modules
@ -36,7 +36,7 @@ BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Xml)
%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
%endif