Accepting request 723623 from KDE:Applications

Applications 19.08.0 (forwarded request 723532 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/723623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdav?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2019-08-16 13:36:40 +00:00 committed by Git OBS Bridge
parent ed1f20ae43
commit 039b766b99
6 changed files with 51 additions and 5 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

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

3
kdav-19.08.0.tar.xz Normal file
View File

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

11
kdav-19.08.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxoAACgkQ29LOiT4t
HIc4PQf/SUHp2LUYXqHMGYDhNXdnoPjo5726x0JSonjrjn+XH4y2uyK8ydJ8WXSQ
+Ml57ydsMZvs4ZqrGqKbDisnTLK8norjKZoK73+Q2tAemV/qYfEAKCWn8cLIWYyy
YFH7Pm1ax78biF9CzLID2G50NZgS/NawyTZQkD8qTfj5v+Rq1NOHzOTQT3YNfXm0
BczJ0TPlCEdh6bE6rxD5XCVev7XBfKaRJ7EAUWfcOrzVpXqzG4C6E4t+5VAfeaNP
RTg2J0CIoKnSc6E2y9JcxgfgCiAUTX7xJd4lvm2U+VY8pOzJIdC2VnV3hKl4URBZ
ML0/zTWE5pHwtRSneTBGe0Z+1vgmFA==
=B7eu
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Fri Aug 9 08:30:38 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 19.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.0.php
- No code change since 19.07.90
-------------------------------------------------------------------
Tue Aug 06 16:50:48 UTC 2019 - lbeltrame@kde.org
- Update to 19.07.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-rc.php
- No code changes since 19.07.80
-------------------------------------------------------------------
Tue Jul 23 11:58:58 UTC 2019 - lbeltrame@kde.org
- Update to 19.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
- Changes since 19.04.3:
* When we use framework 5.59.0 we can use new logging file directory
* It was fixed in 5.13.0beta2
* metainfo.yaml: Fix cmakename, is own top-level entry
* Make it compile without foreach
-------------------------------------------------------------------
Fri Jul 19 08:30:31 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -18,13 +18,17 @@
%bcond_without lang
Name: kdav
Version: 19.04.3
Version: 19.08.0
Release: 0
Summary: DAV protocol implementation
License: GPL-2.0-only
Group: Productivity/Other
URL: https://www.kde.org
Source0: %{name}-%{version}.tar.xz
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)