forked from pool/kbookmarks
Accepting request 1042102 from KDE:Frameworks5
KDE Frameworks 5.101.0 (forwarded request 1041798 from krop) OBS-URL: https://build.opensuse.org/request/show/1042102 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbookmarks?expand=0&rev=110
This commit is contained in:
commit
23d57d379a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:236cf8eef90b1a9737948d10e3c9aae1b6ca35ff7d5b2621b3a2aa61675e84ae
|
|
||||||
size 1143308
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmUsACgkQWNDuZIpI
|
|
||||||
s7vNdAf/e7Tfonie+BOWtqDmnyeN6nMuJhNn8DczSgSIvwHZ61Dn3fEugjjlbtZt
|
|
||||||
CiQRzZ4d5DLdHsOrY0P3TLoCJHuPV+cmyLhQG6+5OSRkX5t11glKs0UfrbjvNqnn
|
|
||||||
8CxJge4nNG6pA0k38T53WeQni3vZEvmJ4RN3md3XExDX/SOndBoE0dkiKHx8JcRu
|
|
||||||
rD3UH8SDWkpbheZGPV+MxjF7BwxkXpKVLpVG+aMDzNJXcPtABobW5YOXi1ja3Iqr
|
|
||||||
Z3VwbnF+jJzWRtHfGtWCRoHEjIcOezQcSoOdX4p6Qa1uJCUo0Ej0WvKlMcQ6mWxy
|
|
||||||
JDzEv5FvR2lwJut+m8bl/5P4tcSNVg==
|
|
||||||
=SZx0
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kbookmarks-5.101.0.tar.xz
Normal file
3
kbookmarks-5.101.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d91617a36985af7b589fd6a43406067061667026578fdf3d20ac7b0f239702a
|
||||||
|
size 1143260
|
11
kbookmarks-5.101.0.tar.xz.sig
Normal file
11
kbookmarks-5.101.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLJYACgkQWNDuZIpI
|
||||||
|
s7sKWwf/RketEK0Cxni1xhsLNjVUAiksTGozQ7LlOW21hyIJT37dY9uDwsD63YCU
|
||||||
|
0jLwvOfKW2MH21C0xapna5I/uHjHboA12PS+/uGbvXScC8ysUJrgj0Gr03EWkYZt
|
||||||
|
0ccZICPIrrtwqBr+RC5yVv1ogNhvZ+QCotuDvdnQnfMxc0siWEZRRsBOrjzXRA+n
|
||||||
|
tT6sIH/YN4Qj61jvXVN4gXDly4f6WsMj09O6eHIndekDkXoJhntv1XiAD96rTpJd
|
||||||
|
GUVzpj92NTNhUCtUkypRkBzMnnK/vtjXal/EXEJakmzFnl+WUV38FJum0QnQpbWW
|
||||||
|
e5ZtDgHsy+oO/QB26+26GPbCWnujIA==
|
||||||
|
=tLeR
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 6 20:10:23 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.101.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.101.0
|
||||||
|
- No code change since 5.100.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 8 08:34:54 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Nov 8 08:34:54 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,18 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Bookmarks5
|
%define lname libKF5Bookmarks5
|
||||||
%define _tar_path 5.100
|
%define _tar_path 5.101
|
||||||
# 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.100.0
|
Version: 5.101.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
|
||||||
Group: System/GUI/KDE
|
|
||||||
URL: https://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
%if %{with released}
|
%if %{with released}
|
||||||
@ -55,7 +54,6 @@ the XBEL format.
|
|||||||
|
|
||||||
%package -n %{lname}
|
%package -n %{lname}
|
||||||
Summary: Framework for manipulating bookmarks in XBEL format
|
Summary: Framework for manipulating bookmarks in XBEL format
|
||||||
Group: System/GUI/KDE
|
|
||||||
|
|
||||||
%description -n %{lname}
|
%description -n %{lname}
|
||||||
This is a framework for accessing and manipulating bookmarks using
|
This is a framework for accessing and manipulating bookmarks using
|
||||||
@ -63,7 +61,6 @@ the XBEL format.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for kbookmarks, a XBEL format bookmark manipulation framework
|
Summary: Development files for kbookmarks, a XBEL format bookmark manipulation framework
|
||||||
Group: Development/Libraries/KDE
|
|
||||||
Requires: %{lname} = %{version}
|
Requires: %{lname} = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
Requires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
Requires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user