1
0

Accepting request 796926 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/796926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keditbookmarks?expand=0&rev=41
This commit is contained in:
Dominique Leuenberger 2020-04-29 18:48:22 +00:00 committed by Git OBS Bridge
commit ccab0a7915
6 changed files with 56 additions and 22 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drWEACgkQ29LOiT4t
HIfuxQf/VdjxJ8S54rv4d6gQAHTDxEOcjJ0NNU5r2zhiJ1IdO1foBmSo5MrVVdzq
kILS+55JGNj8dwGGE8TEnEfZQZTUsknm4QnGPAIK94vd0VL0i461fQbEIlGXXgWO
+WV4466b59Xf9FzFmazPg3UpnNP4GqgmHYY4NpqPxSKp3dFNcBUtnV3gApysDfbe
kvszF696+PVTpd/JUzwHzkgF6RLVjtxzYjw526O63X4aCQ4UhYsml4qxM3S3HI7o
YGrXOtUE42vzp04qIGl80ar0ZMFT4uA9ewGlIukrfZ08suJWn5rkF+TMlIA9X0pP
js+vhzvfsQMOjOkLiEl1HLPER0aEWQ==
=uzWO
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB8UACgkQ29LOiT4t
HIcnTAf+No5+CMpyX/JQbunsEXAI0+25MW/LTxrVCFMZ9gy90A37e8vs+i4luFm5
WdWRl+BPYGMuyHjO4VwKlyNmsBx1MwNPcxvbmaKxQ53syMuz9RJIIHRmtAsihVjz
qSPSgOFlPFZ8qKs2DFqfN7tu49gVPU4RP0WwPiXkTmucGR87atv8RQzcvEfQzDLv
RvNrHx+5JSdq5HaUESrRja962fkMqs1KFaWZdWMHcCoYZssr+BAmz81Wy+n8gfTp
ogxwSNU7E8Hmb9zBMRgy5ntT51F3VK6vp12CuhOpRgLr5DaDeTEszwSotd1QXAKU
jAYIT3idRn8OVVlDkLWzq6vHPeXGqg==
=8Jpg
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Apr 23 12:22:21 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- No code change since 20.03.90
-------------------------------------------------------------------
Sun Apr 5 20:30:01 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- No code change since 20.03.80
-------------------------------------------------------------------
Sun Mar 22 09:16:57 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Changes since 19.12.3:
* Make it compile against qt5.15
* Port QLinkedList to QVector, we don't need to insert/replace etc
here so QVector is enough
* Fix includes path
* Port to qdebug categories
* Remove endl at the end of qDebug + use \n when necessary + flush
* Q_DECL_OVERRIDE -> override
* Don't use nullptr as flag value
* Remove unused KParts::BrowserInterface
* Use URLs with transport encryption
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 5 20:36:04 UTC 2020 - Luca Beltrame <lbeltrame@kde.org> Thu Mar 5 20:36:04 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,17 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: keditbookmarks Name: keditbookmarks
Version: 19.12.3 Version: 20.04.0
Release: 0 Release: 0
Summary: KDE Bookmark Editor Summary: KDE Bookmark Editor
License: GPL-2.0-only License: GPL-2.0-only
Group: System/GUI/KDE Group: System/GUI/KDE
URL: https://www.kde.org/ URL: https://www.kde.org/
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
@ -46,15 +42,15 @@ BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(Qt5Core) >= 5.4.0 BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5Test) >= 5.4.0 BuildRequires: cmake(Qt5Test) >= 5.4.0
%if %{with lang} %if %{with lang}
Recommends: %{name}-lang Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif %endif
Recommends: %{name}-lang
%description %description
This is an editor to edit your KDE-wide bookmark set. This is an editor to edit your KDE-wide bookmark set.
%if %{with lang}
%lang_package %lang_package
%endif
%prep %prep
%setup -q %setup -q
@ -81,6 +77,7 @@ This is an editor to edit your KDE-wide bookmark set.
%{_kf5_bindir}/kbookmarkmerger %{_kf5_bindir}/kbookmarkmerger
%{_kf5_bindir}/keditbookmarks %{_kf5_bindir}/keditbookmarks
%{_kf5_configkcfgdir}/keditbookmarks*.kcfg %{_kf5_configkcfgdir}/keditbookmarks*.kcfg
%{_kf5_debugdir}/keditbookmarks.categories
%{_kf5_libdir}/libkbookmarkmodel_private.so* %{_kf5_libdir}/libkbookmarkmodel_private.so*
%{_kf5_sharedir}/kxmlgui5/keditbookmarks/ %{_kf5_sharedir}/kxmlgui5/keditbookmarks/
%{_kf5_mandir}/man1/kbookmarkmerger.1%{ext_man} %{_kf5_mandir}/man1/kbookmarkmerger.1%{ext_man}