KDE Applications 20.03.80

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/poxml?expand=0&rev=118
This commit is contained in:
Christophe Giboudeaux 2020-03-28 13:58:41 +00:00 committed by Git OBS Bridge
parent 3f29e66d66
commit 078de3bc63
6 changed files with 38 additions and 21 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drZ4ACgkQ29LOiT4t
HIf6OAf/V3ZpaziQmNlFfbE6RTOxLZqepSfIVzjgFLGRVCNHwslmbyOJ4yv+fPcc
R4yZ8JE+jNpVWSWid7lTEFT1CykxWYfQcSstslVH4+GdswqqU9vA0eW8J/hL7uH3
nEND161Z/vFAnpyQxIInnXNobTHsD7VMrfw6xmWXv5Yi604/aTfpvhlH/HDFeuEp
0nOaXiNRhalKlezVCOuErj9feMMmmA3ycHb+Tq95LwjKK4slj7T7Xq91fOrGLNmk
tq/2IdIc+q3SE11XyWdaR13wSzgbgCX+tlIe7y10GxL3VjQG8FqXQpMfJ7ENT/2s
xe11d5Hw3V/0Bau1qT8pyLM01TGEZg==
=iUwu
-----END PGP SIGNATURE-----

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

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

16
poxml-20.03.80.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl50vCgACgkQOmpNuDnq
ptd91A//dkZ3AIZcFaWJ+KkjHza8zQG/1xPoHGV+BnztEsh9RW3ZIBYa+8GOZlGl
Asn/eaVKSaMs0TIDUjjthKz2mV4qdzxcvE+WAxy65bn1+Ftf+Do4Cf5FXsyNHk3c
ZcutdmM6vQYY/5r88YWOogQPMs9lhQWYjwMlRlc1o39505HG3Ot393SaJ7JaIbWU
PbJ6sXnJdjkbv2/nr9aZo7axbGLVNemgnFB67Cr1L37IpvWzKx3qBOGpuAAyG2/Z
USpZPe8YTUf6Fy3/wNi40llPbrxVQMntPj+WWJ+WKzV8H1AsWuEs8z9Tnih5WFBZ
SJQbY70JKQU1+eWP9dQsNLWsO4VyhbbACFgjqvBPZGdrbBtPpNrEhj4l507M5HGr
nx9CaieU5Esy9zacdkuo7LVfqCLuQiuuFr3w+vxeGZqderHp4LwAAo2auWH0+UKc
gULAHEEOQM32QF2PWTo9p2WCDO7PszmjDHFKvTKkgN8O0eE/2/tpFD2SNuI2kUBI
nP3R2xIEZx1GY/K3p2paY1EIZgnMV9YEEvJaxI/pzV0D9Tyr5OKxet7qb6ZrVR9J
HpIG/X1hbu6k7KBJNrHd83zVn3BT2d6KuzJm5rsTLkOyk/TOyq0cv91DqjFQ4jPm
hHu5y6zNzJgSzIstFN5Y/R1Crjw8V59GI+BjEo7c8COnTofCfS4=
=+0Qd
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Mar 22 09:17:44 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:
* Fix minor EBN issue
* Fix feature address according to https://doc.qt.io/qt-5/qxmlsimplereader.html#setFeature
* Use URL with transport encryption
-------------------------------------------------------------------
Thu Mar 5 20:36:51 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package poxml
#
# 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,17 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: poxml
Version: 19.12.3
Version: 20.03.80
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/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: antlr
BuildRequires: antlr-devel
BuildRequires: extra-cmake-modules
@ -39,6 +35,10 @@ BuildRequires: gettext-devel
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
Source2: applications.keyring
%endif
%description
This is a collection of tools that facilitate translating DocBook XML