forked from pool/kalarm
Accepting request 658346 from KDE:Applications
KDE Applications 18.12 OBS-URL: https://build.opensuse.org/request/show/658346 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kalarm?expand=0&rev=25
This commit is contained in:
commit
4a8060254a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a21cdf119aa1b188e6c4f15e469d186fd2562e6d53104088e4432b8ae8ec9cc7
|
||||
size 1814008
|
3
kalarm-18.12.0.tar.xz
Normal file
3
kalarm-18.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:228e40edf6cdeacb04113b7dde32838b7d236c4bb788d95c1e5f83421035b3b2
|
||||
size 1812392
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 14 06:08:58 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.12.0
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.12.0.php
|
||||
- Changes since 18.11.90:
|
||||
* No code changes since 18.11.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 03 20:55:49 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.11.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.12-rc.php
|
||||
- Changes since 18.11.80:
|
||||
* No code changes since 18.11.80
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 06:21:59 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 05:56:43 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.11.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.12-beta.php
|
||||
- Changes since 18.08.3:
|
||||
* Fix email address
|
||||
* QT_NO_NARROWING_CONVERSIONS_IN_CONNECT is defined in kf5.51
|
||||
* Fix minor typos
|
||||
* Make appstreamtest happy
|
||||
* Formatting
|
||||
* Make it compile with KDEFrameworkCompilerSettings
|
||||
* Fix minor EBN issues
|
||||
* Use new syntax
|
||||
* Remove version suffix
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 08 20:43:30 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
@ -48,7 +91,7 @@ Thu Jul 26 13:00:31 UTC 2018 - lbeltrame@kde.org
|
||||
- Update to 18.07.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.07.80.php
|
||||
* https://www.kde.org/announcements/announce-applications-18.08-beta.php
|
||||
- Changes since 18.04.3:
|
||||
* It's already defined in ecm
|
||||
* Add beta1
|
||||
@ -106,7 +149,7 @@ Fri Apr 06 07:08:53 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
|
||||
* https://www.kde.org/announcements/announce-applications-18.04-rc.php
|
||||
- Changes since 17.12.3:
|
||||
* Remove KDE4Support, standardise kauth naming
|
||||
* Update RTC wake to KF5
|
||||
@ -233,7 +276,7 @@ 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
|
||||
* https://www.kde.org/announcements/announce-applications-17.08-rc.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -292,7 +335,7 @@ 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
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-beta.php
|
||||
- Changes since 16.12.3:
|
||||
* Too many changes to list here
|
||||
|
||||
|
30
kalarm.spec
30
kalarm.spec
@ -16,18 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kalarm
|
||||
Version: 18.08.3
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kalarm
|
||||
Version: 18.12.0
|
||||
Release: 0
|
||||
Summary: Personal Alarm Scheduler
|
||||
License: GPL-2.0-only
|
||||
Group: Productivity/Other
|
||||
Url: http://www.kde.org
|
||||
URL: http://www.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: gettext-devel
|
||||
@ -77,17 +76,16 @@ BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
||||
Recommends: %{name}-lang
|
||||
Provides: kalarm5 = %{version}
|
||||
Obsoletes: kalarm5 < %{version}
|
||||
# It can only build on the same platforms as Qt Webengine
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||
%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
|
||||
|
||||
%description
|
||||
Personal alarm message, command and email scheduler for KDE
|
||||
@ -105,13 +103,13 @@ Personal alarm message, command and email scheduler for KDE
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
%suse_update_desktop_file org.kde.kalarm Utility TimeUtility
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.LIB COPYING.DOC README
|
||||
%license COPYING COPYING.LIB COPYING.DOC
|
||||
%doc README
|
||||
%config %{_kf5_configdir}/kalarm.categories
|
||||
%config %{_kf5_configdir}/kalarm.renamecategories
|
||||
%config %{_sysconfdir}/dbus-1/system.d/org.kde.kalarm.rtcwake.conf
|
||||
@ -134,7 +132,7 @@ Personal alarm message, command and email scheduler for KDE
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user