SHA256
1
0
forked from pool/breeze

Accepting request 679611 from KDE:Frameworks5

Plasma 5.15.2

OBS-URL: https://build.opensuse.org/request/show/679611
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze?expand=0&rev=78
This commit is contained in:
Stephan Kulow 2019-02-28 20:34:14 +00:00 committed by Git OBS Bridge
commit 4e2b32eb07
8 changed files with 56 additions and 20 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlxcFv4ACgkQ7JTRj38F
mX4FuQf+JNwkPDPWgdxnoDQk+KXR0gNrRi6r4aufwr93FQ53b19DtmUfG5EWtUVf
u1cPMag1EfxmkHXF2KeTIPpYik/DAMOkgMYzCxy0K8ruLJss6Px5MN7vJuVedQ1B
vGnnMl39G/kDp9is62N/qrkat3Ax4Hkf2bVjXCVMtCtW21oJz7Osim7BghVx8bLm
BsHysMLODvegs1bVHTlr3JmLFQ3ai0G5bfmHMN9C9apLNtnMjGhBvUUFZPqRcrIZ
7fIvVw/t7U+nA0I0/QliXWOwTInA1LGvQObuSu3eRDw2g8kyrPltbLTbSzrUaGMu
AQidn8rtUsSaHDXqTD8FgnDVU2cO6A==
=hLnF
-----END PGP SIGNATURE-----

3
breeze-5.15.2.tar.xz Normal file
View File

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

11
breeze-5.15.2.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlx1OH8ACgkQ7JTRj38F
mX5huwf8DV41U7VL6jawpYokwsJPoF4ndQGKkVcH80Xwalh/hI6jiBhBrSSV45Xt
muGW9njDAR7l7bXj+6EHVJ9mCld+btCq7ScifWtrWRtzR3phaa7+/SQsi4Vvv6Pk
OGPGprLMq7ke3BxgjtNZjGT/zoVPvU8JI2z03Z61d7Zeah1tjY7Y0Py7ZvG+n3Nr
7JmiiDQuyzGCMtGzYOw94p/rCU5WpWMqHGlpzztEdxewQ6cNRHqi8Q0X6kTUDBUh
5ScLu7qCx/LQIiAomlJQV5gYcdivdZelmFyjbBKdOGR2gPORl1y8WKdpDt8KaMhL
F6k/MI6W08nXuPwP5zPLotWAijX0kQ==
=+dko
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Feb 26 14:04:34 UTC 2019 - fabian@ritter-vogt.de
- Update to 5.15.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.15.2.php
- No code changes since 5.15.1
-------------------------------------------------------------------
Tue Feb 19 12:25:04 UTC 2019 - fabian@ritter-vogt.de
- Update to 5.15.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.15.1.php
- No code changes since 5.15.0
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 7 16:02:49 UTC 2019 - fabian@ritter-vogt.de Thu Feb 7 16:02:49 UTC 2019 - fabian@ritter-vogt.de

View File

@ -22,15 +22,15 @@
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: breeze Name: breeze
Version: 5.15.0 Version: 5.15.2
Release: 0 Release: 0
Summary: Plasma Desktop artwork, styles and assets Summary: Plasma Desktop artwork, styles and assets
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: System/GUI/KDE Group: System/GUI/KDE
URL: http://www.kde.org URL: http://www.kde.org
Source: breeze-%{version}.tar.xz Source: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
%if %{with lang} %if %{with lang}
Source1: breeze-%{version}.tar.xz.sig Source1: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
Source2: plasma.keyring Source2: plasma.keyring
%endif %endif
BuildRequires: cmake >= 2.8.12 BuildRequires: cmake >= 2.8.12

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Feb 26 14:04:34 UTC 2019 - fabian@ritter-vogt.de
- Update to 5.15.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.15.2.php
- No code changes since 5.15.1
-------------------------------------------------------------------
Tue Feb 19 12:25:04 UTC 2019 - fabian@ritter-vogt.de
- Update to 5.15.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.15.1.php
- No code changes since 5.15.0
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 7 16:02:49 UTC 2019 - fabian@ritter-vogt.de Thu Feb 7 16:02:49 UTC 2019 - fabian@ritter-vogt.de

View File

@ -17,15 +17,15 @@
Name: breeze4-style Name: breeze4-style
Version: 5.15.0 Version: 5.15.2
Release: 0 Release: 0
Summary: Plasma Desktop artwork, styles and assets Summary: Plasma Desktop artwork, styles and assets
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: System/GUI/KDE Group: System/GUI/KDE
URL: http://www.kde.org URL: http://www.kde.org
Source: breeze-%{version}.tar.xz Source: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
%if %{with lang} %if %{with lang}
Source1: breeze-%{version}.tar.xz.sig Source1: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
Source2: plasma.keyring Source2: plasma.keyring
%endif %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.) # 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.)