SHA256
1
0
forked from pool/kinfocenter5

Accepting request 900290 from KDE:Frameworks5

- Update to 5.22.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.22.1
- No code changes since 5.22.0

- Add missing pkgconfig(libusb-1.0) BuildRequires (boo#1187319)
- Mention all KCMs in %files explicitly

OBS-URL: https://build.opensuse.org/request/show/900290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kinfocenter5?expand=0&rev=124
This commit is contained in:
Dominique Leuenberger 2021-06-16 18:34:29 +00:00 committed by Git OBS Bridge
commit 11322e1346
6 changed files with 46 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmC44UgACgkQ7JTRj38F
mX7KPggAhbkhOiKlfIKWMdAIZNkQJoRMfrRSZS+suINTszX6DYZD3CGxl8dCZo5m
EF5NgpERHgm0YQKMbQsX/qlMro4/aHqD34jrc/+Vevm8blCVND6Yw5Xe+aZKgT4c
XZ7f635jcFNXshxUjNNW0/sFdUF53ZFyEQTcCQR8IlOnfvv2b0uYl+7lpvGglYPn
/FUFaWlnZ5vmnVXquJRLwQrF2LmhPd1k446PCbjeaOuIAplE2FEoZfNZO/nt/J0F
AVGwVBFKXv6vfn8dcpC+tGJMSLALxPt5OzfhvD2Iyn1iWxocp38euXISR6YgvMe6
Qhzyv0s4Ovq6S74eRygUMma5uV801Q==
=Bxjn
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmDIeYMACgkQ7JTRj38F
mX4rpQgAllKOCS4RYYhlvTimXbEDim06dr9OF3GogZI3xtzh51TDFMuVQHqKy4Ek
Cpd8ODVN4GZCIXnyAZFttsE9qFVXmFdC5BiUYz3TtvJP918PXGbD0HdoN31MODHZ
jmalcDoToBvS76sIZ+NqOQZCnzpyKflUcVruW0s0OO9eXmq3kITKqz797il2zdAO
rMmBiWqN0kzpUKszE/C+YYV2wk1NfukOSUQNWoE3sfwFWhe7xq0VkeBOUxKt3u5U
jPpU0OUb9QI8Z2PYlE4UnQYqDEZXG7ezCyqtP5d14W0mriMnPSe8Bnqwl02T53c2
SbjrdKJVsvzYfIO3W628T+M+2Al7qg==
=au8V
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jun 15 15:33:05 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.22.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.22.1
- No code changes since 5.22.0
-------------------------------------------------------------------
Mon Jun 14 20:17:19 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Add missing pkgconfig(libusb-1.0) BuildRequires (boo#1187319)
- Mention all KCMs in %files explicitly
-------------------------------------------------------------------
Thu Jun 3 13:06:12 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -23,7 +23,7 @@
%bcond_without lang
Name: kinfocenter5
Version: 5.22.0
Version: 5.22.1
Release: 0
# Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@ -33,9 +33,9 @@ Summary: Utility that provides information about a computer system
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: http://www.kde.org/
Source: kinfocenter-%{version}.tar.xz
Source: https://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz
%if %{with lang}
Source1: kinfocenter-%{version}.tar.xz.sig
Source1: https://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
# PATCH-FIX-OPENSUSE plasma-session-name.patch
@ -70,6 +70,7 @@ BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(libusb-1.0)
%ifarch %arm aarch64
BuildRequires: pkgconfig(glesv2)
%else
@ -106,7 +107,19 @@ KDE Utility that provides information about a computer system.
%files
%license LICENSES/*.txt
%{_kf5_bindir}/kinfocenter
%{_kf5_plugindir}/
%dir %{_kf5_plugindir}/
%{_kf5_plugindir}/kcm_about_distro.so
%{_kf5_plugindir}/kcm_devinfo.so
%{_kf5_plugindir}/kcm_info.so
%{_kf5_plugindir}/kcm_memory.so
%{_kf5_plugindir}/kcm_opengl.so
%{_kf5_plugindir}/kcm_pci.so
%{_kf5_plugindir}/kcm_usb.so
%{_kf5_plugindir}/kcm_view1394.so
%dir %{_kf5_plugindir}/kcms/
%{_kf5_plugindir}/kcms/kcm_energyinfo.so
%{_kf5_plugindir}/kcms/kcm_nic.so
%{_kf5_plugindir}/kcms/kcm_samba.so
%{_kf5_applicationsdir}/org.kde.kinfocenter.desktop
%dir %{_kf5_htmldir}/en
%dir %{_kf5_htmldir}