Accepting request 516516 from KDE:Applications
Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516516 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kalarm?expand=0&rev=9
This commit is contained in:
commit
718bd736db
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8f6741f714aaad738f07ca7865f0eb2531927771e13b32147bce159093050902
|
|
||||||
size 1817316
|
|
3
kalarm-17.08.0.tar.xz
Normal file
3
kalarm-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:28043f461ce0c1c49f75a9213ad88ef86c84ce67b1a4c58ccab7841b02880099
|
||||||
|
size 1823416
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 22:45:04 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to KDE Applications 17.08.0
|
||||||
|
* New feature release
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||||
|
- Changes since 17.04.3 :
|
||||||
|
* Update changelog
|
||||||
|
* akonadimodel.cpp - replace non-existent "mail-message-unread" icon with "mail-unread" icon that does exist in oxygen and breeze
|
||||||
|
* Fix icon problem on wayland
|
||||||
|
* Updated radio button text
|
||||||
|
* Activate by default QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
|
||||||
|
* don't use kpartgui
|
||||||
|
* desktop file was renamed
|
||||||
|
* remove obsolete option 'Use address from System Settings', no default email setting in systemsettings anymore
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 5 18:16:59 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to KDE Applications 17.07.90
|
||||||
|
* KDE Applications 17.07.90
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.07.90.php
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 15 22:59:08 CEST 2017 - lbeltrame@kde.org
|
Sat Jul 15 22:59:08 CEST 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
36
kalarm.spec
36
kalarm.spec
@ -19,10 +19,10 @@
|
|||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
Name: kalarm
|
Name: kalarm
|
||||||
Version: 17.04.3
|
Version: 17.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: Personal Alarm Scheduler
|
Summary: Personal Alarm Scheduler
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -82,7 +82,9 @@ BuildRequires: boost-devel
|
|||||||
%endif
|
%endif
|
||||||
Provides: kalarm5 = %{version}
|
Provides: kalarm5 = %{version}
|
||||||
Obsoletes: kalarm5 < %{version}
|
Obsoletes: kalarm5 < %{version}
|
||||||
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# It can only build on the same platforms as Qt Webengine
|
# It can only build on the same platforms as Qt Webengine
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||||
@ -112,25 +114,25 @@ Personal alarm message, command and email scheduler for KDE
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.LIB COPYING.DOC README
|
%doc COPYING COPYING.LIB COPYING.DOC README
|
||||||
%dir %{_kf5_appstreamdir}
|
|
||||||
%config %{_sysconfdir}/dbus-1/system.d/org.kde.kalarmrtcwake.conf
|
|
||||||
%{_kf5_configdir}/autostart/kalarm.autostart.desktop
|
|
||||||
%{_kf5_sharedir}/kalarm/
|
|
||||||
%{_kf5_bindir}/kalarm*
|
|
||||||
%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
|
|
||||||
%{_kf5_dbusinterfacesdir}/org.kde.kalarm.kalarm.xml
|
|
||||||
%{_kf5_sharedir}/dbus-1/system-services/org.kde.kalarmrtcwake.service
|
|
||||||
%{_kf5_htmldir}/en/kalarm/
|
|
||||||
%{_kf5_sharedir}/polkit-1/actions/org.kde.kalarmrtcwake.policy
|
|
||||||
%{_datadir}/kconf_update/
|
|
||||||
%config %{_kf5_configdir}/kalarm.categories
|
%config %{_kf5_configdir}/kalarm.categories
|
||||||
%config %{_kf5_configdir}/kalarm.renamecategories
|
%config %{_kf5_configdir}/kalarm.renamecategories
|
||||||
|
%config %{_sysconfdir}/dbus-1/system.d/org.kde.kalarmrtcwake.conf
|
||||||
|
%dir %{_kf5_appstreamdir}
|
||||||
|
%dir %{_libdir}/libexec/kauth/
|
||||||
|
%{_kf5_applicationsdir}/org.kde.kalarm.desktop
|
||||||
|
%{_kf5_appstreamdir}/org.kde.kalarm.appdata.xml
|
||||||
|
%{_kf5_bindir}/kalarm*
|
||||||
|
%config %{_kf5_configdir}/autostart/kalarm.autostart.desktop
|
||||||
|
%{_kf5_configkcfgdir}/kalarmconfig.kcfg
|
||||||
|
%{_kf5_dbusinterfacesdir}/org.kde.kalarm.kalarm.xml
|
||||||
|
%doc %lang(en) %{_kf5_htmldir}/en/kalarm/
|
||||||
%{_kf5_iconsdir}/hicolor/*/apps/kalarm.png
|
%{_kf5_iconsdir}/hicolor/*/apps/kalarm.png
|
||||||
|
%{_kf5_libdir}/libexec/kauth/kalarm_helper
|
||||||
%{_kf5_kxmlguidir}/kalarm/
|
%{_kf5_kxmlguidir}/kalarm/
|
||||||
|
%{_kf5_sharedir}/dbus-1/system-services/org.kde.kalarmrtcwake.service
|
||||||
|
%{_kf5_sharedir}/kalarm/
|
||||||
|
%{_kf5_sharedir}/kconf_update/
|
||||||
|
%{_kf5_sharedir}/polkit-1/actions/org.kde.kalarmrtcwake.policy
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user