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/kteatime-19.04.3.tar.xz b/kteatime-19.04.3.tar.xz deleted file mode 100644 index 1de3def..0000000 --- a/kteatime-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49a404223896bd3df976e0c155a6907936f52721fc7da14289998b9d1ea372ba -size 284864 diff --git a/kteatime-19.08.0.tar.xz b/kteatime-19.08.0.tar.xz new file mode 100644 index 0000000..e199b3b --- /dev/null +++ b/kteatime-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be9667867ef41a638c8f97fefb213b078b0ba3171add881438588bc8afba342 +size 286356 diff --git a/kteatime-19.08.0.tar.xz.sig b/kteatime-19.08.0.tar.xz.sig new file mode 100644 index 0000000..9cf8975 --- /dev/null +++ b/kteatime-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1Mxo4ACgkQ29LOiT4t +HIfxogf+KUZ6B33ICDLnXmDt+22wTLEiDtswYmFkNe67SUU2GIq0UJcfElZjnJZy +P9ttVI4pEenJ96ObkTMN15AOB2msT8WBXi0akPEzK0GCholct43tRd33xm6lVt8K +7+QTNqiBtbxAuHE6Kf7xKnuBiVGa8VGiHSWSlqo9tuXDzR5WLMyLInsTDXtZzkyJ +35VWXRvpgWxfCUC26SC1p7q6R8LBtH2B82+oSdvOVo6BusKi2sK+p4UBHlarCJO3 +6Pwv2WIzrGbtGCIs7osxl9t2buoonR+ORnX5nGN9vSLZ95kwSxv9K6Ze+Ie0dUlw +sdL66oll0QqDHgB5IaKlZ/0cz3gGGA== +=Kd/n +-----END PGP SIGNATURE----- diff --git a/kteatime.changes b/kteatime.changes index a920e61..e79233f 100644 --- a/kteatime.changes +++ b/kteatime.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Fri Aug 9 08:31:46 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:51 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:59:05 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: + * CMake: fix version comparison + * use KDE Applications version numbering + * define version number in CMakeLists.txt for easier maintenance + * correct spelling of original author name + * Time to increase minimum cmake version + * Add missing override + * It's already defined in KDEFrameworkCompilerSettings + * It compiles fine without foreach + * Add gitignore + ------------------------------------------------------------------- Sat Jul 13 07:26:37 UTC 2019 - lbeltrame@kde.org diff --git a/kteatime.spec b/kteatime.spec index 7e63ced..9142648 100644 --- a/kteatime.spec +++ b/kteatime.spec @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kteatime -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: Timer for various types of tea License: GPL-2.0-or-later Group: Amusements/Toys/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: kconfig-devel BuildRequires: kcrash-devel