Accepting request 723714 from KDE:Applications
Applications 19.08.0 (forwarded request 723532 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/723714 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kteatime?expand=0&rev=80
This commit is contained in:
commit
65fa4ab51f
BIN
applications.keyring
Normal file
BIN
applications.keyring
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:49a404223896bd3df976e0c155a6907936f52721fc7da14289998b9d1ea372ba
|
|
||||||
size 284864
|
|
3
kteatime-19.08.0.tar.xz
Normal file
3
kteatime-19.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3be9667867ef41a638c8f97fefb213b078b0ba3171add881438588bc8afba342
|
||||||
|
size 286356
|
11
kteatime-19.08.0.tar.xz.sig
Normal file
11
kteatime-19.08.0.tar.xz.sig
Normal file
@ -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-----
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:31:46 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: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
|
Sat Jul 13 07:26:37 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -21,13 +21,17 @@
|
|||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kteatime
|
Name: kteatime
|
||||||
Version: 19.04.3
|
Version: 19.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Timer for various types of tea
|
Summary: Timer for various types of tea
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Amusements/Toys/Other
|
Group: Amusements/Toys/Other
|
||||||
URL: http://www.kde.org
|
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: extra-cmake-modules
|
||||||
BuildRequires: kconfig-devel
|
BuildRequires: kconfig-devel
|
||||||
BuildRequires: kcrash-devel
|
BuildRequires: kcrash-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user