diff --git a/applications.keyring b/applications.keyring new file mode 100644 index 0000000..57c966e Binary files /dev/null and b/applications.keyring differ diff --git a/kdav-19.04.3.tar.xz b/kdav-19.04.3.tar.xz deleted file mode 100644 index 8237682..0000000 --- a/kdav-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f182a3ad6e23ff9e8165d11c3d4964e470e5d4d3f0183207cbe380f5c111af85 -size 49744 diff --git a/kdav-19.08.0.tar.xz b/kdav-19.08.0.tar.xz new file mode 100644 index 0000000..e876389 --- /dev/null +++ b/kdav-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfd0657c0eaa74068c7601208baacb9d11bc6574cd353d4d346473c6c43b6f6 +size 49920 diff --git a/kdav-19.08.0.tar.xz.sig b/kdav-19.08.0.tar.xz.sig new file mode 100644 index 0000000..71708ae --- /dev/null +++ b/kdav-19.08.0.tar.xz.sig @@ -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----- diff --git a/kdav.changes b/kdav.changes index 46e2359..b90e246 100644 --- a/kdav.changes +++ b/kdav.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Fri Aug 9 08:30:38 UTC 2019 - Christophe Giboudeaux + +- 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 diff --git a/kdav.spec b/kdav.spec index 6b51005..3f3f462 100644 --- a/kdav.spec +++ b/kdav.spec @@ -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)