Accepting request 658390 from KDE:Applications

KDE Applications 18.12

OBS-URL: https://build.opensuse.org/request/show/658390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keditbookmarks?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2019-01-08 11:21:09 +00:00 committed by Git OBS Bridge
commit 3bca4b0aa9
4 changed files with 51 additions and 18 deletions

View File

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

View File

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

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Fri Dec 14 06:09:08 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:56 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:22:17 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
-------------------------------------------------------------------
Tue Nov 20 05:56:58 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 minor EBN issues and typos
* Fix minor EBN issues
-------------------------------------------------------------------
Thu Nov 08 20:43:35 UTC 2018 - lbeltrame@kde.org
@ -44,7 +80,7 @@ Thu Jul 26 13:00:40 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:
* Remove usage of dead QT_USE_FAST_CONCATENATION
@ -94,7 +130,7 @@ Fri Apr 06 07:09:21 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:
* None
@ -203,7 +239,7 @@ Sat Aug 5 18:17:39 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
-------------------------------------------------------------------
@ -262,7 +298,7 @@ Sat Mar 25 23:10:25 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:
* Set standard icon and shortcuts for Undo/Redo actions

View File

@ -16,18 +16,17 @@
#
%bcond_without lang
Name: keditbookmarks
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: keditbookmarks
Version: 18.12.0
Release: 0
Summary: KDE Bookmark Editor
License: GPL-2.0-only
Group: System/GUI/KDE
Url: http://www.kde.org/
URL: http://www.kde.org/
Source: %{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: kbookmarks-devel >= 5.24.0
@ -46,7 +45,6 @@ BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
%if %{with lang}
Recommends: %{name}-lang
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This is an editor to edit your KDE-wide bookmark set.
@ -66,15 +64,14 @@ This is an editor to edit your KDE-wide bookmark set.
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%{kf5_find_htmldocs}
%endif
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%dir %{_kf5_configkcfgdir}
%doc %lang(en) %{_kf5_htmldir}/en/keditbookmarks/
%{_kf5_applicationsdir}/org.kde.keditbookmarks.desktop
@ -87,7 +84,7 @@ This is an editor to edit your KDE-wide bookmark set.
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%license COPYING*
%endif
%changelog