Accepting request 599111 from KDE:Applications
KDE Applications 18.04.0 OBS-URL: https://build.opensuse.org/request/show/599111 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ktimer?expand=0&rev=83
This commit is contained in:
commit
f76da6b4d6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d00d4a17ab8c01b8cbb6b8f1393b3b1feaab6ac5befab5d3c282a3e061910be
|
||||
size 452056
|
3
ktimer-18.04.0.tar.xz
Normal file
3
ktimer-18.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:524fab76f0e430ab421faa2c5cb663830e1804f33471630e96d37122917ef2d5
|
||||
size 454600
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 18 07:49:45 CEST 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.04.0.php
|
||||
- Changes since 18.03.90:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 06 07:09:59 CEST 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.03.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.03.90.php
|
||||
- Changes since 17.12.3:
|
||||
* Add appdata file for KTimer
|
||||
* Add info about consecutive tasks for KTimer
|
||||
* Added a feature to execute the next task after the previous one finishes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 08 23:52:15 CET 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: ktimer
|
||||
Version: 17.12.3
|
||||
Version: 18.04.0
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
@ -42,6 +42,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
%if %{with lang}
|
||||
@ -82,6 +83,7 @@ Countdown launching tool for KDE
|
||||
%{_kf5_applicationsdir}/org.kde.ktimer.desktop
|
||||
%{_kf5_bindir}/ktimer
|
||||
%{_kf5_iconsdir}/hicolor/*/*/*.png
|
||||
%{_kf5_appstreamdir}/org.kde.ktimer.appdata.xml
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user