Hello community, here is the log from the commit of package breeze for openSUSE:Factory checked in at 2015-05-11 19:29:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/breeze (Old) and /work/SRC/openSUSE:Factory/.breeze.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "breeze" Changes: -------- --- /work/SRC/openSUSE:Factory/breeze/breeze.changes 2015-03-25 09:56:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes 2015-05-11 19:29:05.000000000 +0200 @@ -1,0 +2,23 @@ +Thu Apr 23 13:27:18 UTC 2015 - [email protected] + +- Update to 5.3 Final: + * For more details please see: + https://www.kde.org/announcements/plasma-5.3.0.php + +------------------------------------------------------------------- +Sat Apr 11 18:53:30 UTC 2015 - [email protected] + +- Update to 5.2.95 aka 5.3 beta: + * New feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.2.95.php +- Update required Qt version to 5.4.0 +- Added kcmutils-devel BuildRequires +- Drop kservice-devel BuildRequires +- Drop patches merged upstream: + 0001-Cleanup-code-to-align-with-master.patch, + 0002-set-button-s-visibility-depending-on-the-availabilit.patch, + 0003-Properly-update-size-grip-visibility-on-maximizedCha.patch + and 0004-Fixed-foreground-color-for-pressed-buttons.patch + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2015-03-25 09:56:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes 2015-05-11 19:29:05.000000000 +0200 @@ -1,0 +2,21 @@ +Thu Apr 23 13:27:18 UTC 2015 - [email protected] + +- Update to 5.3 Final: + * For more details please see: + https://www.kde.org/announcements/plasma-5.3.0.php + +------------------------------------------------------------------- +Sat Apr 11 18:53:31 UTC 2015 - [email protected] + +- Update to 5.2.95 aka 5.3 beta: + * New feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.2.95.php +- Update required Qt version to 5.4.0 +- Drop patches merged upstream: + 0001-Cleanup-code-to-align-with-master.patch, + 0002-set-button-s-visibility-depending-on-the-availabilit.patch, + 0003-Properly-update-size-grip-visibility-on-maximizedCha.patch + and 0004-Fixed-foreground-color-for-pressed-buttons.patch + +------------------------------------------------------------------- Old: ---- 0001-Cleanup-code-to-align-with-master.patch 0002-set-button-s-visibility-depending-on-the-availabilit.patch 0003-Properly-update-size-grip-visibility-on-maximizedCha.patch 0004-Fixed-foreground-color-for-pressed-buttons.patch breeze-5.2.2.tar.xz New: ---- breeze-5.3.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ breeze.spec ++++++ --- /var/tmp/diff_new_pack.zgI2G1/_old 2015-05-11 19:29:07.000000000 +0200 +++ /var/tmp/diff_new_pack.zgI2G1/_new 2015-05-11 19:29:07.000000000 +0200 @@ -16,24 +16,25 @@ # +%bcond_without lang Name: breeze -Version: 5.2.2 +Version: 5.3.0 Release: 0 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.12 BuildRequires: frameworkintegration-devel +BuildRequires: kcmutils-devel BuildRequires: kcompletion-devel BuildRequires: kconfig-devel BuildRequires: kcoreaddons-devel BuildRequires: kf5-filesystem BuildRequires: kguiaddons-devel BuildRequires: ki18n-devel -BuildRequires: kservice-devel BuildRequires: kwindowsystem-devel BuildRequires: libkdecoration2-devel >= %{version} -BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 -BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0 +BuildRequires: pkgconfig(Qt5DBus) >= 5.4.0 +BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0 +BuildRequires: pkgconfig(Qt5X11Extras) >= 5.4.0 BuildRequires: pkgconfig(x11-xcb) BuildRequires: pkgconfig(xcb) Requires: breeze5-cursors >= %{version} @@ -48,14 +49,6 @@ #Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz Source99: %{name}-rpmlintrc -# PATCH-FIX-UPSTREAM 0001-Cleanup-code-to-align-with-master.patch -Patch0: 0001-Cleanup-code-to-align-with-master.patch -# PATCH-FIX-UPSTREAM 0002-set-button-s-visibility-depending-on-the-availabilit.patch -Patch1: 0002-set-button-s-visibility-depending-on-the-availabilit.patch -# PATCH-FIX-UPSTREAM 0003-Properly-update-size-grip-visibility-on-maximizedCha.patch -Patch2: 0003-Properly-update-size-grip-visibility-on-maximizedCha.patch -# PATCH-FIX-UPSTREAM 0004-Fixed-foreground-color-for-pressed-buttons.patch -Patch3: 0004-Fixed-foreground-color-for-pressed-buttons.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -86,7 +79,9 @@ Requires: kconf_update5 # needed for kde4breeze Recommends: breeze4-style +%if %{with lang} Recommends: breeze5-style-lang +%endif %description -n breeze5-style Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. @@ -112,10 +107,6 @@ %lang_package -n breeze5-style %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 %build %cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 @@ -126,10 +117,12 @@ find %{buildroot} -type f -name '*gtkbreeze*' -exec rm -fv {} ';' +%if %{with lang} %files -n breeze5-style-lang %defattr(-,root,root) %doc COPYING* %{_kf5_localedir}/ +%endif %files -n breeze5-icons %defattr(-,root,root) @@ -147,6 +140,9 @@ %defattr(-,root,root) %doc COPYING* %{_kf5_bindir}/breeze-settings5 +%dir %{_kf5_iconsdir}/hicolor/scalable +%dir %{_kf5_iconsdir}/hicolor/scalable/apps +%{_kf5_iconsdir}/hicolor/scalable/apps/breeze-settings.* %{_kf5_sharedir}/QtCurve/ %{_kf5_sharedir}/color-schemes/ %{_kf5_qmldir}/QtQuick/ @@ -156,6 +152,8 @@ %{_kf5_plugindir}/kstyle_breeze_config.so %{_kf5_plugindir}/styles/ %{_kf5_sharedir}/kstyle/ +%dir %{_kf5_servicesdir} +%{_kf5_servicesdir}/breezestyleconfig.desktop %files -n breeze5-wallpapers %defattr(-,root,root) @@ -168,6 +166,8 @@ %doc COPYING* %dir %{_kf5_plugindir} %{_kf5_plugindir}/org.kde.kdecoration2/ +%dir %{_kf5_servicesdir} +%{_kf5_servicesdir}/breezedecorationconfig.desktop %files %defattr(-,root,root) ++++++ breeze4-style.spec ++++++ --- /var/tmp/diff_new_pack.zgI2G1/_old 2015-05-11 19:29:07.000000000 +0200 +++ /var/tmp/diff_new_pack.zgI2G1/_new 2015-05-11 19:29:07.000000000 +0200 @@ -17,7 +17,7 @@ Name: breeze4-style -Version: 5.2.2 +Version: 5.3.0 Release: 0 BuildRequires: automoc4 BuildRequires: cmake >= 2.8.12 @@ -31,14 +31,6 @@ Url: http://www.kde.org #Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz Source: breeze-%{version}.tar.xz -# PATCH-FIX-UPSTREAM 0001-Cleanup-code-to-align-with-master.patch -Patch0: 0001-Cleanup-code-to-align-with-master.patch -# PATCH-FIX-UPSTREAM 0002-set-button-s-visibility-depending-on-the-availabilit.patch -Patch1: 0002-set-button-s-visibility-depending-on-the-availabilit.patch -# PATCH-FIX-UPSTREAM 0003-Properly-update-size-grip-visibility-on-maximizedCha.patch -Patch2: 0003-Properly-update-size-grip-visibility-on-maximizedCha.patch -# PATCH-FIX-UPSTREAM 0004-Fixed-foreground-color-for-pressed-buttons.patch -Patch3: 0004-Fixed-foreground-color-for-pressed-buttons.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -47,10 +39,6 @@ %prep %setup -q -n breeze-%{version} -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 %build %cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON ++++++ breeze-5.2.2.tar.xz -> breeze-5.3.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/breeze/breeze-5.2.2.tar.xz /work/SRC/openSUSE:Factory/.breeze.new/breeze-5.3.0.tar.xz differ: char 26, line 1
