Plasma 5.22 Beta, tested a bit more. Now with cmake >= 3.16 and duplicates in .changes removed (now using git log a..b instead of a...b)
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kde-cli-tools5?expand=0&rev=311
This commit is contained in:
parent
27f4ace785
commit
fac3720f36
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:369fe177a33fcd45ab4d81b5b535e4f321c00d2e9c7d1f4b2bd42f4c02da1e49
|
||||
size 610864
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmCRNhUACgkQEZaMRJKM
|
||||
rvxkCggAusGP/8DaNQx+TftZm9xFQHvO6ad86p51fWccy0tKfd2TSmKgA23Ro7ms
|
||||
nuFlq0FCdmYpN/tRYrfd1t7EVQBCRIZ0euNixH5ldJIGd2VV1UPoLKLMv3I/XX9U
|
||||
APd5ZDKE4c1tj5CCRkPbt/+3uNAEkz651HGDGpq1H8j9wzAPRJmSUJFv+HiPhI3S
|
||||
M2/gozkrK2r9MoPEvBczkUcZyNTT3sltDXH7raVxEkg/MZcBcUydHFhAZBaYIHCI
|
||||
7sxhHUNXO3BRzg8iEgu80RFOF97m7Ct2qwcq8TkTpyukpv3ApgBF/iT0kUOxc45m
|
||||
sn9uvRtYaM473JDRgYGeACRJb1lYMw==
|
||||
=oKTr
|
||||
-----END PGP SIGNATURE-----
|
3
kde-cli-tools-5.21.90.tar.xz
Normal file
3
kde-cli-tools-5.21.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6134c9c7b7e502cab826673732eb4b841c71a31e825f6d8f6ae62b474545248
|
||||
size 626444
|
11
kde-cli-tools-5.21.90.tar.xz.sig
Normal file
11
kde-cli-tools-5.21.90.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmCdJDgACgkQ7JTRj38F
|
||||
mX7MvAf+IlGh85hQ7hqxysJjS28XRfdTBgq5I1Gn+vbg7bRmQsjWcntRXt0VFV2w
|
||||
q3A4i8tnpGWkRAeZpTtF3GUrsthQRE5e8I+sar0QBKfill7ONYUbrwiaoRWWGqIT
|
||||
EQehvD0S1NYMonGzMox/rFRc2h6YHRxgEpN5ZPIMPOLI3V9fmon4V8fjn4FIAPgI
|
||||
4hwD2x2uIUF2r2xLIw0lDVwHPX3oPp4dkKTpXaf1OlrwX2AFNfzV3bblu/93uG2E
|
||||
NezQ3z35oxENDyJZvKmeYxX+7pHqA0TLm4Ue4BtKynk+6Irm8scWyPNY3iLHOL0B
|
||||
P6Zhe4+sCPLv9yjZTWnqaMU9t2MvDg==
|
||||
=sSM2
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 13 18:15:31 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.21.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/plasma/5/5.21.90
|
||||
- Changes since 5.21.5:
|
||||
* Fix failing unit test after a Qt backport
|
||||
* Migrate to KDECompilerSettings
|
||||
* Port foreach to for(...:..)
|
||||
* Use Q_EMIT
|
||||
* Port kde-open5 from KRun to OpenUrlJob
|
||||
* Add some missing linkages
|
||||
* Convert kdesu license headers
|
||||
* Remove obsolete copying files
|
||||
* Download GFDL-1.2-or-later file
|
||||
* Convert license headers to SPDX
|
||||
* Raise minimum CMake version to 3.16
|
||||
* Use versionless Qt cmake target
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 4 14:15:39 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -19,15 +19,15 @@
|
||||
%define kf5_version 5.54.0
|
||||
%bcond_without lang
|
||||
Name: kde-cli-tools5
|
||||
Version: 5.21.5
|
||||
Version: 5.21.90
|
||||
Release: 0
|
||||
Summary: Additional CLI tools for KDE applications
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: http://www.kde.org
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
|
||||
Source: https://download.kde.org/unstable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/unstable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
# PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256
|
||||
@ -112,7 +112,7 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
|
||||
%files
|
||||
%license COPYING*
|
||||
%license LICENSES/*
|
||||
%{_kf5_bindir}/kdesu
|
||||
%{_kf5_bindir}/kcmshell5
|
||||
%{_kf5_bindir}/kdecp5
|
||||
|
Loading…
x
Reference in New Issue
Block a user