SHA256
1
0
forked from pool/kalarm

Accepting request 490367 from KDE:Applications

KDE Applications 17.04.0 final

OBS-URL: https://build.opensuse.org/request/show/490367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kalarm?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2017-05-16 12:34:32 +00:00 committed by Git OBS Bridge
commit 30e5bbc884
4 changed files with 61 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f5f78697197503ae716d247b8391a19cf2ae4eb03fb4cfa0a2be2cd441170d8
size 566936

3
kalarm-17.04.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7911fee91804f9e401a11ac0423f0a2fe5e04741146dcdcf08053c7cba30bff
size 1823760

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Apr 16 10:44:49 CEST 2017 - lbeltrame@kde.org
- Update to 17.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.0.php
- Changes since 17.03.90:
* Bug 378722: Fix option text for using default email address (kde#378722)
-------------------------------------------------------------------
Wed Apr 12 20:25:19 CEST 2017 - lbeltrame@kde.org
- Update to 17.03.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
- Changes since 17.03.80:
* None
-------------------------------------------------------------------
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 +53,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

View File

@ -16,11 +16,13 @@
#
%bcond_without lang
Name: kalarm
Version: 16.12.3
Version: 17.04.0
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,8 +75,14 @@ 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}
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
@ -82,6 +90,10 @@ ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
%description
Personal alarm message, command and email scheduler for KDE
%if %{with lang}
%lang_package
%endif
%prep
%setup -q
@ -91,6 +103,10 @@ Personal alarm message, command and email scheduler for KDE
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
%suse_update_desktop_file org.kde.kalarm Utility TimeUtility
%files
@ -101,7 +117,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
@ -115,4 +132,9 @@ Personal alarm message, command and email scheduler for KDE
%{_kf5_iconsdir}/hicolor/*/apps/kalarm.png
%{_kf5_kxmlguidir}/kalarm/
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog