From 58ed94200d1ef1fd4f29c92a800eec60762904891e821a39379bcf86af548f8f Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:44:13 +0000 Subject: [PATCH] KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kalarm?expand=0&rev=68 --- kalarm-18.08.3.tar.xz | 3 --- kalarm-18.11.80.tar.xz | 3 +++ kalarm.changes | 23 +++++++++++++++++++++++ kalarm.spec | 30 ++++++++++++++---------------- 4 files changed, 40 insertions(+), 19 deletions(-) delete mode 100644 kalarm-18.08.3.tar.xz create mode 100644 kalarm-18.11.80.tar.xz diff --git a/kalarm-18.08.3.tar.xz b/kalarm-18.08.3.tar.xz deleted file mode 100644 index b971b20..0000000 --- a/kalarm-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a21cdf119aa1b188e6c4f15e469d186fd2562e6d53104088e4432b8ae8ec9cc7 -size 1814008 diff --git a/kalarm-18.11.80.tar.xz b/kalarm-18.11.80.tar.xz new file mode 100644 index 0000000..322e609 --- /dev/null +++ b/kalarm-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21dbd7cc078ddce79f6cebf286c291d7b2478f544ff3f44c62f49130cd221e6c +size 1811944 diff --git a/kalarm.changes b/kalarm.changes index fb92434..9f1f382 100644 --- a/kalarm.changes +++ b/kalarm.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Nov 20 06:21:59 UTC 2018 - Luca Beltrame + +- 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.11.80.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 diff --git a/kalarm.spec b/kalarm.spec index cfb85ea..c6ca8fe 100644 --- a/kalarm.spec +++ b/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.11.80 +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