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/kalarm-19.07.90.tar.xz b/kalarm-19.07.90.tar.xz deleted file mode 100644 index 0ebb4c7..0000000 --- a/kalarm-19.07.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4657c00a74390cacb51e5b4bc820243d37d0ee2401f1675d56f6d2670b86121b -size 1823188 diff --git a/kalarm-19.08.0.tar.xz b/kalarm-19.08.0.tar.xz new file mode 100644 index 0000000..d9c56f4 --- /dev/null +++ b/kalarm-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ddabb2abfc2d593ec88864179c30eda219f7db4c25b7fc9951ac3b388eee84 +size 1818920 diff --git a/kalarm-19.08.0.tar.xz.sig b/kalarm-19.08.0.tar.xz.sig new file mode 100644 index 0000000..d77672d --- /dev/null +++ b/kalarm-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxnwACgkQ29LOiT4t +HIeYUgf/aFywuFRtod4HVLUZkhYzvu8nowlgnUnZ5yQTxw8wVdPM1j541VSITPaA +/Vt+1UvQNIN5FsFuB/h88mVduvo2i/VU3vBsOIuq3Cp38vXcD1vznlE5y/t+9eNy +JxgTsYiPvnyRyeUrUb5PLZ7Xq7op8+DjGU9GXbwBfvzUqXVfMcpVTr3w+LD6bHa/ +qBfvU37kV5G48e4KfrFtV6PCmeZnhRBH69PnOY4tRhp+TMgtimdKcNzeZzWsA3yT +UXvat2q9foIVfImVNP6r+hmplGuo1qh/T6cRcECtOH1+6wZZ9/bg5/D6OWXY2ij4 +YpFQAHKAdN5DxfuLNUfZcLT+KhGl4A== +=h2yG +-----END PGP SIGNATURE----- diff --git a/kalarm.changes b/kalarm.changes index e9e10d3..40fcbc4 100644 --- a/kalarm.changes +++ b/kalarm.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Aug 9 08:30:19 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 +- Changes since 19.07.90: + * Only call checkForDisabledAlarms() for active alarm type + * Remove kdelibs4support usage + * Fix namespace + * Adapt to KCalendarCore namespace change + ------------------------------------------------------------------- Tue Aug 06 16:50:47 UTC 2019 - lbeltrame@kde.org diff --git a/kalarm.spec b/kalarm.spec index a5e4454..c7603e1 100644 --- a/kalarm.spec +++ b/kalarm.spec @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kalarm -Version: 19.07.90 +Version: 19.08.0 Release: 0 Summary: Personal Alarm Scheduler License: GPL-2.0-only Group: Productivity/Other -URL: http://www.kde.org -Source0: %{name}-%{version}.tar.xz +URL: https://www.kde.org +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: gettext-devel BuildRequires: libxslt-devel