SHA256
1
0
forked from pool/kbookmarks
Christophe Giboudeaux 2022-10-08 17:27:48 +00:00 committed by Git OBS Bridge
parent 2d513edd04
commit e85518239b
6 changed files with 28 additions and 25 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9O0ACgkQWNDuZIpI
s7tK0wgAluM7uzoyUICEz7+1ljIy2hZlIwI/2+RA7eH0Q4DZQPnu6Z3L/CMhdKs9
jSBPbm8jzd0ehdhZcNtSlEu+ag/d6WO4ssg4ndhk1pKNyzAJxsdfTD9pVAOGzZi7
detl9I0lxpCBrdk2J8NRgrNH1Xf9ZbVEQaUIUdXaQq+MXbS0IWNxIwDAlaZcSCrP
4sZGB51ZNf3WrP32ccEuFU3lUnEfBATxrLzL3N2KeoBhwCHgCPhisi9wDwsrlkGr
KXmB/80nx6XPtKQ+ORxNY9npF+4oHWgeCZvt5deqD1a8Bn3gzR0VQfJyyoheMyZG
Oz6ToqnA4yFr84+XhWeBvdVN9/3f2g==
=SJnC
-----END PGP SIGNATURE-----

3
kbookmarks-5.99.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VUUACgkQWNDuZIpI
s7tm5Qf+Pa61UyLPAly2EzdCg86enLGPLbeUxLRJE5lw/0VriPLtZlcoP3qg7EBy
nktN2UZ4P/kPyOtwMF2YGGjCeCNaG6fh7DzQSbIOuqCUJ5WWI+apAks1+pLdGtNY
KwBaq/XvoAW9CQI77LJI2rCEmnjAfqPP+QSJ2OEMXVham4j80dv+OyHZQdSs/7bI
ROtrdYMTW8pzVhEGHIqvjc5mtcur3V4tWWPkX333OODacUDW9gdKmkpE/ZjAcAz7
R+uzXDNFEYbTgaOqYjMhCrJTiY15WIuLO3zeNfqVbXxQg7te+71KWGVx20A2IHXZ
cWPGoyT0duENCcGf6yrt9lu51dYKsw==
=e/ql
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Oct 1 15:55:29 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.99.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.99.0
- No code change since 5.98.0
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 6 07:16:44 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr> Tue Sep 6 07:16:44 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Bookmarks5 %define lname libKF5Bookmarks5
%define _tar_path 5.98 %define _tar_path 5.99
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # 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}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without released %bcond_without released
Name: kbookmarks Name: kbookmarks
Version: 5.98.0 Version: 5.99.0
Release: 0 Release: 0
Summary: Framework for manipulating bookmarks in XBEL format Summary: Framework for manipulating bookmarks in XBEL format
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -44,12 +44,10 @@ BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
Requires: cmake(Qt5DBus) >= 5.15.0 Requires: cmake(Qt5DBus) >= 5.15.0
Requires: cmake(Qt5Widgets) >= 5.15.0 Requires: cmake(Qt5Widgets) >= 5.15.0
Requires: cmake(Qt5Xml) >= 5.15.0 Requires: cmake(Qt5Xml) >= 5.15.0
%if %{with released}
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
%endif
%description %description
This is a framework for accessing and manipulating bookmarks using This is a framework for accessing and manipulating bookmarks using
@ -89,16 +87,12 @@ manipulating bookmarks using the XBEL format
%kf5_makeinstall -C build %kf5_makeinstall -C build
%fdupes %{buildroot} %fdupes %{buildroot}
%if %{with released} %find_lang kbookmarks5 --with-qt --without-mo
%find_lang %{name}5 --with-qt --without-mo
%endif
%post -n %{lname} -p /sbin/ldconfig %post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig
%if %{with released} %files -n %{lname}-lang -f kbookmarks5.lang
%files -n %{lname}-lang -f %{name}5.lang
%endif
%files -n %{lname} %files -n %{lname}
%license LICENSES/* %license LICENSES/*