forked from pool/kbookmarks
KDE Frameworks 5.90.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=236
This commit is contained in:
parent
cb191cdf0e
commit
25ba033e13
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6eb01ae93738d105fd1227de4b4f3f5574bf516639bf21ff05cde1a552b7099
|
||||
size 129992
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv7gACgkQWNDuZIpI
|
||||
s7u9vQf+Lh/AXp9/lry+u5LJhWysbz54id+WAqTU3H0jer/vX0DzcgENbCNSqDnI
|
||||
MMIjXSY5hhdTVJEK5VkB5UMRuIXvfWmKHz7tY4fU/up9FfRygB6tLZNhwIUi7brC
|
||||
BHeMAhuRQyj8ALntqP/hatasehKb1mZUMKVe9hO7umIoEQ2cxt9yoLcMdYglid8P
|
||||
W78mV59VEKCMllC1eKuPqaSjXzL11MQ/R0gjA3BIFeWf/jyZsXMoNBIJLtN8oRH/
|
||||
mbu15CyxXyta66N1Ntzz3dmIVbJXzkqX+EFwJHcfct4xpf/lGbf2UQdTtEVCTlcn
|
||||
ielfgLM73NIr1O4Zelh0MbkPUMsbNA==
|
||||
=3Mes
|
||||
-----END PGP SIGNATURE-----
|
3
kbookmarks-5.90.0.tar.xz
Normal file
3
kbookmarks-5.90.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d9ac1b5e5b4f8102c434d7e7a503fcbce57be36db42975931aeaffe530c6ceb
|
||||
size 130292
|
11
kbookmarks-5.90.0.tar.xz.sig
Normal file
11
kbookmarks-5.90.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQVzYACgkQWNDuZIpI
|
||||
s7t8+wf/fS7e2q/Xtl0D7AlbUdpey3pjOcHaTtUGNi1+V5JxeaLD33WvXuLn+NQQ
|
||||
rmEYArWCnOKarjbWVgf3QBiUlKot7VdPHLNFH2ZSFoIoQEZq+bec308nAUe5wiLN
|
||||
I2Xmp180+Ylnsf25L5SD9B9VC1lejHEHjczXIRjoF/kNhgu2Yi223sJvpBGXKfNn
|
||||
3kXnFOHSBOyp/Ty+UdhlMflPPFjUN58uG804qk7d/11kva5yvZAnTlZI5sadiDA8
|
||||
br4hxtqdZfuS6vaUpwZKJRP3eaSwj3uGGLs/GookI5NrvVrkAtG8//CKfetBuiWU
|
||||
xxm4PcViV8Bm3jdxQ2hrVSgKH1972Q==
|
||||
=nBc7
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 12:47:16 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.90.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.90.0
|
||||
- Changes since 5.89.0:
|
||||
* [kbookmarksmanager] Don't recreate static QRegularExpression in findByAddress
|
||||
* Use QStringConverter rather than QTextCodec with Qt6
|
||||
* Change the build system to enable building with Qt6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 4 22:56:21 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,21 +17,21 @@
|
||||
|
||||
|
||||
%define lname libKF5Bookmarks5
|
||||
%define _tar_path 5.89
|
||||
%define _tar_path 5.90
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
%bcond_without released
|
||||
Name: kbookmarks
|
||||
Version: 5.89.0
|
||||
Version: 5.90.0
|
||||
Release: 0
|
||||
Summary: Framework for manipulating bookmarks in XBEL format
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
@ -47,7 +47,7 @@ BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(Qt5DBus) >= 5.15.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.15.0
|
||||
Requires: cmake(Qt5Xml) >= 5.15.0
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
%endif
|
||||
|
||||
@ -58,7 +58,6 @@ the XBEL format.
|
||||
%package -n %{lname}
|
||||
Summary: Framework for manipulating bookmarks in XBEL format
|
||||
Group: System/GUI/KDE
|
||||
Recommends: %{lname}-lang = %{version}
|
||||
|
||||
%description -n %{lname}
|
||||
This is a framework for accessing and manipulating bookmarks using
|
||||
@ -90,14 +89,14 @@ manipulating bookmarks using the XBEL format
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
%find_lang %{name}5 --with-qt --without-mo
|
||||
%endif
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
%if %{with lang}
|
||||
%if %{with released}
|
||||
%files -n %{lname}-lang -f %{name}5.lang
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user