forked from pool/kalarm
KDE Applications 17.08.80 beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kalarm?expand=0&rev=14
This commit is contained in:
parent
5a2179cc24
commit
9e5de5d8d4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f5f78697197503ae716d247b8391a19cf2ae4eb03fb4cfa0a2be2cd441170d8
|
||||
size 566936
|
3
kalarm-17.03.80.tar.xz
Normal file
3
kalarm-17.03.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d10d2d060c48fb2d99483ae94903789bc341504f9b575112ebd78f35466de56
|
||||
size 540944
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 25 23:10:14 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||
- Changes since 16.12.3:
|
||||
* Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 12:35:05 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
@ -23,21 +33,21 @@ Thu Feb 9 06:44:35 UTC 2017 - lbeltrame@kde.org
|
||||
Sat Jan 14 08:51:25 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
- - Update to KDE Applications 16.12.1
|
||||
* KDE Applications 16.12.1
|
||||
* KDE Applications 16.12.1
|
||||
* https://www.kde.org/announcements/announce-applications-16.12.1.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 19:32:18 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.12.0
|
||||
* KDE Applications 16.12.0
|
||||
* KDE Applications 16.12.0
|
||||
* https://www.kde.org/announcements/announce-applications-16.12.0.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 09:34:23 UTC 2016 - lbeltrame@kde.org
|
||||
|
||||
- Update licenses as pointed out by legal review
|
||||
- Update licenses as pointed out by legal review
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 16:07:07 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
12
kalarm.spec
12
kalarm.spec
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
Name: kalarm
|
||||
Version: 16.12.3
|
||||
Version: 17.03.80
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: Personal Alarm Scheduler
|
||||
License: GPL-2.0
|
||||
@ -73,6 +73,11 @@ BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_headers-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
Provides: kalarm5 = %{version}
|
||||
Obsoletes: kalarm5 < %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -101,7 +106,8 @@ Personal alarm message, command and email scheduler for KDE
|
||||
%{_kf5_configdir}/autostart/kalarm.autostart.desktop
|
||||
%{_kf5_sharedir}/kalarm/
|
||||
%{_kf5_bindir}/kalarm*
|
||||
%{_libdir}/libexec/kalarm_helper
|
||||
%dir %{_libdir}/libexec/kauth/
|
||||
%{_libdir}/libexec/kauth/kalarm_helper
|
||||
%{_kf5_appstreamdir}/org.kde.kalarm.appdata.xml
|
||||
%{_kf5_applicationsdir}/org.kde.kalarm.desktop
|
||||
%{_kf5_configkcfgdir}/kalarmconfig.kcfg
|
||||
|
Loading…
x
Reference in New Issue
Block a user