Hello community, here is the log from the commit of package breeze for openSUSE:Factory checked in at 2018-10-08 17:31:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/breeze (Old) and /work/SRC/openSUSE:Factory/.breeze.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "breeze" Mon Oct 8 17:31:18 2018 rev:71 rq:640283 version:5.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/breeze/breeze.changes 2018-09-13 23:50:30.742443690 +0200 +++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes 2018-10-08 17:31:27.499582615 +0200 @@ -1,0 +2,52 @@ +Fri Oct 5 10:01:08 UTC 2018 - [email protected] + +- Update to 5.14.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.14.0.php +- Changes since 5.13.90: + * Allow to disable installation of wallpapers with breeze + * Fix finding QtQuick (kde#398663) + +------------------------------------------------------------------- +Sat Sep 15 16:25:26 UTC 2018 - [email protected] + +- Add tarball signature and keyring containing keys of release managers + Jonathan Riddell and Bhushan Shah + +------------------------------------------------------------------- +Thu Sep 13 17:24:58 UTC 2018 - [email protected] + +- Update to 5.13.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.13.90.php +- Changes since 5.13.5: + * Disable the title bar separator by default + * [kstyle] Fix deprecation warnings + * Properly use kpackage_install_package + * Set complete vectors instead of creting them at runtime + * Invert shade button by same logic as keep-above button + * [kstyle] Create shadow tiles on demand + * Rename libbreezecommon to libbreezecommon5 and don't install .so links + * Only include QtQuick support in Breeze KStyle if QtQuick is available + * Optimised 5.14 wallpaper filesizes and corrected banding issues. + * Plasma 5.14 "Cluster" Wallpaper + * [kdecoration] Delete unused includes + * [libbreezecommon] Fix build when qreal is float + * [kdecoration] Make shadows lighter + * [kstyle] Refine shadows + * [kdecoration] Refine shadows + * [libbreezecommon] Add box shadow helper + * Fixed detection of horizontal progressbar by re-introducing check on QStyleOptionProgressBar::orientation. Using option->state only even for Qt5 breaks ktorrent. + * [kstyle] Don't suppress deprecation warnings + * [kstyle] Drop QStyleOptionViewItemV4 in Qt 5 style plugin + * [kstyle] Drop QStyleOptionTabWidgetFrameV2 in Qt 5 style plugin + * [kstyle] Drop QStyleOptionTabV3 in Qt 5 style plugin + * [kstyle] Drop QStyleOptionProgressBarV2 in Qt 5 style plugin + * [kstyle] Drop QStyleOptionFrameV3 in Qt 5 style plugin + * [kstyle] Drop QStyleOptionFrameV2 in Qt 5 style plugin + * [kstyle] Drop QStyleOptionDockWidgetV2 in Qt 5 style plugin + * Turn off the extended resize handle/black triangle when there are no borders + +------------------------------------------------------------------- breeze4-style.changes: same change Old: ---- breeze-5.13.5.tar.xz New: ---- breeze-5.14.0.tar.xz breeze-5.14.0.tar.xz.sig plasma.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ breeze.spec ++++++ --- /var/tmp/diff_new_pack.dhrfuj/_old 2018-10-08 17:31:33.903573760 +0200 +++ /var/tmp/diff_new_pack.dhrfuj/_new 2018-10-08 17:31:33.907573755 +0200 @@ -16,19 +16,30 @@ # +# Full Plasma 5 version (e.g. 5.8.95) +%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} +# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF) +%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: breeze -Version: 5.13.5 +Version: 5.14.0 Release: 0 -# Full Plasma 5 version (e.g. 5.8.95) -%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}} -# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF) -%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} +Summary: Plasma Desktop artwork, styles and assets +License: GPL-2.0-or-later +Group: System/GUI/KDE +URL: http://www.kde.org +Source: breeze-%{version}.tar.xz +%if %{with lang} +Source1: breeze-%{version}.tar.xz.sig +Source2: plasma.keyring +%endif BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.13 BuildRequires: fdupes +BuildRequires: fftw3-devel BuildRequires: hicolor-icon-theme BuildRequires: kf5-filesystem +BuildRequires: pkgconfig # Needed for Plasma/LookAndFeel service type declaration (kde#367923) BuildRequires: plasma-framework BuildRequires: cmake(KDecoration2) >= %{_plasma5_version} @@ -52,12 +63,6 @@ Requires: breeze5-style >= %{version} Requires: breeze5-wallpapers >= %{version} Recommends: breeze5-decoration >= %{version} -Summary: Plasma Desktop artwork, styles and assets -License: GPL-2.0-or-later -Group: System/GUI/KDE -Url: http://www.kde.org -Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. @@ -102,6 +107,14 @@ This package provides Breeze KWin decoration. %lang_package -n breeze5-style + +%package -n libbreezecommon5-5 +Summary: Library containing support code for the Breeze Qt5 style +Group: System/Libraries + +%description -n libbreezecommon5-5 +Library containing support code for the Breeze Qt5 style. + %prep %setup -q @@ -112,24 +125,25 @@ %install %kf5_makeinstall -C build %if %{with lang} - %kf5_find_lang + %{kf5_find_lang} %endif -%fdupes %buildroot/%_prefix +%fdupes %{buildroot}/%{_prefix} + +%post -p /sbin/ldconfig -n libbreezecommon5-5 +%postun -p /sbin/ldconfig -n libbreezecommon5-5 %if %{with lang} %files -n breeze5-style-lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %files -n breeze5-cursors -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_iconsdir}/breeze_cursors %{_kf5_iconsdir}/Breeze_Snow/ %files -n breeze5-style -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_bindir}/breeze-settings5 %dir %{_kf5_iconsdir}/hicolor/scalable %dir %{_kf5_iconsdir}/hicolor/scalable/apps @@ -152,21 +166,22 @@ %{_kf5_appstreamdir}/org.kde.breezedark.desktop.appdata.xml %files -n breeze5-wallpapers -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %dir %{_kf5_sharedir}/wallpapers %{_kf5_sharedir}/wallpapers/Next/ %files -n breeze5-decoration -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %dir %{_kf5_plugindir} %{_kf5_plugindir}/org.kde.kdecoration2/ %dir %{_kf5_servicesdir} %{_kf5_servicesdir}/breezedecorationconfig.desktop %files -%defattr(-,root,root) -%doc COPYING* +%license COPYING* + +%files -n libbreezecommon5-5 +%license COPYING* +%{_libdir}/libbreezecommon5.so.* %changelog ++++++ breeze4-style.spec ++++++ --- /var/tmp/diff_new_pack.dhrfuj/_old 2018-10-08 17:31:33.931573722 +0200 +++ /var/tmp/diff_new_pack.dhrfuj/_new 2018-10-08 17:31:33.935573717 +0200 @@ -17,33 +17,44 @@ Name: breeze4-style -Version: 5.13.5 +Version: 5.14.0 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: breeze-%{version}.tar.xz +%if %{with lang} +Source1: breeze-%{version}.tar.xz.sig +Source2: plasma.keyring +%endif +# PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch boo#973728 [email protected] -- fixes collapse/expand icon in Q3ListView that still may be used by some KDE4 applications (knode e.g.) +Patch0: add-support-for-Q3ListView-to-the-KDE4-style.patch BuildRequires: automoc4 BuildRequires: cmake >= 2.8.12 +BuildRequires: fftw3-devel BuildRequires: kde4-filesystem BuildRequires: libkde4-devel BuildRequires: libqt4-devel BuildRequires: libxcb-devel -Supplements: packageand(breeze5-style:libqt4) # This sets the breeze4 style as default in a Plasma environment Recommends: kdebase4-workspace-libs -Summary: Plasma Desktop artwork, styles and assets -License: GPL-2.0-or-later -Group: System/GUI/KDE -Url: http://www.kde.org -Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz -# PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch boo#973728 [email protected] -- fixes collapse/expand icon in Q3ListView that still may be used by some KDE4 applications (knode e.g.) -Patch: add-support-for-Q3ListView-to-the-KDE4-style.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Supplements: packageand(breeze5-style:libqt4) %description Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. This package contains kde4 backport of new default Plasma 5 style. +%package -n libbreezecommon4-5 +Summary: Library containing support code for the Breeze Qt4 style +Group: System/Libraries + +%description -n libbreezecommon4-5 +Library containing support code for the Breeze Qt4 style. + %prep %setup -q -n breeze-%{version} -%patch -p1 +%autopatch -p1 %build %cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON @@ -52,10 +63,16 @@ %install %kde4_makeinstall -C build +%post -p /sbin/ldconfig -n libbreezecommon4-5 +%postun -p /sbin/ldconfig -n libbreezecommon4-5 + %files -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kde4_modulesdir}/ %{_kde4_appsdir}/ +%files -n libbreezecommon4-5 +%license COPYING* +%{_libdir}/libbreezecommon4.so.* + %changelog ++++++ breeze-5.13.5.tar.xz -> breeze-5.14.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/breeze/breeze-5.13.5.tar.xz /work/SRC/openSUSE:Factory/.breeze.new/breeze-5.14.0.tar.xz differ: char 25, line 1
