forked from pool/kalarm
Accepting request 630118 from KDE:Applications
Update to 18.08.0 OBS-URL: https://build.opensuse.org/request/show/630118 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kalarm?expand=0&rev=21
This commit is contained in:
commit
ff193cd168
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2ee33ebae5c68670a2c4d804926ce7222b005263b9763077299c4d636e118eb6
|
|
||||||
size 1796128
|
|
3
kalarm-18.08.0.tar.xz
Normal file
3
kalarm-18.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:58bd7f82492202a4ad7af051770408570b76456a536f532bd5001c1c0cf62510
|
||||||
|
size 1813760
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 16 22:01:49 UTC 2018 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to 18.08.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-18.08.0.php
|
||||||
|
- Changes since 18.07.80:
|
||||||
|
* Remove version suffix
|
||||||
|
* Set version
|
||||||
|
* Bug 365257: Fix times being truncated in main window
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
- Changes since 18.04.3:
|
||||||
|
* It's already defined in ecm
|
||||||
|
* Add beta1
|
||||||
|
* Fix warning
|
||||||
|
* Warning --
|
||||||
|
* Warning--
|
||||||
|
* Remove 'clock time' option in favour of local system time zone
|
||||||
|
* Remove duplicate and outdated design notes
|
||||||
|
* Remove most dependencies on KDE4Support
|
||||||
|
* Initialize kcrash
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 13 04:49:49 UTC 2018 - lbeltrame@kde.org
|
Fri Jul 13 04:49:49 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
10
kalarm.spec
10
kalarm.spec
@ -19,11 +19,11 @@
|
|||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
Name: kalarm
|
Name: kalarm
|
||||||
Version: 18.04.3
|
Version: 18.08.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.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: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: Personal Alarm Scheduler
|
Summary: Personal Alarm Scheduler
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Productivity/Other
|
Group: Productivity/Other
|
||||||
@ -34,6 +34,7 @@ BuildRequires: gettext-devel
|
|||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: phonon4qt5-devel
|
BuildRequires: phonon4qt5-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: polkit-default-privs
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: cmake(KF5Akonadi)
|
BuildRequires: cmake(KF5Akonadi)
|
||||||
@ -49,6 +50,7 @@ BuildRequires: cmake(KF5Config)
|
|||||||
BuildRequires: cmake(KF5ConfigWidgets)
|
BuildRequires: cmake(KF5ConfigWidgets)
|
||||||
BuildRequires: cmake(KF5DBusAddons)
|
BuildRequires: cmake(KF5DBusAddons)
|
||||||
BuildRequires: cmake(KF5DocTools)
|
BuildRequires: cmake(KF5DocTools)
|
||||||
|
BuildRequires: cmake(KF5GlobalAccel)
|
||||||
BuildRequires: cmake(KF5GuiAddons)
|
BuildRequires: cmake(KF5GuiAddons)
|
||||||
BuildRequires: cmake(KF5Holidays)
|
BuildRequires: cmake(KF5Holidays)
|
||||||
BuildRequires: cmake(KF5I18n)
|
BuildRequires: cmake(KF5I18n)
|
||||||
@ -82,9 +84,7 @@ 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
|
||||||
@ -92,9 +92,7 @@ ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
|||||||
%description
|
%description
|
||||||
Personal alarm message, command and email scheduler for KDE
|
Personal alarm message, command and email scheduler for KDE
|
||||||
|
|
||||||
%if %{with lang}
|
|
||||||
%lang_package
|
%lang_package
|
||||||
%endif
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
Reference in New Issue
Block a user