forked from pool/breeze
Accepting request 790410 from KDE:Frameworks5
Plasma 5.18.4.1 - second try OBS-URL: https://build.opensuse.org/request/show/790410 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze?expand=0&rev=100
This commit is contained in:
commit
26f2f7e717
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f75048e35717e6d8de4d0ee3364257fffd2a26dd7c99c1ea60aaac5b8d0216a6
|
||||
size 21580488
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl5njgEACgkQ7JTRj38F
|
||||
mX6QkAgAmeGJMfrJGMqG//AXlaPYwD9mGHN+BBgoZm50Cy21T/ePm2M1bLNEyBng
|
||||
neRGrjjXcNeTHzefBQ9IPeE7WovlsBFGpXS2zfPnNEDquumAOuNRa2Mjnty1CjGA
|
||||
BQRGsRfMxKCisiXPFJnDQ2BqVYy6FpxsrJapTyaxlA05Om9dDre7iwO7iz4HC6Sd
|
||||
E8qiEKUEQ+Zw2PxB47arWKB/jGeJVg31mLOL0or9DKL0KcO/v9HekBCSjpaF9eCk
|
||||
iOQXxj7U2FzSMj82xdDSI4dxDDVjpfQJLmk3rv+GByfJPTdCfQvkxHElZ3IUgaN2
|
||||
Rf/m2QNVi1LhxYXIZoRES0V4xOKwSg==
|
||||
=W8k7
|
||||
-----END PGP SIGNATURE-----
|
3
breeze-5.18.4.1.tar.xz
Normal file
3
breeze-5.18.4.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b809be5c434aa974e529a296a5a602b3b2c659613f59d23034da812dc21eeebd
|
||||
size 21582908
|
11
breeze-5.18.4.1.tar.xz.sig
Normal file
11
breeze-5.18.4.1.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl6DTYwACgkQ7JTRj38F
|
||||
mX6dsAgAkqodOBY9NwSb7NIVuCqCWCHLpwm1bx5TATaqiikCgSA8Fmt9YzP67rvV
|
||||
jHHrJxwh2Upz1Mz6qRPxGHJt1k3Y+dyNmx9sjYVj+ytNfMdzHt8c1kmJAuW3MzQo
|
||||
aF2ftjfU5fCdFeAEEXEyqF4q3GDBcvRpfDYUIS+kfxzN3Y7Lx+hg85iHChIq//NT
|
||||
eOFeKoFaIhv4XYAYxULB7pr2supu0wZcT5flo6ZFA+TpG1mZJT8jHhSvZoxDr585
|
||||
gofJ17nPQ0gECIVoOCfqklJ2KMeYKitMLW0BcXnzDiYNDeHkK9Ctn2+3ljxXPjLv
|
||||
W8XovmOmFEBXrqpeM0u8T/LoUov/Cw==
|
||||
=1vAE
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 31 15:16:57 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.18.4.1:
|
||||
* Version fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 31 14:47:39 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.18.4
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.18.4.php
|
||||
- Changes since 5.18.3:
|
||||
* Fix build with Qt 5.15
|
||||
* Fix Defaults not being set properly in Breeze window decoration settings for 'Draw a circle around close button'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 10 14:55:30 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -22,15 +22,15 @@
|
||||
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: breeze
|
||||
Version: 5.18.3
|
||||
Version: 5.18.4.1
|
||||
Release: 0
|
||||
Summary: Plasma Desktop artwork, styles and assets
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: http://www.kde.org
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
|
||||
Source: https://download.kde.org/stable/plasma/5.18.4/breeze-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/stable/plasma/5.18.4/breeze-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 31 15:17:03 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.18.4.1:
|
||||
* Version fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 31 14:47:39 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.18.4
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.18.4.php
|
||||
- Changes since 5.18.3:
|
||||
* Fix build with Qt 5.15
|
||||
* Fix Defaults not being set properly in Breeze window decoration settings for 'Draw a circle around close button'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 10 14:55:30 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -17,15 +17,15 @@
|
||||
|
||||
|
||||
Name: breeze4-style
|
||||
Version: 5.18.3
|
||||
Version: 5.18.4.1
|
||||
Release: 0
|
||||
Summary: Plasma Desktop artwork, styles and assets
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: http://www.kde.org
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
|
||||
Source: https://download.kde.org/stable/plasma/5.18.4/breeze-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/stable/plasma/5.18.4/breeze-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
# PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch boo#973728 wbauer@tmo.at -- fixes collapse/expand icon in Q3ListView that still may be used by some KDE4 applications (knode e.g.)
|
||||
|
Loading…
Reference in New Issue
Block a user