commit breeze for openSUSE:Factory

2020-10-30 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-10-30 11:46:15

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.3463 (New)


Package is "breeze"

Fri Oct 30 11:46:15 2020 rev:111 rq:844563 version:5.20.2

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-10-22 
14:23:48.350832316 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.3463/breeze.changes  2020-10-30 
11:46:26.937642571 +0100
@@ -1,0 +2,10 @@
+Tue Oct 27 22:23:20 UTC 2020 - Fabian Vogt 
+
+- Update to 5.20.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.20.2
+- Changes since 5.20.1:
+  * Remove the shadow in widgetDestroyed()
+
+---

Old:

  breeze-5.20.1.tar.xz
  breeze-5.20.1.tar.xz.sig

New:

  breeze-5.20.2.tar.xz
  breeze-5.20.2.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.np5yDy/_old  2020-10-30 11:46:28.937644342 +0100
+++ /var/tmp/diff_new_pack.np5yDy/_new  2020-10-30 11:46:28.941644346 +0100
@@ -22,15 +22,15 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.20.1
+Version:5.20.2
 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
+Source: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 %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
 %endif
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.20.1.tar.xz -> breeze-5.20.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.20.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.3463/breeze-5.20.2.tar.xz differ: char 
25, line 1





commit breeze for openSUSE:Factory

2020-10-22 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-10-22 14:22:38

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.3463 (New)


Package is "breeze"

Thu Oct 22 14:22:38 2020 rev:110 rq:843081 version:5.20.1

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-10-14 
11:34:37.927208531 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.3463/breeze.changes  2020-10-22 
14:23:48.350832316 +0200
@@ -1,0 +2,14 @@
+Tue Oct 20 14:30:31 UTC 2020 - Fabian Vogt 
+
+- Update to 5.20.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.20.1
+- Changes since 5.20.0:
+  * Regenerate wallpaper sizes
+  * generate_wallpaper_sizes.py: Properly compress wallpapers
+  * Fix for occasional background glitches behind transparent Menus, 
especially when hovering over menu elements.
+- Drop patches, now upstream:
+  * 0001-generate_wallpaper_sizes.py-Properly-compress-wallpa.patch
+
+---

Old:

  0001-generate_wallpaper_sizes.py-Properly-compress-wallpa.patch
  breeze-5.20.0.tar.xz
  breeze-5.20.0.tar.xz.sig

New:

  breeze-5.20.1.tar.xz
  breeze-5.20.1.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.RcWS2i/_old  2020-10-22 14:23:49.478833329 +0200
+++ /var/tmp/diff_new_pack.RcWS2i/_new  2020-10-22 14:23:49.48283 +0200
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.20.0
+Version:5.20.1
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later
@@ -33,16 +33,12 @@
 Source1:breeze-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
-# PATCH-FIX-UPSTREAM
-Patch1: 0001-generate_wallpaper_sizes.py-Properly-compress-wallpa.patch
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
-# To regenerate the images for Patch1
-BuildRequires:  python3-Pillow
 # Needed for Plasma/LookAndFeel service type declaration (kde#367923)
 BuildRequires:  plasma-framework
 BuildRequires:  cmake(KDecoration2) >= %{_plasma5_version}
@@ -119,8 +115,6 @@
 %autosetup -p1
 
 %build
-  # Apply Patch1
-  python3 wallpapers/generate_wallpaper_sizes.py
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %cmake_build
 

++ breeze-5.20.0.tar.xz -> breeze-5.20.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.20.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.3463/breeze-5.20.1.tar.xz differ: char 
27, line 2





commit breeze for openSUSE:Factory

2020-10-14 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-10-14 11:34:36

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.3486 (New)


Package is "breeze"

Wed Oct 14 11:34:36 2020 rev:109 rq:841733 version:5.20.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-10-13 
15:27:50.188821663 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.3486/breeze.changes  2020-10-14 
11:34:37.927208531 +0200
@@ -1,0 +2,6 @@
+Wed Oct 14 09:15:43 UTC 2020 - Fabian Vogt 
+
+- Add patch and regenerate wallpapers to significantly reduce the size:
+  * 0001-generate_wallpaper_sizes.py-Properly-compress-wallpa.patch
+
+---

New:

  0001-generate_wallpaper_sizes.py-Properly-compress-wallpa.patch



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.JnmsZV/_old  2020-10-14 11:34:38.759207935 +0200
+++ /var/tmp/diff_new_pack.JnmsZV/_new  2020-10-14 11:34:38.759207935 +0200
@@ -33,12 +33,16 @@
 Source1:breeze-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
+# PATCH-FIX-UPSTREAM
+Patch1: 0001-generate_wallpaper_sizes.py-Properly-compress-wallpa.patch
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
+# To regenerate the images for Patch1
+BuildRequires:  python3-Pillow
 # Needed for Plasma/LookAndFeel service type declaration (kde#367923)
 BuildRequires:  plasma-framework
 BuildRequires:  cmake(KDecoration2) >= %{_plasma5_version}
@@ -112,9 +116,11 @@
 Library containing support code for the Breeze Qt5 style.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
+  # Apply Patch1
+  python3 wallpapers/generate_wallpaper_sizes.py
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %cmake_build
 

++ 0001-generate_wallpaper_sizes.py-Properly-compress-wallpa.patch ++
>From 3f1f58950971791b8deaa7fc63187926aa5dd7b9 Mon Sep 17 00:00:00 2001
From: Fabian Vogt 
Date: Wed, 14 Oct 2020 11:00:33 +0200
Subject: [PATCH] generate_wallpaper_sizes.py: Properly compress wallpapers

The current options are quite bad and result in files which are unnessarily
big, even bigger than the original file. The Pillow documentation says:
> Values above 95 should be avoided; 100 disables portions of the JPEG
> compression algorithm, and results in large files with hardly any gain
> in image quality.

"100" is not a valid value for the subsamping parameter either.

This change actually enables proper compression with subsampling and also
enables optimization of internal settings.

Result: From 34MiB down to 12MiB with no noticable difference.
---
 wallpapers/generate_wallpaper_sizes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wallpapers/generate_wallpaper_sizes.py 
b/wallpapers/generate_wallpaper_sizes.py
index b5f997b2..79298c7b 100644
--- a/wallpapers/generate_wallpaper_sizes.py
+++ b/wallpapers/generate_wallpaper_sizes.py
@@ -43,4 +43,4 @@ for orientation in ('horizontal', 'vertical'):
else: box = None
resized_image = image.resize((width, height), 
Image.LANCZOS, box)
resized_image.save(base_dir / 
f'{width}x{height}{extension}',
- quality=100, subsampling=100)
+ quality=90, optimize=True, 
subsampling=1)
-- 
2.25.1






commit breeze for openSUSE:Factory

2020-10-13 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-10-13 15:27:38

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.3486 (New)


Package is "breeze"

Tue Oct 13 15:27:38 2020 rev:108 rq:840972 version:5.20.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-09-04 
11:05:36.622832243 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.3486/breeze.changes  2020-10-13 
15:27:50.188821663 +0200
@@ -1,0 +2,46 @@
+Thu Oct  8 16:55:19 UTC 2020 - Fabian Vogt 
+
+- Update to 5.20.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.20.0
+- Changes since 5.19.90:
+  * [kstyle] Remove #if BREEZE_HAVE_X11 around code that uses KWindowSystem
+  * Use correct colors for arrows in checked toolbuttons in toolbars
+  * [kstyle]: Make buttons use KColorScheme::Button for hover and focus 
colours (kde#426651)
+  * [kstyle] Ensure that shadows are destroyed after decorated windows
+  * [kstyle] Require Qt 5.15
+
+---
+Thu Sep 17 20:02:56 UTC 2020 - Fabian Vogt 
+
+- Update to 5.19.90
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.19.90
+- Changes since 5.19.5:
+  * [kstyle] Port to QWindow::startSystemMove()
+  * Update Breeze Dark preview images for new Flow wallpaper
+  * Remove explicit ECM_KDE_MODULE_DIR
+  * Replace Flow with Shell
+  * Also enable highlighting Buttons
+  * Convert copyright statements to SPDX expressions
+  * Port away from deprecated Qt::MidButton
+  * [kstyle] Reverse default sort order indicator arrow direction
+  * Add comments to clarify hidden ViewInvertSortIndicator option
+  * Use semi-transparent menu separators
+  * Draw the separator for toolbuttons with separte popup menu on hover or 
focus
+  * Draw arrows on toolbuttons with menus and no popup delay (kde#344746)
+  * Add _kde_highlight_neutral property to allow widgets highlight with 
neutral color
+  * use global animation values
+  * Load and use global animation settings
+  * Remove breezemetrics.cpp and put values back into breezemetrics.h
+  * Clean up the appearance of breezemetrics.cpp
+  * Refactor metrics into their own C++ file
+  * Move Breeze::Metrics into breezemetrics.h to reduce recompilations
+  * Notify about the decoration button's appearance change
+  * [kstyle] Ensure that shadows are destroyed after decorated windows
+  * [kstyle] Increase tab height to 30px
+  * [QStyle] Make menu titles look less like menu items
+
+---

Old:

  breeze-5.19.5.tar.xz
  breeze-5.19.5.tar.xz.sig

New:

  breeze-5.20.0.tar.xz
  breeze-5.20.0.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.xULUs4/_old  2020-10-13 15:27:52.484822638 +0200
+++ /var/tmp/diff_new_pack.xULUs4/_new  2020-10-13 15:27:52.488822640 +0200
@@ -22,15 +22,15 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.19.5
+Version:5.20.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: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
+Source1:breeze-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  cmake >= 2.8.12
@@ -130,16 +130,16 @@
 
 %if %{with lang}
 %files -n breeze5-style-lang -f %{name}.lang
-%license COPYING*
+%license LICENSES/*
 %endif
 
 %files -n breeze5-cursors
-%license COPYING*
+%license LICENSES/*
 %{_kf5_iconsdir}/breeze_cursors
 %{_kf5_iconsdir}/Breeze_Snow/
 
 %files -n breeze5-style
-%license COPYING*
+%license LICENSES/*
 %{_kf5_bindir}/breeze-settings5
 %dir %{_kf5_iconsdir}/hicolor/scalable
 %dir %{_kf5_iconsdir}/hicolor/scalable/apps
@@ -161,22 +161,22 @@
 %{_kf5_appstreamdir}/org.kde.breezedark.desktop.appdata.xml
 
 %files -n breeze5-wallpapers
-%license COPYING*
+%license LICENSES/*
 %dir %{_kf5_sharedir}/wallpapers
 %{_kf5_sharedir}/wallpapers/Next/
 
 %files -n breeze5-decoration
-%license COPYING*
+%license LICENSES/*
 %dir %{_kf5_plugindir}
 %{_kf5_plugindir}/org.kde.kdecoration2/
 %dir %{_kf5_servicesdir}
 %{_kf5_servicesdir}/breezedecorationconfig.desktop
 
 %files
-%license COPYING*
+%license LICENSES/*
 
 %files -n 

commit breeze for openSUSE:Factory

2020-09-04 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-09-04 11:04:38

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.3399 (New)


Package is "breeze"

Fri Sep  4 11:04:38 2020 rev:107 rq:831147 version:5.19.5

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-07-29 
17:17:35.500418723 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.3399/breeze.changes  2020-09-04 
11:05:36.622832243 +0200
@@ -1,0 +2,9 @@
+Tue Sep  1 11:38:47 UTC 2020 - Fabian Vogt 
+
+- Update to 5.19.5
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.19.5
+- No code changes since 5.19.4
+
+---

Old:

  breeze-5.19.4.tar.xz
  breeze-5.19.4.tar.xz.sig

New:

  breeze-5.19.5.tar.xz
  breeze-5.19.5.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.Cnmplo/_old  2020-09-04 11:05:39.026833531 +0200
+++ /var/tmp/diff_new_pack.Cnmplo/_new  2020-09-04 11:05:39.030833534 +0200
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.19.4
+Version:5.19.5
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.19.4.tar.xz -> breeze-5.19.5.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.19.4.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.3399/breeze-5.19.5.tar.xz differ: char 
27, line 1





commit breeze for openSUSE:Factory

2020-07-29 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-07-29 17:17:02

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.3592 (New)


Package is "breeze"

Wed Jul 29 17:17:02 2020 rev:106 rq:823226 version:5.19.4

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-07-10 
14:10:28.671056656 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.3592/breeze.changes  2020-07-29 
17:17:35.500418723 +0200
@@ -1,0 +2,9 @@
+Tue Jul 28 13:45:47 UTC 2020 - Fabian Vogt 
+
+- Update to 5.19.4
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.19.4
+- No code changes since 5.19.3
+
+---

Old:

  breeze-5.19.3.tar.xz
  breeze-5.19.3.tar.xz.sig

New:

  breeze-5.19.4.tar.xz
  breeze-5.19.4.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.8BbHRk/_old  2020-07-29 17:17:38.884421487 +0200
+++ /var/tmp/diff_new_pack.8BbHRk/_new  2020-07-29 17:17:38.888421490 +0200
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.19.3
+Version:5.19.4
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.19.3.tar.xz -> breeze-5.19.4.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.19.3.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.3592/breeze-5.19.4.tar.xz differ: char 
27, line 1





commit breeze for openSUSE:Factory

2020-07-10 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-07-10 14:10:23

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.3060 (New)


Package is "breeze"

Fri Jul 10 14:10:23 2020 rev:105 rq:819394 version:5.19.3

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-06-25 
15:03:55.220684642 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.3060/breeze.changes  2020-07-10 
14:10:28.671056656 +0200
@@ -1,0 +2,9 @@
+Tue Jul  7 12:38:53 UTC 2020 - Fabian Vogt 
+
+- Update to 5.19.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.19.3
+- No code changes since 5.19.2
+
+---

Old:

  breeze-5.19.2.tar.xz
  breeze-5.19.2.tar.xz.sig

New:

  breeze-5.19.3.tar.xz
  breeze-5.19.3.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.ZdFS5t/_old  2020-07-10 14:10:30.019060977 +0200
+++ /var/tmp/diff_new_pack.ZdFS5t/_new  2020-07-10 14:10:30.023060990 +0200
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.19.2
+Version:5.19.3
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.19.2.tar.xz -> breeze-5.19.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.19.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.3060/breeze-5.19.3.tar.xz differ: char 
27, line 1





commit breeze for openSUSE:Factory

2020-06-25 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-06-25 15:03:46

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.3060 (New)


Package is "breeze"

Thu Jun 25 15:03:46 2020 rev:104 rq:816657 version:5.19.2

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-06-21 
18:45:47.868651006 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.3060/breeze.changes  2020-06-25 
15:03:55.220684642 +0200
@@ -1,0 +2,9 @@
+Tue Jun 23 13:26:14 UTC 2020 - Fabian Vogt 
+
+- Update to 5.19.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.19.2
+- No code changes since 5.19.1
+
+---

Old:

  breeze-5.19.1.tar.xz
  breeze-5.19.1.tar.xz.sig

New:

  breeze-5.19.2.tar.xz
  breeze-5.19.2.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.VkcuT8/_old  2020-06-25 15:03:56.788689693 +0200
+++ /var/tmp/diff_new_pack.VkcuT8/_new  2020-06-25 15:03:56.788689693 +0200
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.19.1
+Version:5.19.2
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.19.1.tar.xz -> breeze-5.19.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.19.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.3060/breeze-5.19.2.tar.xz differ: char 
27, line 1





commit breeze for openSUSE:Factory

2020-06-22 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-06-20 20:10:05

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.3606 (New)


Package is "breeze"

Sat Jun 20 20:10:05 2020 rev:103 rq:815442 version:5.19.1

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-06-08 
23:52:41.970968679 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.3606/breeze.changes  2020-06-21 
18:45:47.868651006 +0200
@@ -1,0 +2,9 @@
+Tue Jun 16 14:34:49 UTC 2020 - Fabian Vogt 
+
+- Update to 5.19.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.19.1.php
+- No code changes since 5.19.0
+
+---

Old:

  breeze-5.19.0.tar.xz
  breeze-5.19.0.tar.xz.sig

New:

  breeze-5.19.1.tar.xz
  breeze-5.19.1.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.w8zSta/_old  2020-06-21 18:45:48.400653058 +0200
+++ /var/tmp/diff_new_pack.w8zSta/_new  2020-06-21 18:45:48.404653073 +0200
@@ -22,15 +22,15 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.19.0
+Version:5.19.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: breeze-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 %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
 %endif
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.19.0.tar.xz -> breeze-5.19.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.19.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.3606/breeze-5.19.1.tar.xz differ: char 
25, line 1





commit breeze for openSUSE:Factory

2020-06-08 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-06-08 23:51:37

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.3606 (New)


Package is "breeze"

Mon Jun  8 23:51:37 2020 rev:102 rq:812298 version:5.19.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-05-07 
15:08:12.296073219 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.3606/breeze.changes  2020-06-08 
23:52:41.970968679 +0200
@@ -1,0 +2,47 @@
+Thu Jun  4 13:27:10 UTC 2020 - Fabian Vogt 
+
+- Update to 5.19.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.19.0.php
+- Changes since 5.18.90:
+  * [kstyle] Ensure that shadows are destroyed after decorated windows
+  * [style] Reparent window shadows to widgets
+
+---
+Thu May 14 14:33:01 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.90.php
+- Changes since 5.18.5:
+  * Add mobile-friendly versions
+  * Revert unnecessary wallpaper plugin name change
+  * Use "Flow" wallpaper for Plasma 5.19
+  * Phrase active window titlebar separator option more accurately (kde#420753)
+  * Use the same icon mode calculation for comboboxes as for buttons
+  * Fix variable mixup
+  * Don't set a custom palette if we have the same palette as the currently 
active one
+  * Drop QWindow and explicit devicePixelRatio usage for ComboBox
+  * Color icons in titlebar if possible
+  * Apply the correct palette to icons
+  * Remove unused methods
+  * Add missing includes
+  * [kstyle] Properly unregister widgets in ShadowHelper
+  * [kstyle] Use QX11Info::isCompositingManagerRunning()
+  * [kstyle] Drop Helper::connection()
+  * [kstyle] Unregister a shadow when it's destroyed (kde#416854)
+  * Update my last name
+  * Delete unused property name
+  * Port connections to new syntax
+  * now that qt4 was dropped we can use specific ECM/Qt/KF5 version
+  * [kstyle] Port to KWindowSystem shadows API
+  * [kstyle] Drop Qt 4 style plugin
+  * Center only during drawing, not the hit rects (kde#416348)
+- Drop Qt4 support:
+  * breeze4-style.spec
+  * breeze4-style.changes
+  * add-support-for-Q3ListView-to-the-KDE4-style.patch
+
+---

Old:

  add-support-for-Q3ListView-to-the-KDE4-style.patch
  breeze-5.18.5.tar.xz
  breeze-5.18.5.tar.xz.sig
  breeze4-style.changes
  breeze4-style.spec

New:

  breeze-5.19.0.tar.xz
  breeze-5.19.0.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.cDN9YW/_old  2020-06-08 23:52:43.934974737 +0200
+++ /var/tmp/diff_new_pack.cDN9YW/_new  2020-06-08 23:52:43.938974750 +0200
@@ -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.5
+Version:5.19.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: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
+Source1:breeze-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.18.5.tar.xz -> breeze-5.19.0.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.18.5.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.3606/breeze-5.19.0.tar.xz differ: char 
26, line 1





commit breeze for openSUSE:Factory

2020-05-07 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-05-07 15:08:03

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.2738 (New)


Package is "breeze"

Thu May  7 15:08:03 2020 rev:101 rq:800463 version:5.18.5

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-04-04 
12:06:59.686740998 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.2738/breeze.changes  2020-05-07 
15:08:12.296073219 +0200
@@ -1,0 +2,9 @@
+Tue May  5 13:01:51 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.5.php
+- No code changes since 5.18.4.1
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.18.4.1.tar.xz
  breeze-5.18.4.1.tar.xz.sig

New:

  breeze-5.18.5.tar.xz
  breeze-5.18.5.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.q7D9YD/_old  2020-05-07 15:08:14.556078490 +0200
+++ /var/tmp/diff_new_pack.q7D9YD/_new  2020-05-07 15:08:14.560078499 +0200
@@ -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.4.1
+Version:5.18.5
 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/5.18.4/breeze-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/5.18.4/breeze-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  cmake >= 2.8.12

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.q7D9YD/_old  2020-05-07 15:08:14.580078546 +0200
+++ /var/tmp/diff_new_pack.q7D9YD/_new  2020-05-07 15:08:14.580078546 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   breeze4-style
-Version:5.18.4.1
+Version:5.18.5
 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/5.18.4/breeze-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/5.18.4/breeze-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- fixes collapse/expand icon in Q3ListView that still 
may be used by some KDE4 applications (knode e.g.)

++ breeze-5.18.4.1.tar.xz -> breeze-5.18.5.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.18.4.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.2738/breeze-5.18.5.tar.xz differ: char 
27, line 1





commit breeze for openSUSE:Factory

2020-04-04 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-04-04 12:06:50

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.3248 (New)


Package is "breeze"

Sat Apr  4 12:06:50 2020 rev:100 rq:790410 version:5.18.4.1

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-03-12 
22:59:20.399015454 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.3248/breeze.changes  2020-04-04 
12:06:59.686740998 +0200
@@ -1,0 +2,17 @@
+Tue Mar 31 15:16:57 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.4.1:
+  * Version fixed
+
+---
+Tue Mar 31 14:47:39 UTC 2020 - Fabian Vogt 
+
+- 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'
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2020-03-12 
22:59:22.147016151 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.3248/breeze4-style.changes   
2020-04-04 12:06:59.962741289 +0200
@@ -1,0 +2,17 @@
+Tue Mar 31 15:17:03 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.4.1:
+  * Version fixed
+
+---
+Tue Mar 31 14:47:39 UTC 2020 - Fabian Vogt 
+
+- 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'
+
+---

Old:

  breeze-5.18.3.tar.xz
  breeze-5.18.3.tar.xz.sig

New:

  breeze-5.18.4.1.tar.xz
  breeze-5.18.4.1.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.T0jC12/_old  2020-04-04 12:07:03.650745172 +0200
+++ /var/tmp/diff_new_pack.T0jC12/_new  2020-04-04 12:07:03.654745176 +0200
@@ -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

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.T0jC12/_old  2020-04-04 12:07:03.670745193 +0200
+++ /var/tmp/diff_new_pack.T0jC12/_new  2020-04-04 12:07:03.674745197 +0200
@@ -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 wba...@tmo.at -- fixes collapse/expand icon in Q3ListView that still 
may be used by some KDE4 applications (knode e.g.)

++ breeze-5.18.3.tar.xz -> breeze-5.18.4.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.18.3.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.3248/breeze-5.18.4.1.tar.xz differ: char 
25, line 1





commit breeze for openSUSE:Factory

2020-03-12 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-03-12 22:59:04

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.3160 (New)


Package is "breeze"

Thu Mar 12 22:59:04 2020 rev:99 rq:783619 version:5.18.3

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-02-29 
21:21:54.558207163 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.3160/breeze.changes  2020-03-12 
22:59:20.399015454 +0100
@@ -1,0 +2,9 @@
+Tue Mar 10 14:55:30 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.3.php
+- No code changes since 5.18.2
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.18.2.tar.xz
  breeze-5.18.2.tar.xz.sig

New:

  breeze-5.18.3.tar.xz
  breeze-5.18.3.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.DT04kP/_old  2020-03-12 22:59:23.695016768 +0100
+++ /var/tmp/diff_new_pack.DT04kP/_new  2020-03-12 22:59:23.695016768 +0100
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.18.2
+Version:5.18.3
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.DT04kP/_old  2020-03-12 22:59:23.719016777 +0100
+++ /var/tmp/diff_new_pack.DT04kP/_new  2020-03-12 22:59:23.723016780 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.18.2
+Version:5.18.3
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.18.2.tar.xz -> breeze-5.18.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.18.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.3160/breeze-5.18.3.tar.xz differ: char 
25, line 1





commit breeze for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-02-29 21:21:50

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.26092 (New)


Package is "breeze"

Sat Feb 29 21:21:50 2020 rev:98 rq:779170 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-02-22 
19:03:45.878027046 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.26092/breeze.changes 2020-02-29 
21:21:54.558207163 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:16 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.18.1.tar.xz
  breeze-5.18.1.tar.xz.sig

New:

  breeze-5.18.2.tar.xz
  breeze-5.18.2.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.8G7MM2/_old  2020-02-29 21:21:55.846209712 +0100
+++ /var/tmp/diff_new_pack.8G7MM2/_new  2020-02-29 21:21:55.850209721 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package breeze
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.8G7MM2/_old  2020-02-29 21:21:55.866209752 +0100
+++ /var/tmp/diff_new_pack.8G7MM2/_new  2020-02-29 21:21:55.870209760 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package breeze4-style
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.18.1.tar.xz -> breeze-5.18.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.18.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.26092/breeze-5.18.2.tar.xz differ: char 
27, line 1





commit breeze for openSUSE:Factory

2020-02-22 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-02-22 19:03:44

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.26092 (New)


Package is "breeze"

Sat Feb 22 19:03:44 2020 rev:97 rq:776739 version:5.18.1

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-02-14 
16:23:16.159122091 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.26092/breeze.changes 2020-02-22 
19:03:45.878027046 +0100
@@ -1,0 +2,10 @@
+Tue Feb 18 14:05:54 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.1.php
+- Changes since 5.18.0:
+  * Add missing cursors for Chromium-based apps
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.18.0.tar.xz
  breeze-5.18.0.tar.xz.sig

New:

  breeze-5.18.1.tar.xz
  breeze-5.18.1.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.xivcbB/_old  2020-02-22 19:03:46.810028902 +0100
+++ /var/tmp/diff_new_pack.xivcbB/_new  2020-02-22 19:03:46.814028910 +0100
@@ -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.0
+Version:5.18.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: breeze-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 %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
 %endif
 BuildRequires:  cmake >= 2.8.12

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.xivcbB/_old  2020-02-22 19:03:46.830028942 +0100
+++ /var/tmp/diff_new_pack.xivcbB/_new  2020-02-22 19:03:46.834028951 +0100
@@ -17,15 +17,15 @@
 
 
 Name:   breeze4-style
-Version:5.18.0
+Version:5.18.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: breeze-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 %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
 %endif
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- fixes collapse/expand icon in Q3ListView that still 
may be used by some KDE4 applications (knode e.g.)

++ breeze-5.18.0.tar.xz -> breeze-5.18.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.18.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.26092/breeze-5.18.1.tar.xz differ: char 
27, line 1





commit breeze for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-02-14 16:23:10

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.26092 (New)


Package is "breeze"

Fri Feb 14 16:23:10 2020 rev:96 rq:773422 version:5.18.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-02-10 
21:50:58.890110003 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.26092/breeze.changes 2020-02-14 
16:23:16.159122091 +0100
@@ -1,0 +2,5 @@
+Tue Feb 11 10:33:55 UTC 2020 - Fabian Vogt 
+
+- Update tarball, with new preview image
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2020-02-10 
21:50:58.938110029 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.26092/breeze4-style.changes  
2020-02-14 16:23:16.311122173 +0100
@@ -1,0 +2,5 @@
+Tue Feb 11 10:33:55 UTC 2020 - Fabian Vogt 
+
+- Update tarball
+
+---



Other differences:
--
breeze4-style.spec: same change
++ breeze-5.18.0.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.18.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.26092/breeze-5.18.0.tar.xz differ: char 
27, line 1

++ breeze-5.18.0.tar.xz.sig ++
--- /var/tmp/diff_new_pack.SOZai4/_old  2020-02-14 16:23:18.035123109 +0100
+++ /var/tmp/diff_new_pack.SOZai4/_new  2020-02-14 16:23:18.035123109 +0100
@@ -1,11 +1,11 @@
 -BEGIN PGP SIGNATURE-
 
-iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl48DhcACgkQ7JTRj38F
-mX5ZDQgAk1gLV9RKQn1FUEFsSuJ1IUIFCVVbfMKAYLkMfw5ZxUjeFBgBnnZAwEs0
-EEVfnkaPdkdxmYlTGjc0K8NhdftNSVYu0ea4uKBCWbzB2Lhb+N1TmcXKZ2/Q6Avu
-q/NaSn2tEF7BKJjrHZSOpu+RI+9OSAIzU6kO2VlGt2ewa5twmDpVFjxNIARqPGSV
-gxDeIap0cFjIek5WTVcgfWLDNArnY+CIl2MVhiDgYDGkF+VNcnGEsSmORV08KAz9
-sqvhPN5XfFYHw8E/cCb82FaH2wQygtq8wfp7cWWFpSyDlYZvRxLKg2Wu5AsVfE6v
-dH3eR/i5vHza0QBpQOpa4KJSLZdXjg==
-=36ge
+iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl5BlXEACgkQ7JTRj38F
+mX5uaQgAqetVM3B5+oFQLtgbHa6BCqxS6qlySjxMS9cGDkaZhVP9E2d038gQjf44
++cWw2MIs0oH34a5o46eGuBtZVdsIwlxJejm9URr0JLrO+sj1iCM3/KyrUZFdF8Vh
+d15r/8oveQKiuTxhas/pPb5cqXJPbt7gwcEO+mt8xBc3NcN8BaDajOB2qiISZd0+
+fIHKZFoIEzc91A59oV934+6pXOJKsCAhuRAwmfDQeEB49Npk8hiwIIy0I9lTZ/qK
+HW1EENGBgGHbKOOZdnWREQ91RC3AFbnFyW6oURANDkGswbf8mcXT5AndWwl7mlCj
+jjU4jWzH1PFyCd33yljaV95TjApZ1Q==
+=Uasw
 -END PGP SIGNATURE-





commit breeze for openSUSE:Factory

2020-02-10 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-02-10 21:50:47

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.26092 (New)


Package is "breeze"

Mon Feb 10 21:50:47 2020 rev:95 rq:772225 version:5.18.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2020-01-11 
14:39:00.073160125 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.26092/breeze.changes 2020-02-10 
21:50:58.890110003 +0100
@@ -1,0 +2,29 @@
+Thu Feb  6 15:10:03 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.0.php
+- Changes since 5.17.90:
+  * [wallpapers] Use more high-quality JPEGs for Next
+  * Revert "Work around an issue with changing the wallpaper's filetype"
+  * Work around an issue with changing the wallpaper's filetype
+  * Replace Ice Cold with Volna for Plasma 5.18
+  * [Breeze Cursors] Add some more cursor names
+  * Center only during drawing, not the hit rects (kde#416348)
+
+---
+Thu Jan 23 11:19:41 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build
+
+---
+Thu Jan 16 14:04:15 UTC 2020 - Fabian Vogt 
+
+- Update to 5.17.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.90.php
+- Too many changes to list here
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2020-01-11 
14:39:00.121160144 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.26092/breeze4-style.changes  
2020-02-10 21:50:58.938110029 +0100
@@ -1,0 +2,24 @@
+Thu Feb  6 15:10:03 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.0.php
+- Changes since 5.17.90:
+  * [wallpapers] Use more high-quality JPEGs for Next
+  * Revert "Work around an issue with changing the wallpaper's filetype"
+  * Work around an issue with changing the wallpaper's filetype
+  * Replace Ice Cold with Volna for Plasma 5.18
+  * [Breeze Cursors] Add some more cursor names
+  * Center only during drawing, not the hit rects (kde#416348)
+
+---
+Thu Jan 16 14:04:15 UTC 2020 - Fabian Vogt 
+
+- Update to 5.17.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.90.php
+- Too many changes to list here
+
+---

Old:

  breeze-5.17.5.tar.xz
  breeze-5.17.5.tar.xz.sig

New:

  breeze-5.18.0.tar.xz
  breeze-5.18.0.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.bD8L9l/_old  2020-02-10 21:51:00.046110642 +0100
+++ /var/tmp/diff_new_pack.bD8L9l/_new  2020-02-10 21:51:00.050110644 +0100
@@ -22,15 +22,15 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.17.5
+Version:5.18.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: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
+Source1:breeze-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  cmake >= 2.8.12
@@ -116,7 +116,7 @@
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.bD8L9l/_old  2020-02-10 21:51:00.062110650 +0100
+++ /var/tmp/diff_new_pack.bD8L9l/_new  2020-02-10 21:51:00.066110653 +0100
@@ -17,15 +17,15 @@
 
 
 Name:   breeze4-style
-Version:5.17.5
+Version:5.18.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: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 %if %{with lang}
-Source1:

commit breeze for openSUSE:Factory

2020-01-11 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2020-01-11 14:38:43

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.6675 (New)


Package is "breeze"

Sat Jan 11 14:38:43 2020 rev:94 rq:761969 version:5.17.5

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-12-11 
12:06:07.552715097 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.6675/breeze.changes  2020-01-11 
14:39:00.073160125 +0100
@@ -1,0 +2,10 @@
+Tue Jan  7 16:24:34 UTC 2020 - Fabian Vogt 
+
+- Update to 5.17.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.5.php
+- Changes since 5.17.4:
+  * Add item spacing to size hint
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.17.4.tar.xz
  breeze-5.17.4.tar.xz.sig

New:

  breeze-5.17.5.tar.xz
  breeze-5.17.5.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.Xa1GgG/_old  2020-01-11 14:39:02.021160896 +0100
+++ /var/tmp/diff_new_pack.Xa1GgG/_new  2020-01-11 14:39:02.053160909 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package breeze
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.17.4
+Version:5.17.5
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.Xa1GgG/_old  2020-01-11 14:39:02.261160991 +0100
+++ /var/tmp/diff_new_pack.Xa1GgG/_new  2020-01-11 14:39:02.293161003 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package breeze4-style
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.17.4
+Version:5.17.5
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.17.4.tar.xz -> breeze-5.17.5.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.17.4.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.6675/breeze-5.17.5.tar.xz differ: char 
25, line 1





commit breeze for openSUSE:Factory

2019-12-11 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-12-11 12:05:45

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.4691 (New)


Package is "breeze"

Wed Dec 11 12:05:45 2019 rev:93 rq:753996 version:5.17.4

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-11-15 
22:33:50.304032188 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.4691/breeze.changes  2019-12-11 
12:06:07.552715097 +0100
@@ -1,0 +2,9 @@
+Wed Dec  4 08:36:58 UTC 2019 - Fabian Vogt 
+
+- Update to 5.17.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.4.php
+- No code changes since 5.17.3
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.17.3.tar.xz
  breeze-5.17.3.tar.xz.sig

New:

  breeze-5.17.4.tar.xz
  breeze-5.17.4.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.UbZw0D/_old  2019-12-11 12:06:09.876714119 +0100
+++ /var/tmp/diff_new_pack.UbZw0D/_new  2019-12-11 12:06:09.880714117 +0100
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.17.3
+Version:5.17.4
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.UbZw0D/_old  2019-12-11 12:06:09.904714107 +0100
+++ /var/tmp/diff_new_pack.UbZw0D/_new  2019-12-11 12:06:09.908714106 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.17.3
+Version:5.17.4
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.17.3.tar.xz -> breeze-5.17.4.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.17.3.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.4691/breeze-5.17.4.tar.xz differ: char 
25, line 1





commit breeze for openSUSE:Factory

2019-11-15 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-11-15 22:33:47

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.26869 (New)


Package is "breeze"

Fri Nov 15 22:33:47 2019 rev:92 rq:747826 version:5.17.3

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-10-31 
18:10:04.293685130 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.26869/breeze.changes 2019-11-15 
22:33:50.304032188 +0100
@@ -1,0 +2,9 @@
+Tue Nov 12 11:01:06 UTC 2019 - Fabian Vogt 
+
+- Update to 5.17.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.3.php
+- No code changes since 5.17.2
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.17.2.tar.xz
  breeze-5.17.2.tar.xz.sig

New:

  breeze-5.17.3.tar.xz
  breeze-5.17.3.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.O9Xmt8/_old  2019-11-15 22:33:51.848031510 +0100
+++ /var/tmp/diff_new_pack.O9Xmt8/_new  2019-11-15 22:33:51.856031507 +0100
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.17.2
+Version:5.17.3
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.O9Xmt8/_old  2019-11-15 22:33:51.892031491 +0100
+++ /var/tmp/diff_new_pack.O9Xmt8/_new  2019-11-15 22:33:51.900031487 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.17.2
+Version:5.17.3
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.17.2.tar.xz -> breeze-5.17.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.17.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.26869/breeze-5.17.3.tar.xz differ: char 
25, line 1





commit breeze for openSUSE:Factory

2019-10-31 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-10-31 18:10:02

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.2990 (New)


Package is "breeze"

Thu Oct 31 18:10:02 2019 rev:91 rq:744208 version:5.17.2

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-10-27 
13:36:36.728936347 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.2990/breeze.changes  2019-10-31 
18:10:04.293685130 +0100
@@ -1,0 +2,9 @@
+Tue Oct 29 20:45:50 UTC 2019 - Fabian Vogt 
+
+- Update to 5.17.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.2.php
+- No code changes since 5.17.1
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.17.1.tar.xz
  breeze-5.17.1.tar.xz.sig

New:

  breeze-5.17.2.tar.xz
  breeze-5.17.2.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.g3spUv/_old  2019-10-31 18:10:05.929686844 +0100
+++ /var/tmp/diff_new_pack.g3spUv/_new  2019-10-31 18:10:05.937686852 +0100
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.17.1
+Version:5.17.2
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.g3spUv/_old  2019-10-31 18:10:05.973686889 +0100
+++ /var/tmp/diff_new_pack.g3spUv/_new  2019-10-31 18:10:05.977686894 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.17.1
+Version:5.17.2
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.17.1.tar.xz -> breeze-5.17.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.17.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.2990/breeze-5.17.2.tar.xz differ: char 
25, line 1





commit breeze for openSUSE:Factory

2019-10-27 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-10-27 13:36:32

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.2990 (New)


Package is "breeze"

Sun Oct 27 13:36:32 2019 rev:90 rq:742037 version:5.17.1

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-10-14 
12:36:27.355492015 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.2990/breeze.changes  2019-10-27 
13:36:36.728936347 +0100
@@ -1,0 +2,9 @@
+Tue Oct 22 16:44:42 UTC 2019 - Fabian Vogt 
+
+- Update to 5.17.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.1.php
+- No code changes since 5.17.0
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.17.0.tar.xz
  breeze-5.17.0.tar.xz.sig

New:

  breeze-5.17.1.tar.xz
  breeze-5.17.1.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.cPqbY2/_old  2019-10-27 13:36:37.696937580 +0100
+++ /var/tmp/diff_new_pack.cPqbY2/_new  2019-10-27 13:36:37.696937580 +0100
@@ -22,15 +22,15 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.17.0
+Version:5.17.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: breeze-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 %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
 %endif
 BuildRequires:  cmake >= 2.8.12

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.cPqbY2/_old  2019-10-27 13:36:37.708937595 +0100
+++ /var/tmp/diff_new_pack.cPqbY2/_new  2019-10-27 13:36:37.712937600 +0100
@@ -17,15 +17,15 @@
 
 
 Name:   breeze4-style
-Version:5.17.0
+Version:5.17.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: breeze-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 %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
 %endif
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- fixes collapse/expand icon in Q3ListView that still 
may be used by some KDE4 applications (knode e.g.)

++ breeze-5.17.0.tar.xz -> breeze-5.17.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.17.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.2990/breeze-5.17.1.tar.xz differ: char 
27, line 1





commit breeze for openSUSE:Factory

2019-10-22 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-10-22 16:41:16

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.2352 (New)


Package is "breeze"

Tue Oct 22 16:41:16 2019 rev:89 rq:738327 version:5.17.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2019-10-14 
12:36:27.411491868 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.2352/breeze4-style.changes   
2019-10-22 16:41:17.837591329 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 12:03:58 UTC 2019 - Christophe Giboudeaux 
+
+- Stop building breeze4-style for factory.
+
+---



Other differences:
--
++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.DwrOPr/_old  2019-10-22 16:41:19.189592770 +0200
+++ /var/tmp/diff_new_pack.DwrOPr/_new  2019-10-22 16:41:19.189592770 +0200
@@ -39,6 +39,9 @@
 # This sets the breeze4 style as default in a Plasma environment
 Recommends: kdebase4-workspace-libs
 Supplements:packageand(breeze5-style:libqt4)
+%if 0%{?suse_version} > 1500
+ExclusiveArch:  do_not_build
+%endif
 
 %description
 Artwork, styles and assets for the Breeze visual style for the Plasma Desktop.






commit breeze for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-10-14 12:36:24

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.2352 (New)


Package is "breeze"

Mon Oct 14 12:36:24 2019 rev:88 rq:737455 version:5.17.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-09-07 
11:33:22.866434575 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.2352/breeze.changes  2019-10-14 
12:36:27.355492015 +0200
@@ -1,0 +2,32 @@
+Thu Oct 10 14:25:45 UTC 2019 - Fabian Vogt 
+
+- Update to 5.17.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.0.php
+- No code changes since 5.16.90
+
+---
+Thu Sep 19 12:32:32 UTC 2019 - Fabian Vogt 
+
+- Update to 5.16.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.90.php
+- Changes since 5.16.5:
+  * Make renderDialGroove() area match the maximum renderDialContents() area
+  * Fix colors from KStatefulBrushes not using application colorschemes
+  * Move drawIndicatorButtonDropDownPrimitive separator when sunken
+  * Fix width and separator of ToolButtonComplexControl outline w/ dropdown 
menu
+  * Revert "Fix width and separator of ToolButtonComplexControl outline w/ 
dropdown menu"
+  * Fix width and separator of ToolButtonComplexControl outline w/ dropdown 
menu
+  * Removed GlobalPos from QMouseEvent constructor
+  * Remove unneeded 1 pixel margin around side panels
+  * Remove qtquickcontrols dir
+  * - fixed "missing override" warnings - removed useless "virtual" 
specifications - removed useless destructors - cleanup variable initializations 
- moved protected methods as private when possible for better encapsulation
+  * re-read color palettes when application color changes (kde#408416)
+  * Set default border value in all places
+  * Recommend window border size "None"
+  * Disable extended resize borders for maximized windows CCBUG: 407989
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.16.5.tar.xz
  breeze-5.16.5.tar.xz.sig

New:

  breeze-5.17.0.tar.xz
  breeze-5.17.0.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.ALobju/_old  2019-10-14 12:36:28.463489117 +0200
+++ /var/tmp/diff_new_pack.ALobju/_new  2019-10-14 12:36:28.471489096 +0200
@@ -22,15 +22,15 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.16.5
+Version:5.17.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: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
+Source1:breeze-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  cmake >= 2.8.12
@@ -115,7 +115,7 @@
 %setup -q
 
 %build
-  %cmake_kf5 -d build -- -DBUILD_po=OFF 
-DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
@@ -148,7 +148,6 @@
 %{_kf5_sharedir}/color-schemes/
 %dir %{_kf5_sharedir}/plasma
 %{_kf5_sharedir}/plasma/look-and-feel/
-%{_kf5_qmldir}/QtQuick/
 %{_kf5_libdir}/kconf_update_bin/
 %{_kf5_sharedir}/kconf_update/
 %dir %{_kf5_plugindir}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.ALobju/_old  2019-10-14 12:36:28.483489064 +0200
+++ /var/tmp/diff_new_pack.ALobju/_new  2019-10-14 12:36:28.483489064 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   breeze4-style
-Version:5.16.5
+Version:5.17.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: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
+Source1:breeze-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- fixes collapse/expand icon in Q3ListView that still 
may be used by some KDE4 

commit breeze for openSUSE:Factory

2019-09-07 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-09-07 11:33:21

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.7948 (New)


Package is "breeze"

Sat Sep  7 11:33:21 2019 rev:87 rq:728174 version:5.16.5

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-08-05 
10:31:06.403434781 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.7948/breeze.changes  2019-09-07 
11:33:22.866434575 +0200
@@ -1,0 +2,10 @@
+Tue Sep  3 12:44:11 UTC 2019 - Fabian Vogt 
+
+- Update to 5.16.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.5.php
+- Changes since 5.16.4:
+  * [SplitterProxy] Don't manually mapToGlobal
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.16.4.tar.xz
  breeze-5.16.4.tar.xz.sig

New:

  breeze-5.16.5.tar.xz
  breeze-5.16.5.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.JMTd0w/_old  2019-09-07 11:33:24.366434387 +0200
+++ /var/tmp/diff_new_pack.JMTd0w/_new  2019-09-07 11:33:24.370434387 +0200
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.16.4
+Version:5.16.5
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.JMTd0w/_old  2019-09-07 11:33:24.386434385 +0200
+++ /var/tmp/diff_new_pack.JMTd0w/_new  2019-09-07 11:33:24.390434384 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.16.4
+Version:5.16.5
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.16.4.tar.xz -> breeze-5.16.5.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.16.4.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.7948/breeze-5.16.5.tar.xz differ: char 
25, line 1





commit breeze for openSUSE:Factory

2019-08-05 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-08-05 10:31:04

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.4126 (New)


Package is "breeze"

Mon Aug  5 10:31:04 2019 rev:86 rq:719884 version:5.16.4

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-07-26 
12:29:28.186313627 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.4126/breeze.changes  2019-08-05 
10:31:06.403434781 +0200
@@ -1,0 +2,9 @@
+Tue Jul 30 12:40:17 UTC 2019 - Fabian Vogt 
+
+- Update to 5.16.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.4.php
+- No code changes since 5.16.3
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.16.3.tar.xz
  breeze-5.16.3.tar.xz.sig

New:

  breeze-5.16.4.tar.xz
  breeze-5.16.4.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.KKpx9C/_old  2019-08-05 10:31:07.419434557 +0200
+++ /var/tmp/diff_new_pack.KKpx9C/_new  2019-08-05 10:31:07.423434556 +0200
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.16.3
+Version:5.16.4
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.KKpx9C/_old  2019-08-05 10:31:07.443434551 +0200
+++ /var/tmp/diff_new_pack.KKpx9C/_new  2019-08-05 10:31:07.443434551 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.16.3
+Version:5.16.4
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.16.3.tar.xz -> breeze-5.16.4.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.16.3.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.4126/breeze-5.16.4.tar.xz differ: char 
25, line 1





commit breeze for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-07-26 12:29:22

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.4126 (New)


Package is "breeze"

Fri Jul 26 12:29:22 2019 rev:85 rq:717030 version:5.16.3

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-06-27 
16:19:21.425961533 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.4126/breeze.changes  2019-07-26 
12:29:28.186313627 +0200
@@ -1,0 +2,9 @@
+Tue Jul  9 17:29:04 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.16.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.3.php
+- No code changes since 5.16.2
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.16.2.tar.xz
  breeze-5.16.2.tar.xz.sig

New:

  breeze-5.16.3.tar.xz
  breeze-5.16.3.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.yBH0xX/_old  2019-07-26 12:29:29.134313173 +0200
+++ /var/tmp/diff_new_pack.yBH0xX/_new  2019-07-26 12:29:29.134313173 +0200
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.16.2
+Version:5.16.3
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.yBH0xX/_old  2019-07-26 12:29:29.150313165 +0200
+++ /var/tmp/diff_new_pack.yBH0xX/_new  2019-07-26 12:29:29.154313163 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.16.2
+Version:5.16.3
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.16.2.tar.xz -> breeze-5.16.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.16.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.4126/breeze-5.16.3.tar.xz differ: char 
25, line 1





commit breeze for openSUSE:Factory

2019-06-27 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-06-27 16:19:18

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.4615 (New)


Package is "breeze"

Thu Jun 27 16:19:18 2019 rev:84 rq:711953 version:5.16.2

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-06-22 
11:17:04.896958400 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.4615/breeze.changes  2019-06-27 
16:19:21.425961533 +0200
@@ -1,0 +2,9 @@
+Tue Jun 25 12:41:16 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.16.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.2.php
+- No code changes since 5.16.1
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.16.1.tar.xz
  breeze-5.16.1.tar.xz.sig

New:

  breeze-5.16.2.tar.xz
  breeze-5.16.2.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.q7ktkO/_old  2019-06-27 16:19:22.397963169 +0200
+++ /var/tmp/diff_new_pack.q7ktkO/_new  2019-06-27 16:19:22.397963169 +0200
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.16.1
+Version:5.16.2
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.q7ktkO/_old  2019-06-27 16:19:22.413963196 +0200
+++ /var/tmp/diff_new_pack.q7ktkO/_new  2019-06-27 16:19:22.413963196 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.16.1
+Version:5.16.2
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.16.1.tar.xz -> breeze-5.16.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.16.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.4615/breeze-5.16.2.tar.xz differ: char 
27, line 1





commit breeze for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-06-22 11:17:01

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.4615 (New)


Package is "breeze"

Sat Jun 22 11:17:01 2019 rev:83 rq:711074 version:5.16.1

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-06-12 
13:27:51.372314556 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.4615/breeze.changes  2019-06-22 
11:17:04.896958400 +0200
@@ -1,0 +2,10 @@
+Tue Jun 18 16:38:13 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.16.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.1.php
+- Changes since 5.16.0:
+  * re-read color palettes when application color changes (kde#408416)
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.16.0.tar.xz
  breeze-5.16.0.tar.xz.sig

New:

  breeze-5.16.1.tar.xz
  breeze-5.16.1.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.kDCA2n/_old  2019-06-22 11:17:05.720959284 +0200
+++ /var/tmp/diff_new_pack.kDCA2n/_new  2019-06-22 11:17:05.720959284 +0200
@@ -22,15 +22,15 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.16.0
+Version:5.16.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: breeze-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 %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
 %endif
 BuildRequires:  cmake >= 2.8.12

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.kDCA2n/_old  2019-06-22 11:17:05.740959305 +0200
+++ /var/tmp/diff_new_pack.kDCA2n/_new  2019-06-22 11:17:05.740959305 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   breeze4-style
-Version:5.16.0
+Version:5.16.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: breeze-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 %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
 %endif
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- fixes collapse/expand icon in Q3ListView that still 
may be used by some KDE4 applications (knode e.g.)

++ breeze-5.16.0.tar.xz -> breeze-5.16.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.16.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.4615/breeze-5.16.1.tar.xz differ: char 
27, line 1





commit breeze for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-06-12 13:27:32

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.4811 (New)


Package is "breeze"

Wed Jun 12 13:27:32 2019 rev:82 rq:708289 version:5.16.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-05-09 
10:03:41.868046719 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.4811/breeze.changes  2019-06-12 
13:27:51.372314556 +0200
@@ -1,0 +2,31 @@
+Thu Jun  6 14:07:07 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.16.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.0.php
+- Changes since 5.15.90:
+  * Fix cropped versions of the Next wallpaper
+  * [LnF] Update Breeze Dark preview
+  * Add new Next wallpaper
+
+---
+Thu May 16 16:56:35 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.90.php
+- Changes since 5.15.5:
+  * Revert "Reduce the indicator arrow size for press-and-hold menus in 
QToolButtons"
+  * Add missing link
+  * Reduce the indicator arrow size for press-and-hold menus in QToolButtons
+  * Sharpen ApplicationMenu, Shade, ContextHelp icons
+  * Make shadow sizes linear
+  * Multiply radius by 0.5 in calculateBlurStdDev()
+  * Change shadow color to 0,0,0 for KStyle
+  * Change shadow color to 0,0,0
+  * Fix Breeze Light color scheme to match regular Breeze version, where 
appropriate
+  * Make Breeze theme tooltip texts consistent and rename Breeze Snow cursors 
to Breeze Light
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.15.5.tar.xz
  breeze-5.15.5.tar.xz.sig

New:

  breeze-5.16.0.tar.xz
  breeze-5.16.0.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.KF5Gtx/_old  2019-06-12 13:27:54.224313062 +0200
+++ /var/tmp/diff_new_pack.KF5Gtx/_new  2019-06-12 13:27:54.228313060 +0200
@@ -22,15 +22,15 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.15.5
+Version:5.16.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: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
+Source1:breeze-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  cmake >= 2.8.12

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.KF5Gtx/_old  2019-06-12 13:27:54.256313045 +0200
+++ /var/tmp/diff_new_pack.KF5Gtx/_new  2019-06-12 13:27:54.260313043 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   breeze4-style
-Version:5.15.5
+Version:5.16.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: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
+Source1:breeze-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- fixes collapse/expand icon in Q3ListView that still 
may be used by some KDE4 applications (knode e.g.)

++ breeze-5.15.5.tar.xz -> breeze-5.16.0.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.15.5.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.4811/breeze-5.16.0.tar.xz differ: char 
26, line 1





commit breeze for openSUSE:Factory

2019-05-09 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-05-09 10:03:36

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.5148 (New)


Package is "breeze"

Thu May  9 10:03:36 2019 rev:81 rq:701363 version:5.15.5

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-04-04 
15:18:58.694710676 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.5148/breeze.changes  2019-05-09 
10:03:41.868046719 +0200
@@ -1,0 +2,10 @@
+Tue May  7 11:04:55 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.5.php
+- Changes since 5.15.4:
+  * Fix build with Qt 4
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2019-04-04 
15:18:58.750710696 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new.5148/breeze4-style.changes   
2019-05-09 10:03:42.072047303 +0200
@@ -1,0 +2,12 @@
+Tue May  7 11:04:55 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.5.php
+- Changes since 5.15.4:
+  * Fix build with Qt 4
+- Remove patches, now upstream:
+  * 0001-Fix-build-with-Qt-4.patch
+
+---

Old:

  0001-Fix-build-with-Qt-4.patch
  breeze-5.15.4.tar.xz
  breeze-5.15.4.tar.xz.sig

New:

  breeze-5.15.5.tar.xz
  breeze-5.15.5.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.dv8QL8/_old  2019-05-09 10:03:43.244050659 +0200
+++ /var/tmp/diff_new_pack.dv8QL8/_new  2019-05-09 10:03:43.244050659 +0200
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.15.4
+Version:5.15.5
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.dv8QL8/_old  2019-05-09 10:03:43.260050705 +0200
+++ /var/tmp/diff_new_pack.dv8QL8/_new  2019-05-09 10:03:43.260050705 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.15.4
+Version:5.15.5
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later
@@ -30,8 +30,6 @@
 %endif
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- 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
-# PATCH-FIX-UPSTREAM
-Patch1: 0001-Fix-build-with-Qt-4.patch
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  kde4-filesystem

++ breeze-5.15.4.tar.xz -> breeze-5.15.5.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.15.4.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.5148/breeze-5.15.5.tar.xz differ: char 
27, line 1





commit breeze for openSUSE:Factory

2019-04-04 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-04-04 15:18:34

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.3908 (New)


Package is "breeze"

Thu Apr  4 15:18:34 2019 rev:80 rq:690722 version:5.15.4

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-03-15 
10:51:40.296980886 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.3908/breeze.changes  2019-04-04 
15:18:58.694710676 +0200
@@ -1,0 +2,10 @@
+Tue Apr  2 12:40:56 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.4.php
+- Changes since 5.15.3:
+  * Compute correct position of drag button press on X11
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2019-03-15 
10:51:40.332980877 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.3908/breeze4-style.changes   
2019-04-04 15:18:58.750710696 +0200
@@ -1,0 +2,12 @@
+Tue Apr  2 12:40:56 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.4.php
+- Changes since 5.15.3:
+  * Compute correct position of drag button press on X11
+- Add patch to fix build:
+  * 0001-Fix-build-with-Qt-4.patch
+
+---

Old:

  breeze-5.15.3.tar.xz
  breeze-5.15.3.tar.xz.sig

New:

  0001-Fix-build-with-Qt-4.patch
  breeze-5.15.4.tar.xz
  breeze-5.15.4.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.xIPaiP/_old  2019-04-04 15:19:34.610723979 +0200
+++ /var/tmp/diff_new_pack.xIPaiP/_new  2019-04-04 15:19:34.610723979 +0200
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.15.3
+Version:5.15.4
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.xIPaiP/_old  2019-04-04 15:19:34.630723986 +0200
+++ /var/tmp/diff_new_pack.xIPaiP/_new  2019-04-04 15:19:34.634723988 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.15.3
+Version:5.15.4
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later
@@ -30,6 +30,8 @@
 %endif
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- 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
+# PATCH-FIX-UPSTREAM
+Patch1: 0001-Fix-build-with-Qt-4.patch
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  kde4-filesystem

++ 0001-Fix-build-with-Qt-4.patch ++
>From 386d3b8ed1e0595c9fc6e21643ff748402171429 Mon Sep 17 00:00:00 2001
From: Vlad Zagorodniy 
Date: Tue, 2 Apr 2019 16:01:19 +0300
Subject: [PATCH] Fix build with Qt 4

Reviewers: #plasma, davidedmundson, fvogt

Reviewed By: #plasma, davidedmundson, fvogt

Subscribers: fvogt, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D20201
---
 kstyle/breezewindowmanager.cpp | 11 +++
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/kstyle/breezewindowmanager.cpp b/kstyle/breezewindowmanager.cpp
index aba29eef..5ca3fea5 100644
--- a/kstyle/breezewindowmanager.cpp
+++ b/kstyle/breezewindowmanager.cpp
@@ -895,20 +895,15 @@ namespace Breeze
 // connection
 auto connection( Helper::connection() );
 
-#if QT_VERSION >= 0x050300
-const qreal dpiRatio = window->devicePixelRatio();
-#else
-const qreal dpiRatio = 1;
-#endif
-
 #if BREEZE_USE_KDE4
 auto net_connection = QX11Info::display();
+const QPoint native = position;
 #else
 auto net_connection = connection;
-#endif
-
+const qreal dpiRatio = window->devicePixelRatio();
 const QPoint origin = window->screen()->geometry().topLeft();
 const QPoint native = (position - origin) * dpiRatio + origin;
+#endif
 
 xcb_ungrab_pointer( connection, XCB_TIME_CURRENT_TIME );
 NETRootInfo( net_connection, NET::WMMoveResize ).moveResizeRequest(
-- 
2.20.1

++ breeze-5.15.3.tar.xz -> breeze-5.15.4.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.15.3.tar.xz 

commit breeze for openSUSE:Factory

2019-03-15 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-03-15 10:51:37

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.28833 (New)


Package is "breeze"

Fri Mar 15 10:51:37 2019 rev:79 rq:684870 version:5.15.3

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-02-28 
21:34:17.533717771 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.28833/breeze.changes 2019-03-15 
10:51:40.296980886 +0100
@@ -1,0 +2,15 @@
+Thu Mar 14 09:12:34 UTC 2019 - Fabian Vogt 
+
+- Drop breeze-gtk requirement, it does not make sense, it's now
+  handled by Supplements in breeze-gtk instead
+
+---
+Tue Mar 12 13:15:20 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.3.php
+- No code changes since 5.15.2
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2019-02-28 
21:34:17.577717757 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.28833/breeze4-style.changes  
2019-03-15 10:51:40.332980877 +0100
@@ -1,0 +2,9 @@
+Tue Mar 12 13:15:20 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.3.php
+- No code changes since 5.15.2
+
+---

Old:

  breeze-5.15.2.tar.xz
  breeze-5.15.2.tar.xz.sig

New:

  breeze-5.15.3.tar.xz
  breeze-5.15.3.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.CvmB2F/_old  2019-03-15 10:51:42.620980286 +0100
+++ /var/tmp/diff_new_pack.CvmB2F/_new  2019-03-15 10:51:42.620980286 +0100
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.15.2
+Version:5.15.3
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later
@@ -78,11 +78,8 @@
 %package -n breeze5-style
 Summary:Plasma Desktop artwork, styles and assets
 Group:  System/GUI/KDE
-Requires:   breeze-gtk
 Requires:   kconf_update5
-%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.

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.CvmB2F/_old  2019-03-15 10:51:42.652980278 +0100
+++ /var/tmp/diff_new_pack.CvmB2F/_new  2019-03-15 10:51:42.652980278 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.15.2
+Version:5.15.3
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.15.2.tar.xz -> breeze-5.15.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.15.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.28833/breeze-5.15.3.tar.xz differ: char 
27, line 1





commit breeze for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-02-28 21:34:14

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.28833 (New)


Package is "breeze"

Thu Feb 28 21:34:14 2019 rev:78 rq:679611 version:5.15.2

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-02-11 
21:19:07.295281877 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.28833/breeze.changes 2019-02-28 
21:34:17.533717771 +0100
@@ -1,0 +2,18 @@
+Tue Feb 26 14:04:34 UTC 2019 - fab...@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 - fab...@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
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.15.0.tar.xz
  breeze-5.15.0.tar.xz.sig

New:

  breeze-5.15.2.tar.xz
  breeze-5.15.2.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.uF83At/_old  2019-02-28 21:34:18.617717430 +0100
+++ /var/tmp/diff_new_pack.uF83At/_new  2019-02-28 21:34:18.621717428 +0100
@@ -22,15 +22,15 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.15.0
+Version:5.15.2
 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
+Source: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 %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
 %endif
 BuildRequires:  cmake >= 2.8.12

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.uF83At/_old  2019-02-28 21:34:18.633717424 +0100
+++ /var/tmp/diff_new_pack.uF83At/_new  2019-02-28 21:34:18.637717423 +0100
@@ -17,15 +17,15 @@
 
 
 Name:   breeze4-style
-Version:5.15.0
+Version:5.15.2
 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
+Source: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 %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
 %endif
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- fixes collapse/expand icon in Q3ListView that still 
may be used by some KDE4 applications (knode e.g.)

++ breeze-5.15.0.tar.xz -> breeze-5.15.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.15.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.28833/breeze-5.15.2.tar.xz differ: char 
26, line 1





commit breeze for openSUSE:Factory

2019-02-11 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-02-11 21:19:03

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.28833 (New)


Package is "breeze"

Mon Feb 11 21:19:03 2019 rev:77 rq:672568 version:5.15.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2019-01-10 
15:17:32.126678706 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.28833/breeze.changes 2019-02-11 
21:19:07.295281877 +0100
@@ -1,0 +2,34 @@
+Thu Feb  7 16:02:49 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.0.php
+- Changes since 5.14.90:
+  * Use correct window for getting ComboBox current icon pixmap
+  * Update Breeze Dark Look and Feel theme previews
+
+---
+Thu Jan 17 18:45:17 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.14.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.90.php
+- Changes since 5.14.5:
+  * Export path of installed color-schemes in BreezeConfig cmake
+  * Translate color scheme names
+  * Fix typo
+  * enable animations for standalone created buttons
+  * Fix build of libbreezecommon with USE_KDE4
+  * [libbreezecommon] Use box blur instead of FFT blur
+  * Improve accuracy of some window decoration options' labels BUG: 399602 
FIXED-IN: 5.15.0 (kde#399602)
+  * Fix logic typo
+  * Add KDE4 guard round mouse synthesised test
+  * Don't drag windows in empty areas from touch/pen events
+  * Link *-resize to the right icons
+  * [cursors] Also link for Breeze Snow
+  * [Cursors] link *-resize to *_corner cursor (kde#399194)
+- Does not use FFTW anymore
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.14.5.tar.xz
  breeze-5.14.5.tar.xz.sig

New:

  breeze-5.15.0.tar.xz
  breeze-5.15.0.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.g9b64m/_old  2019-02-11 21:19:08.843281052 +0100
+++ /var/tmp/diff_new_pack.g9b64m/_new  2019-02-11 21:19:08.843281052 +0100
@@ -22,21 +22,20 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.14.5
+Version:5.15.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: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
+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

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.g9b64m/_old  2019-02-11 21:19:08.855281046 +0100
+++ /var/tmp/diff_new_pack.g9b64m/_new  2019-02-11 21:19:08.859281044 +0100
@@ -17,22 +17,21 @@
 
 
 Name:   breeze4-style
-Version:5.14.5
+Version:5.15.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: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
+Source1:breeze-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- 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

++ breeze-5.14.5.tar.xz -> breeze-5.15.0.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.14.5.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.28833/breeze-5.15.0.tar.xz differ: char 
26, line 1





commit breeze for openSUSE:Factory

2019-01-10 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-01-10 15:17:00

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.28833 (New)


Package is "breeze"

Thu Jan 10 15:17:00 2019 rev:76 rq:663967 version:5.14.5

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-12-05 
09:40:14.916911612 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.28833/breeze.changes 2019-01-10 
15:17:32.126678706 +0100
@@ -1,0 +2,9 @@
+Tue Jan  8 13:36:35 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.14.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.5.php
+- No code changes since 5.14.4
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.14.4.tar.xz
  breeze-5.14.4.tar.xz.sig

New:

  breeze-5.14.5.tar.xz
  breeze-5.14.5.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.P3fMl4/_old  2019-01-10 15:17:33.162677715 +0100
+++ /var/tmp/diff_new_pack.P3fMl4/_new  2019-01-10 15:17:33.166677711 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package breeze
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.14.4
+Version:5.14.5
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.P3fMl4/_old  2019-01-10 15:17:33.178677700 +0100
+++ /var/tmp/diff_new_pack.P3fMl4/_new  2019-01-10 15:17:33.194677685 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package breeze4-style
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.14.4
+Version:5.14.5
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.14.4.tar.xz -> breeze-5.14.5.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.14.4.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.28833/breeze-5.14.5.tar.xz differ: char 
27, line 1





commit breeze for openSUSE:Factory

2018-12-05 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-12-05 09:40:07

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new.19453 (New)


Package is "breeze"

Wed Dec  5 09:40:07 2018 rev:75 rq:652307 version:5.14.4

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-11-10 
16:51:16.652349086 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.19453/breeze.changes 2018-12-05 
09:40:14.916911612 +0100
@@ -1,0 +2,11 @@
+Wed Nov 28 07:52:44 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.14.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.4.php
+- Changes since 5.14.3:
+  * Fix uncentered crosshairs
+  * Improve contrast for crosshair cursors (kde#400110)
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.14.3.tar.xz
  breeze-5.14.3.tar.xz.sig

New:

  breeze-5.14.4.tar.xz
  breeze-5.14.4.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.QKcTXt/_old  2018-12-05 09:40:18.552907634 +0100
+++ /var/tmp/diff_new_pack.QKcTXt/_new  2018-12-05 09:40:18.556907629 +0100
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.14.3
+Version:5.14.4
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.QKcTXt/_old  2018-12-05 09:40:18.580907603 +0100
+++ /var/tmp/diff_new_pack.QKcTXt/_new  2018-12-05 09:40:18.580907603 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.14.3
+Version:5.14.4
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.14.3.tar.xz -> breeze-5.14.4.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.14.3.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.19453/breeze-5.14.4.tar.xz differ: char 
25, line 1





commit breeze for openSUSE:Factory

2018-11-10 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-11-10 16:50:54

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Sat Nov 10 16:50:54 2018 rev:74 rq:646841 version:5.14.3

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-10-29 
14:57:02.353756906 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-11-10 
16:51:16.652349086 +0100
@@ -1,0 +2,13 @@
+Tue Nov  6 15:53:04 UTC 2018 - fab...@ritter-vogt.de
+
+- Add David Edmundson's key to plasma.keyring
+- Update to 5.14.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.3.php
+- Changes since 5.14.2:
+  * Link *-resize to the right icons
+  * [cursors] Also link for Breeze Snow
+  * [Cursors] link *-resize to *_corner cursor (kde#399194)
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.14.2.tar.xz
  breeze-5.14.2.tar.xz.sig

New:

  breeze-5.14.3.tar.xz
  breeze-5.14.3.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.gCp9FA/_old  2018-11-10 16:51:18.536346771 +0100
+++ /var/tmp/diff_new_pack.gCp9FA/_new  2018-11-10 16:51:18.572346727 +0100
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.14.2
+Version:5.14.3
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.gCp9FA/_old  2018-11-10 16:51:18.800346447 +0100
+++ /var/tmp/diff_new_pack.gCp9FA/_new  2018-11-10 16:51:18.824346418 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.14.2
+Version:5.14.3
 Release:0
 Summary:Plasma Desktop artwork, styles and assets
 License:GPL-2.0-or-later

++ breeze-5.14.2.tar.xz -> breeze-5.14.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.14.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.14.3.tar.xz differ: char 25, 
line 1

++ plasma.keyring ++
Binary files /var/tmp/diff_new_pack.gCp9FA/_old and 
/var/tmp/diff_new_pack.gCp9FA/_new differ




commit breeze for openSUSE:Factory

2018-10-29 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-10-29 14:15:43

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Mon Oct 29 14:15:43 2018 rev:73 rq:644028 version:5.14.2

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-10-22 
11:20:39.931319116 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-10-29 
14:57:02.353756906 +0100
@@ -1,0 +2,9 @@
+Tue Oct 23 13:54:52 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.14.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.2.php
+- No code changes since 5.14.1
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.14.1.tar.xz
  breeze-5.14.1.tar.xz.sig

New:

  breeze-5.14.2.tar.xz
  breeze-5.14.2.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.o9LDQ5/_old  2018-10-29 14:57:03.249760020 +0100
+++ /var/tmp/diff_new_pack.o9LDQ5/_new  2018-10-29 14:57:03.249760020 +0100
@@ -22,15 +22,15 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.14.1
+Version:5.14.2
 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/5.14.1/breeze-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/5.14.1/breeze-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  cmake >= 2.8.12

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.o9LDQ5/_old  2018-10-29 14:57:03.273760103 +0100
+++ /var/tmp/diff_new_pack.o9LDQ5/_new  2018-10-29 14:57:03.273760103 +0100
@@ -17,15 +17,15 @@
 
 
 Name:   breeze4-style
-Version:5.14.1
+Version:5.14.2
 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/5.14.1/breeze-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/5.14.1/breeze-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- fixes collapse/expand icon in Q3ListView that still 
may be used by some KDE4 applications (knode e.g.)

++ breeze-5.14.1.tar.xz -> breeze-5.14.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.14.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.14.2.tar.xz differ: char 25, 
line 1





commit breeze for openSUSE:Factory

2018-10-22 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-10-22 11:17:57

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Mon Oct 22 11:17:57 2018 rev:72 rq:642439 version:5.14.1

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-10-08 
17:31:27.499582615 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-10-22 
11:20:39.931319116 +0200
@@ -1,0 +2,9 @@
+Tue Oct 16 14:05:12 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.14.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.1.php
+- No code changes since 5.14.0
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.14.0.tar.xz
  breeze-5.14.0.tar.xz.sig

New:

  breeze-5.14.1.tar.xz
  breeze-5.14.1.tar.xz.sig



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.yxHHRF/_old  2018-10-22 11:20:41.167317844 +0200
+++ /var/tmp/diff_new_pack.yxHHRF/_new  2018-10-22 11:20:41.171317840 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,15 +22,15 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   breeze
-Version:5.14.0
+Version:5.14.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: breeze-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/5.14.1/breeze-%{version}.tar.xz
 %if %{with lang}
-Source1:breeze-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/5.14.1/breeze-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  cmake >= 2.8.12

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.yxHHRF/_old  2018-10-22 11:20:41.187317824 +0200
+++ /var/tmp/diff_new_pack.yxHHRF/_new  2018-10-22 11:20:41.191317819 +0200
@@ -12,20 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   breeze4-style
-Version:5.14.0
+Version:5.14.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: breeze-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/5.14.1/breeze-%{version}.tar.xz
 %if %{with lang}
-Source1:breeze-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/5.14.1/breeze-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- fixes collapse/expand icon in Q3ListView that still 
may be used by some KDE4 applications (knode e.g.)

++ breeze-5.14.0.tar.xz -> breeze-5.14.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.14.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.14.1.tar.xz differ: char 25, 
line 1





commit breeze for openSUSE:Factory

2018-10-08 Thread root
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.changes2018-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 - fab...@ritter-vogt.de
+
+- 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 - fab...@ritter-vogt.de
+
+- Add tarball signature and keyring containing keys of release managers
+  Jonathan Riddell and Bhushan Shah
+
+---
+Thu Sep 13 17:24:58 UTC 2018 - fab...@ritter-vogt.de
+
+- 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 

commit breeze for openSUSE:Factory

2018-09-13 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-09-13 23:50:24

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Thu Sep 13 23:50:24 2018 rev:70 rq:633133 version:5.13.5

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-08-03 
12:31:43.311074429 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-09-13 
23:50:30.742443690 +0200
@@ -1,0 +2,10 @@
+Tue Sep  4 10:58:40 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.5.php
+- Changes since 5.13.4:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.13.4.tar.xz

New:

  breeze-5.13.5.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.hTgrXG/_old  2018-09-13 23:50:31.558443122 +0200
+++ /var/tmp/diff_new_pack.hTgrXG/_new  2018-09-13 23:50:31.558443122 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.13.4
+Version:5.13.5
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.hTgrXG/_old  2018-09-13 23:50:31.578443108 +0200
+++ /var/tmp/diff_new_pack.hTgrXG/_new  2018-09-13 23:50:31.578443108 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.13.4
+Version:5.13.5
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.13.4.tar.xz -> breeze-5.13.5.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.13.4.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.13.5.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2018-08-03 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-08-03 12:31:41

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Fri Aug  3 12:31:41 2018 rev:69 rq:626815 version:5.13.4

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-07-14 
20:18:52.671207022 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-08-03 
12:31:43.311074429 +0200
@@ -1,0 +2,10 @@
+Tue Jul 31 15:18:32 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.4.php
+- Changes since 5.13.3:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.13.3.tar.xz

New:

  breeze-5.13.4.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.cyz16r/_old  2018-08-03 12:31:44.235075790 +0200
+++ /var/tmp/diff_new_pack.cyz16r/_new  2018-08-03 12:31:44.235075790 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.13.3
+Version:5.13.4
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.cyz16r/_old  2018-08-03 12:31:44.251075813 +0200
+++ /var/tmp/diff_new_pack.cyz16r/_new  2018-08-03 12:31:44.251075813 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.13.3
+Version:5.13.4
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.13.3.tar.xz -> breeze-5.13.4.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.13.3.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.13.4.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-07-14 20:15:53

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Sat Jul 14 20:15:53 2018 rev:68 rq:622098 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-07-01 
21:20:37.525220012 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-07-14 
20:18:52.671207022 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:01:16 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.13.2.tar.xz

New:

  breeze-5.13.3.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.Blxegn/_old  2018-07-14 20:18:53.659209567 +0200
+++ /var/tmp/diff_new_pack.Blxegn/_new  2018-07-14 20:18:53.659209567 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.13.2
+Version:5.13.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.Blxegn/_old  2018-07-14 20:18:53.679209618 +0200
+++ /var/tmp/diff_new_pack.Blxegn/_new  2018-07-14 20:18:53.679209618 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.13.2
+Version:5.13.3
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.13.2.tar.xz -> breeze-5.13.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.13.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.13.3.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2018-07-01 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-07-01 21:20:31

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Sun Jul  1 21:20:31 2018 rev:67 rq:619290 version:5.13.2

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-06-26 
10:33:15.771969338 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-07-01 
21:20:37.525220012 +0200
@@ -1,0 +2,10 @@
+Tue Jun 26 16:00:04 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.2.php
+- Changes since 5.13.1:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.13.1.tar.xz

New:

  breeze-5.13.2.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.jO7K6w/_old  2018-07-01 21:20:38.389218882 +0200
+++ /var/tmp/diff_new_pack.jO7K6w/_new  2018-07-01 21:20:38.389218882 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.13.1
+Version:5.13.2
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.jO7K6w/_old  2018-07-01 21:20:38.421218840 +0200
+++ /var/tmp/diff_new_pack.jO7K6w/_new  2018-07-01 21:20:38.425218834 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.13.1
+Version:5.13.2
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.13.1.tar.xz -> breeze-5.13.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.13.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.13.2.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2018-06-26 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-06-26 10:33:07

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Tue Jun 26 10:33:07 2018 rev:66 rq:617949 version:5.13.1

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-06-13 
15:28:52.283793056 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-06-26 
10:33:15.771969338 +0200
@@ -1,0 +2,10 @@
+Tue Jun 19 14:43:42 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.1.php
+- Changes since 5.13.0:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.13.0.tar.xz

New:

  breeze-5.13.1.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.XNVsvj/_old  2018-06-26 10:33:17.619901470 +0200
+++ /var/tmp/diff_new_pack.XNVsvj/_new  2018-06-26 10:33:17.623901323 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.13.0
+Version:5.13.1
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -53,10 +53,10 @@
 Requires:   breeze5-wallpapers >= %{version}
 Recommends: breeze5-decoration >= %{version}
 Summary:Plasma Desktop artwork, styles and assets
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: breeze-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.XNVsvj/_old  2018-06-26 10:33:17.65991 +0200
+++ /var/tmp/diff_new_pack.XNVsvj/_new  2018-06-26 10:33:17.663899855 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.13.0
+Version:5.13.1
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
@@ -29,10 +29,10 @@
 # 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+
+License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: breeze-%{version}.tar.xz
+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 wba...@tmo.at -- 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

++ breeze-5.13.0.tar.xz -> breeze-5.13.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.13.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.13.1.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-06-13 15:28:49

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Wed Jun 13 15:28:49 2018 rev:65 rq:615728 version:5.13.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-05-08 
13:33:14.490427369 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-06-13 
15:28:52.283793056 +0200
@@ -1,0 +2,46 @@
+Thu Jun  7 20:03:50 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.0.php
+- Changes since 5.12.90:
+  * Check for option->styleObject before accessing it (kde#395028)
+
+---
+Sat May 19 14:16:33 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.90.php
+- Changes since 5.12.5:
+  * Draw mouse-over rect over the full toolbutton even if it has a menu
+  * Plasma 5.13 "Kokkini" Wallpaper
+  * Fix build with Qt 4
+  * [kstyle] create shadow tiles more explicitly
+  * [kstyle] use Q_FALLTHROUGH in breezesplitterproxy
+  * [kdecoration] delete unused m_buttons field
+  * [colors] add corresponding CMakeLists.txt
+  * modernize: delete redundant return statements
+  * modernize: delete redundant void args
+  * modernize: use nullptr
+  * delete COPYING-ICONS
+  * [cursors] Add arrow cursor symlinks
+  * - Moved shadowSize from anonymous namespace to static member function - 
calculate proper shadow size for Mdi windows - fix mdi windows shadow 
renderning.
+  * Remove long-time deprecated Encoding=UTF-8 from desktop format file
+  * fix double spacing bug
+  * Fixed kde4 compilation. Fixed warning about blurhelper initialization.
+  * Added optional transparency/blur to menu frames
+  * Revert "Added option to set transparency and blur behind menu frames such 
as right click context menu, toolbar menu, etc."
+  * align checkable widgets in menu items
+  * Added option to set transparency and blur behind menu frames such as right 
click context menu, toolbar menu, etc. Transparency and blur is disabled by 
default. Submitted on behalf of Alex Nemeth
+  * Revert "reserve space for checkable widgets in menu items"
+  * reserve space for checkable widgets in menu items
+  * Add the marking gcc likes to silence -Wimplicit-fallthrough= warning
+  * fixed KDE4 compîlation (missing header)
+  * ensure the rounded rectangle of scrollbard stays round
+  * Fixed qt4 compilation.
+  * even slimmer scrollbars
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.12.5.tar.xz

New:

  breeze-5.13.0.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.sCOPTW/_old  2018-06-13 15:28:53.659742388 +0200
+++ /var/tmp/diff_new_pack.sCOPTW/_new  2018-06-13 15:28:53.663742240 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.12.5
+Version:5.13.0
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -56,7 +56,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.sCOPTW/_old  2018-06-13 15:28:53.691741209 +0200
+++ /var/tmp/diff_new_pack.sCOPTW/_new  2018-06-13 15:28:53.695741062 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.12.5
+Version:5.13.0
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
@@ -32,7 +32,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- 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

++ breeze-5.12.5.tar.xz -> breeze-5.13.0.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.12.5.tar.xz 

commit breeze for openSUSE:Factory

2018-05-08 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-05-08 13:33:00

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Tue May  8 13:33:00 2018 rev:64 rq:603237 version:5.12.5

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-03-30 
12:03:53.713386841 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-05-08 
13:33:14.490427369 +0200
@@ -1,0 +2,10 @@
+Wed May  2 09:05:34 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.5.php
+- Changes since 5.12.4:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.12.4.tar.xz

New:

  breeze-5.12.5.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.Pu0Xc1/_old  2018-05-08 13:33:16.630350153 +0200
+++ /var/tmp/diff_new_pack.Pu0Xc1/_new  2018-05-08 13:33:16.634350008 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.12.4
+Version:5.12.5
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.Pu0Xc1/_old  2018-05-08 13:33:16.666348854 +0200
+++ /var/tmp/diff_new_pack.Pu0Xc1/_new  2018-05-08 13:33:16.674348565 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.12.4
+Version:5.12.5
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.12.4.tar.xz -> breeze-5.12.5.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.12.4.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.12.5.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2018-03-30 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-03-30 12:03:02

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Fri Mar 30 12:03:02 2018 rev:63 rq:591818 version:5.12.4

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-03-09 
10:30:45.512895121 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-03-30 
12:03:53.713386841 +0200
@@ -1,0 +2,10 @@
+Tue Mar 27 15:40:47 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.4.php
+- Changes since 5.12.3:
+  * - Moved shadowSize from anonymous namespace to static member function - 
calculate proper shadow size for Mdi windows - fix mdi windows shadow 
renderning.
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.12.3.tar.xz

New:

  breeze-5.12.4.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.ULUwdj/_old  2018-03-30 12:03:55.021339546 +0200
+++ /var/tmp/diff_new_pack.ULUwdj/_new  2018-03-30 12:03:55.037338968 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.12.3
+Version:5.12.4
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.ULUwdj/_old  2018-03-30 12:03:55.085337232 +0200
+++ /var/tmp/diff_new_pack.ULUwdj/_new  2018-03-30 12:03:55.089337088 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.12.3
+Version:5.12.4
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.12.3.tar.xz -> breeze-5.12.4.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.12.3.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.12.4.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2018-03-09 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-03-09 10:30:43

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Fri Mar  9 10:30:43 2018 rev:62 rq:584034 version:5.12.3

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-02-28 
19:56:43.077020279 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-03-09 
10:30:45.512895121 +0100
@@ -1,0 +2,10 @@
+Tue Mar  6 16:07:05 CET 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.3.php
+- Changes since 5.12.2:
+  * Render application icon at paintdevice DPR (kde#390639)
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.12.2.tar.xz

New:

  breeze-5.12.3.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.tHv8Bz/_old  2018-03-09 10:30:46.752850487 +0100
+++ /var/tmp/diff_new_pack.tHv8Bz/_new  2018-03-09 10:30:46.756850343 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.12.2
+Version:5.12.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -56,7 +56,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: breeze-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.tHv8Bz/_old  2018-03-09 10:30:46.784849336 +0100
+++ /var/tmp/diff_new_pack.tHv8Bz/_new  2018-03-09 10:30:46.796848904 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.12.2
+Version:5.12.3
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
@@ -32,7 +32,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: breeze-%{version}.tar.xz
+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 wba...@tmo.at -- 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

++ breeze-5.12.2.tar.xz -> breeze-5.12.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.12.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.12.3.tar.xz differ: char 27, 
line 1




commit breeze for openSUSE:Factory

2018-02-28 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-02-28 19:56:41

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Wed Feb 28 19:56:41 2018 rev:61 rq:579121 version:5.12.2

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-02-19 
12:57:43.037111009 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-02-28 
19:56:43.077020279 +0100
@@ -1,0 +2,10 @@
+Wed Feb 21 23:57:07 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.2.php
+- Changes since 5.12.1:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.12.1.tar.xz

New:

  breeze-5.12.2.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.YY4O0Q/_old  2018-02-28 19:56:46.108910568 +0100
+++ /var/tmp/diff_new_pack.YY4O0Q/_new  2018-02-28 19:56:46.116910278 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.12.1
+Version:5.12.2
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.YY4O0Q/_old  2018-02-28 19:56:46.152908975 +0100
+++ /var/tmp/diff_new_pack.YY4O0Q/_new  2018-02-28 19:56:46.156908830 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.12.1
+Version:5.12.2
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.12.1.tar.xz -> breeze-5.12.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.12.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.12.2.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2018-02-19 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-02-19 12:57:31

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Mon Feb 19 12:57:31 2018 rev:60 rq:577836 version:5.12.1

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-02-06 
16:42:16.971360322 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-02-19 
12:57:43.037111009 +0100
@@ -1,0 +2,10 @@
+Tue Feb 13 16:25:27 CET 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.1.php
+- Changes since 5.12.0:
+  * Fix LnF theme data for window decoration
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.12.0.tar.xz

New:

  breeze-5.12.1.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.1aI3Bl/_old  2018-02-19 12:57:45.525021283 +0100
+++ /var/tmp/diff_new_pack.1aI3Bl/_new  2018-02-19 12:57:45.529021140 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.12.0
+Version:5.12.1
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.1aI3Bl/_old  2018-02-19 12:57:45.553020273 +0100
+++ /var/tmp/diff_new_pack.1aI3Bl/_new  2018-02-19 12:57:45.553020273 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.12.0
+Version:5.12.1
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.12.0.tar.xz -> breeze-5.12.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.12.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.12.1.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2018-02-06 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-02-06 16:42:06

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Tue Feb  6 16:42:06 2018 rev:59 rq:573011 version:5.12.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-01-22 
16:07:06.813947012 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-02-06 
16:42:16.971360322 +0100
@@ -1,0 +2,10 @@
+Fri Feb  2 21:03:42 CET 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.0.php
+- Changes since 5.11.95:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.11.95.tar.xz

New:

  breeze-5.12.0.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.UczjFf/_old  2018-02-06 16:42:18.855272163 +0100
+++ /var/tmp/diff_new_pack.UczjFf/_new  2018-02-06 16:42:18.859271976 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.11.95
+Version:5.12.0
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.UczjFf/_old  2018-02-06 16:42:18.879271040 +0100
+++ /var/tmp/diff_new_pack.UczjFf/_new  2018-02-06 16:42:18.879271040 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.11.95
+Version:5.12.0
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
@@ -32,7 +32,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/unstable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- 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

++ breeze-5.11.95.tar.xz -> breeze-5.12.0.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.11.95.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.12.0.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-01-22 16:07:04

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Mon Jan 22 16:07:04 2018 rev:58 rq:566888 version:5.11.95

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2018-01-03 
13:37:20.707072850 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-01-22 
16:07:06.813947012 +0100
@@ -1,0 +2,35 @@
+Mon Jan 15 15:54:02 CET 2018 - fab...@ritter-vogt.de
+
+- Update to 5.11.95
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.95.php
+- Changes since 5.11.5:
+  * Use combobox to choose shadow size and use more appropriate values for 
menu & tooltip shadow sizes
+  * Remove obsolete reviewboardrc file
+  * Adjusted range and default value for shadowsize and shadowcolor, to match 
the decoration settings. CCMAIL: pointedst...@zoho.com
+  * Horizontally center shadows and make them bigger
+  * Make it obvious what "Display window borders for maximized windows" is for
+  * Fix indentation of icon for left aligned toolbuttons
+  * Fix indentation of icon for left aligned toolbuttons
+  * fixed comments
+  * fixed icon state
+  * When an icon is set to a QMenuBar Item, render the icon only, and ignore 
the text, when set, as this is what qmenubar expects. BUG: 387539 (kde#387539)
+  * fixed comments
+  * fixed icon state
+  * When an icon is set to a QMenuBar Item, render the icon only, and ignore 
the text, when set, as this is what qmenubar expects. BUG: 387539 (kde#387539)
+  * [Breeze window decoration] Use intersects instead of contains
+  * [Breeze window decoration] Don't repaint title bar if not damaged
+  * Removed heuristics for not drawing separator between titlebar and window 
since there is now a user configurable settings to achieve this
+  * Set bottom border to zero for shaded windows
+  * Implement SH_Widget_Animation_Duration style hint
+  * Cleanup merge conflict
+  * Very slightly increase text contrast for the default Breeze color scheme 
(kde#381288)
+  * Added setting to toggle drawing of title bar separator
+  * Add space in front of spinbox suffix "ms"
+  * better contrast for Complementary areas
+  * add license to .desktop file
+  * use proper color for toolbutton text in some edge cases (thanks Kay for 
reporting! )
+  * fixed icon mode in some toolbutton corner cases (explicitly: sunken but 
not on and not mouse over)
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.11.5.tar.xz

New:

  breeze-5.11.95.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.r4gGzT/_old  2018-01-22 16:07:08.261879264 +0100
+++ /var/tmp/diff_new_pack.r4gGzT/_new  2018-01-22 16:07:08.265879077 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.11.5
+Version:5.11.95
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -56,7 +56,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.r4gGzT/_old  2018-01-22 16:07:08.281878328 +0100
+++ /var/tmp/diff_new_pack.r4gGzT/_new  2018-01-22 16:07:08.281878328 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.11.5
+Version:5.11.95
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
@@ -32,7 +32,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: 
http://download.kde.org/unstable/plasma/%{version}/breeze-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- 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

++ breeze-5.11.5.tar.xz -> breeze-5.11.95.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.11.5.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.11.95.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2018-01-03 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2018-01-03 13:37:18

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Wed Jan  3 13:37:18 2018 rev:57 rq:561218 version:5.11.5

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-12-08 
12:44:49.836896118 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2018-01-03 
13:37:20.707072850 +0100
@@ -1,0 +2,13 @@
+Tue Jan  2 16:40:07 CET 2018 - fab...@ritter-vogt.de
+
+- Update to 5.11.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.5.php
+- Changes since 5.11.4:
+  * Fix indentation of icon for left aligned toolbuttons
+  * fixed comments
+  * fixed icon state
+  * When an icon is set to a QMenuBar Item, render the icon only, and ignore 
the text, when set, as this is what qmenubar expects. BUG: 387539 (kde#387539)
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.11.4.tar.xz

New:

  breeze-5.11.5.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.dcsDg8/_old  2018-01-03 13:37:22.038629471 +0100
+++ /var/tmp/diff_new_pack.dcsDg8/_new  2018-01-03 13:37:22.038629471 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package breeze
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.11.4
+Version:5.11.5
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.dcsDg8/_old  2018-01-03 13:37:22.058622814 +0100
+++ /var/tmp/diff_new_pack.dcsDg8/_new  2018-01-03 13:37:22.058622814 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package breeze4-style
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.11.4
+Version:5.11.5
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.11.4.tar.xz -> breeze-5.11.5.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.11.4.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.11.5.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2017-12-08 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-12-08 12:44:47

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Fri Dec  8 12:44:47 2017 rev:56 rq:547177 version:5.11.4

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-11-10 
14:46:12.748346664 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-12-08 
12:44:49.836896118 +0100
@@ -1,0 +2,10 @@
+Thu Nov 30 10:41:57 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.4.php
+- Changes since 5.11.3:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.11.3.tar.xz

New:

  breeze-5.11.4.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.GIBBJJ/_old  2017-12-08 12:44:51.684829379 +0100
+++ /var/tmp/diff_new_pack.GIBBJJ/_new  2017-12-08 12:44:51.684829379 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.11.3
+Version:5.11.4
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.GIBBJJ/_old  2017-12-08 12:44:51.708828512 +0100
+++ /var/tmp/diff_new_pack.GIBBJJ/_new  2017-12-08 12:44:51.708828512 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.11.3
+Version:5.11.4
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.11.3.tar.xz -> breeze-5.11.4.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.11.3.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.11.4.tar.xz differ: char 27, 
line 1




commit breeze for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-11-10 14:46:08

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Fri Nov 10 14:46:08 2017 rev:55 rq:539691 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-10-27 
13:48:25.320474581 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-11-10 
14:46:12.748346664 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:11 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.11.2.tar.xz

New:

  breeze-5.11.3.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.TOMFi7/_old  2017-11-10 14:46:16.624206536 +0100
+++ /var/tmp/diff_new_pack.TOMFi7/_new  2017-11-10 14:46:16.628206391 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.11.2
+Version:5.11.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.TOMFi7/_old  2017-11-10 14:46:16.656205379 +0100
+++ /var/tmp/diff_new_pack.TOMFi7/_new  2017-11-10 14:46:16.660205235 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.11.2
+Version:5.11.3
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.11.2.tar.xz -> breeze-5.11.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.11.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.11.3.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-10-27 13:48:22

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Fri Oct 27 13:48:22 2017 rev:54 rq:536647 version:5.11.2

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-10-23 
16:21:59.084610628 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-10-27 
13:48:25.320474581 +0200
@@ -1,0 +2,10 @@
+Tue Oct 24 18:12:21 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.2.php
+- Changes since 5.11.1:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.11.1.tar.xz

New:

  breeze-5.11.2.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.ZZBAJQ/_old  2017-10-27 13:48:26.968397559 +0200
+++ /var/tmp/diff_new_pack.ZZBAJQ/_new  2017-10-27 13:48:26.968397559 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.11.1
+Version:5.11.2
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.ZZBAJQ/_old  2017-10-27 13:48:26.996396251 +0200
+++ /var/tmp/diff_new_pack.ZZBAJQ/_new  2017-10-27 13:48:27.000396064 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.11.1
+Version:5.11.2
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.11.1.tar.xz -> breeze-5.11.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.11.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.11.2.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-10-23 16:21:55

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Mon Oct 23 16:21:55 2017 rev:53 rq:534544 version:5.11.1

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-10-09 
19:37:12.688618119 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-10-23 
16:21:59.084610628 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 17:18:01 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.1.php
+- Changes since 5.11.0:
+  * [kstyle] Use KWindowSystem to determine on which platform we are
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.11.0.tar.xz

New:

  breeze-5.11.1.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.CLPaLA/_old  2017-10-23 16:22:00.352551266 +0200
+++ /var/tmp/diff_new_pack.CLPaLA/_new  2017-10-23 16:22:00.352551266 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.11.0
+Version:5.11.1
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -56,7 +56,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: breeze-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.CLPaLA/_old  2017-10-23 16:22:00.372550330 +0200
+++ /var/tmp/diff_new_pack.CLPaLA/_new  2017-10-23 16:22:00.372550330 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.11.0
+Version:5.11.1
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
@@ -32,7 +32,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: breeze-%{version}.tar.xz
+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 wba...@tmo.at -- 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

++ breeze-5.11.0.tar.xz -> breeze-5.11.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.11.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.11.1.tar.xz differ: char 27, 
line 1




commit breeze for openSUSE:Factory

2017-10-09 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-10-09 19:37:09

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Mon Oct  9 19:37:09 2017 rev:52 rq:532011 version:5.11.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-08-24 
18:07:29.188939569 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-10-09 
19:37:12.688618119 +0200
@@ -1,0 +2,19 @@
+Thu Oct  5 12:39:17 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.0.php
+- Changes since 5.10.95:
+  * None
+
+---
+Thu Sep 14 14:29:03 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.95
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.95.php
+- Too many changes to list here
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.10.5.tar.xz

New:

  breeze-5.11.0.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.KTZD8E/_old  2017-10-09 19:37:13.984561153 +0200
+++ /var/tmp/diff_new_pack.KTZD8E/_new  2017-10-09 19:37:13.984561153 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.10.5
+Version:5.11.0
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -39,7 +39,7 @@
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5KCMUtils)
 BuildRequires:  cmake(KF5Package)
-BuildRequires:  cmake(KF5Wayland) >= %{_plasma5_version}
+BuildRequires:  cmake(KF5Wayland)
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(Qt5DBus) >= 5.4.0
 BuildRequires:  cmake(Qt5Quick) >= 5.4.0
@@ -56,7 +56,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.KTZD8E/_old  2017-10-09 19:37:14.004560274 +0200
+++ /var/tmp/diff_new_pack.KTZD8E/_new  2017-10-09 19:37:14.008560098 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.10.5
+Version:5.11.0
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
@@ -32,7 +32,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- 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

++ breeze-5.10.5.tar.xz -> breeze-5.11.0.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.10.5.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.11.0.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-08-24 18:07:12

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Thu Aug 24 18:07:12 2017 rev:51 rq:518251 version:5.10.5

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-07-25 
11:36:03.841049127 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-08-24 
18:07:29.188939569 +0200
@@ -1,0 +2,10 @@
+Tue Aug 22 19:11:30 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.5.php
+- Changes since 5.10.4:
+  * None
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2017-07-25 
11:36:04.224994907 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2017-08-24 18:07:29.216935628 +0200
@@ -1,0 +2,16 @@
+Tue Aug 22 19:11:30 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.5.php
+- Changes since 5.10.4:
+  * None
+
+---
+Thu Aug 17 08:46:54 UTC 2017 - fab...@ritter-vogt.de
+
+- Recommend kdebase4-workspace-libs here instead of in patterns-kde
+  to only install it with Qt4
+
+---

Old:

  breeze-5.10.4.tar.xz

New:

  breeze-5.10.5.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.7UQcjZ/_old  2017-08-24 18:07:30.476758249 +0200
+++ /var/tmp/diff_new_pack.7UQcjZ/_new  2017-08-24 18:07:30.476758249 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.10.4
+Version:5.10.5
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.7UQcjZ/_old  2017-08-24 18:07:30.508753745 +0200
+++ /var/tmp/diff_new_pack.7UQcjZ/_new  2017-08-24 18:07:30.508753745 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.10.4
+Version:5.10.5
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
@@ -26,6 +26,8 @@
 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+
 Group:  System/GUI/KDE

++ breeze-5.10.4.tar.xz -> breeze-5.10.5.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.10.4.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.10.5.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2017-07-25 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-07-25 11:36:01

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Tue Jul 25 11:36:01 2017 rev:50 rq:511256 version:5.10.4

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-07-02 
13:33:25.387293361 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-07-25 
11:36:03.841049127 +0200
@@ -1,0 +2,10 @@
+Tue Jul 18 16:14:47 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.4.php
+- Changes since 5.10.3:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.10.3.tar.xz

New:

  breeze-5.10.4.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.44Nhlf/_old  2017-07-25 11:36:05.208855965 +0200
+++ /var/tmp/diff_new_pack.44Nhlf/_new  2017-07-25 11:36:05.216854835 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.10.3
+Version:5.10.4
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.44Nhlf/_old  2017-07-25 11:36:05.240851446 +0200
+++ /var/tmp/diff_new_pack.44Nhlf/_new  2017-07-25 11:36:05.244850882 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.10.3
+Version:5.10.4
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.10.3.tar.xz -> breeze-5.10.4.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.10.3.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.10.4.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2017-07-02 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-07-02 13:33:21

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Sun Jul  2 13:33:21 2017 rev:49 rq:506529 version:5.10.3

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-06-16 
10:49:03.171899680 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-07-02 
13:33:25.387293361 +0200
@@ -1,0 +2,10 @@
+Tue Jun 27 17:49:35 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.3.php
+- Changes since 5.10.2:
+  * - hide shadow when mask is empty - properly handle creating shadow when 
mdi window is already visible at registration - added some "auto" declarations 
CCBUG: 379790
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.10.2.tar.xz

New:

  breeze-5.10.3.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.mlY3bj/_old  2017-07-02 13:33:26.507135453 +0200
+++ /var/tmp/diff_new_pack.mlY3bj/_new  2017-07-02 13:33:26.507135453 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.10.2
+Version:5.10.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.mlY3bj/_old  2017-07-02 13:33:26.527132633 +0200
+++ /var/tmp/diff_new_pack.mlY3bj/_new  2017-07-02 13:33:26.531132069 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.10.2
+Version:5.10.3
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.10.2.tar.xz -> breeze-5.10.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.10.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.10.3.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2017-06-16 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-06-16 10:49:01

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Fri Jun 16 10:49:01 2017 rev:48 rq:503560 version:5.10.2

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-06-10 
17:53:47.964119307 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-06-16 
10:49:03.171899680 +0200
@@ -1,0 +2,10 @@
+Tue Jun 13 21:35:00 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.2.php
+- Changes since 5.10.1:
+  * use fontMetrics.height() rather than boundingRect(...).height() the height 
of the title bar should not depend on the caption content.
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.10.1.tar.xz

New:

  breeze-5.10.2.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.z9AtW0/_old  2017-06-16 10:49:04.723681245 +0200
+++ /var/tmp/diff_new_pack.z9AtW0/_new  2017-06-16 10:49:04.727680682 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.10.1
+Version:5.10.2
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.z9AtW0/_old  2017-06-16 10:49:04.747677867 +0200
+++ /var/tmp/diff_new_pack.z9AtW0/_new  2017-06-16 10:49:04.747677867 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.10.1
+Version:5.10.2
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.10.1.tar.xz -> breeze-5.10.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.10.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.10.2.tar.xz differ: char 27, 
line 1




commit breeze for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-06-10 17:53:34

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Sat Jun 10 17:53:34 2017 rev:47 rq:501465 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-06-01 
16:24:39.307476818 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-06-10 
17:53:47.964119307 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.10.0.tar.xz

New:

  breeze-5.10.1.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.8oiTwg/_old  2017-06-10 17:53:49.127954973 +0200
+++ /var/tmp/diff_new_pack.8oiTwg/_new  2017-06-10 17:53:49.127954973 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.10.0
+Version:5.10.1
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -56,7 +56,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: breeze-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.8oiTwg/_old  2017-06-10 17:53:49.151951585 +0200
+++ /var/tmp/diff_new_pack.8oiTwg/_new  2017-06-10 17:53:49.155951020 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.10.0
+Version:5.10.1
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
@@ -30,7 +30,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: breeze-%{version}.tar.xz
+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 wba...@tmo.at -- 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

++ breeze-5.10.0.tar.xz -> breeze-5.10.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.10.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.10.1.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-06-01 16:24:29

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Thu Jun  1 16:24:29 2017 rev:46 rq:498785 version:5.10.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-04-30 
21:23:08.787056759 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-06-01 
16:24:39.307476818 +0200
@@ -1,0 +2,27 @@
+Fri May 26 14:10:29 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.0.php
+- Changes since 5.9.95:
+  * set a mask to shadow widget to make sure that it does not overlap with the 
mdi window. BUG:379790 (kde#379790)
+
+---
+Thu May 11 20:26:19 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.95
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.95.php
+- Changes since 5.9.5:
+  * fixed warning about unused variable
+  * bump version for 5.9.5
+  * Fix progress bar color
+  * [cursors] Add 36px (1.5 scaling) size for Breeze and Breeze Snow Cursors 
(kde#348603)
+  * Added new resolutions: 1366x768 and 1920x1200 Differential Revision: 
https://phabricator.kde.org/D4400
+  * Fix header content size when sorting is disabled
+- Use plasma-framework instead of plasma5-workspace to break a
+  build cycle. This causes a harmless warning to appear.
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2017-04-30 
21:23:08.831050555 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2017-06-01 16:24:39.359469486 +0200
@@ -1,0 +2,25 @@
+Fri May 26 14:10:29 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.0.php
+- Changes since 5.9.95:
+  * set a mask to shadow widget to make sure that it does not overlap with the 
mdi window. BUG:379790 (kde#379790)
+
+---
+Thu May 11 20:26:19 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.95
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.95.php
+- Changes since 5.9.5:
+  * fixed warning about unused variable
+  * bump version for 5.9.5
+  * Fix progress bar color
+  * [cursors] Add 36px (1.5 scaling) size for Breeze and Breeze Snow Cursors 
(kde#348603)
+  * Added new resolutions: 1366x768 and 1920x1200 Differential Revision: 
https://phabricator.kde.org/D4400
+  * Fix header content size when sorting is disabled
+
+---

Old:

  breeze-5.9.5.tar.xz

New:

  breeze-5.10.0.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.o5bQci/_old  2017-06-01 16:24:40.903251802 +0200
+++ /var/tmp/diff_new_pack.o5bQci/_new  2017-06-01 16:24:40.903251802 +0200
@@ -18,19 +18,19 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.9.5
+Version:5.10.0
 Release:0
-# Full Plasma 5 version (e.g. 5.9.4)
+# 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.9.4 in KUF)
+# 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}')}
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  kf5-filesystem
-# Needed for Plasma/LookAndFeel package type declaration (kde#367923)
-BuildRequires:  plasma5-workspace
+# Needed for Plasma/LookAndFeel service type declaration (kde#367923)
+BuildRequires:  plasma-framework
 BuildRequires:  cmake(KDecoration2) >= %{_plasma5_version}
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
@@ -56,7 +56,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
+Source: breeze-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -148,6 +148,7 @@
 %dir %{_kf5_servicesdir}
 %{_kf5_servicesdir}/breezestyleconfig.desktop
 %{_kf5_libdir}/cmake/Breeze/
+%dir %{_kf5_appstreamdir}/
 

commit breeze for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-04-30 21:22:59

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Sun Apr 30 21:22:59 2017 rev:45 rq:492166 version:5.9.5

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-03-28 
15:14:33.374713921 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-04-30 
21:23:08.787056759 +0200
@@ -1,0 +2,23 @@
+Sat Apr 29 13:30:20 UTC 2017 - wba...@tmo.at
+
+- BuildRequire plasma5-workspace instead of plasma-framework, that
+  one is actually needed to fix the appdata file generation
+  (kde#367923)
+
+---
+Tue Apr 25 18:57:59 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.9.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.5.php
+- Changes since 5.9.4:
+  * bump version for 5.9.5
+
+---
+Fri Apr  7 09:57:10 UTC 2017 - fab...@ritter-vogt.de
+
+- Add BuildRequires: plasma-framework to allow appdata file to be built
+- Add appdata file to %files
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2017-03-28 
15:14:33.418707690 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2017-04-30 21:23:08.831050555 +0200
@@ -1,0 +2,10 @@
+Tue Apr 25 18:57:59 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.9.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.5.php
+- Changes since 5.9.4:
+  * bump version for 5.9.5
+
+---

Old:

  breeze-5.9.4.tar.xz

New:

  breeze-5.9.5.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.LhuPM2/_old  2017-04-30 21:23:10.786774802 +0200
+++ /var/tmp/diff_new_pack.LhuPM2/_new  2017-04-30 21:23:10.790774238 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.9.4
+Version:5.9.5
 Release:0
 # Full Plasma 5 version (e.g. 5.9.4)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -29,6 +29,8 @@
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  kf5-filesystem
+# Needed for Plasma/LookAndFeel package type declaration (kde#367923)
+BuildRequires:  plasma5-workspace
 BuildRequires:  cmake(KDecoration2) >= %{_plasma5_version}
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
@@ -146,6 +148,7 @@
 %dir %{_kf5_servicesdir}
 %{_kf5_servicesdir}/breezestyleconfig.desktop
 %{_kf5_libdir}/cmake/Breeze/
+%{_kf5_appstreamdir}/org.kde.breezedark.desktop.appdata.xml
 
 %files -n breeze5-wallpapers
 %defattr(-,root,root)

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.LhuPM2/_old  2017-04-30 21:23:10.822769726 +0200
+++ /var/tmp/diff_new_pack.LhuPM2/_new  2017-04-30 21:23:10.822769726 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.9.4
+Version:5.9.5
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.9.4.tar.xz -> breeze-5.9.5.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.9.4.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.9.5.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-03-28 15:14:29

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Tue Mar 28 15:14:29 2017 rev:44 rq:482068 version:5.9.4

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-03-03 
14:42:30.582720383 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-03-28 
15:14:33.374713921 +0200
@@ -1,0 +2,9 @@
+Tue Mar 21 19:21:42 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.4.php
+- Changes since 5.9.3:
+  * None
+---
breeze4-style.changes: same change

Old:

  breeze-5.9.3.tar.xz

New:

  breeze-5.9.4.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.BKlvfe/_old  2017-03-28 15:14:35.706383636 +0200
+++ /var/tmp/diff_new_pack.BKlvfe/_new  2017-03-28 15:14:35.706383636 +0200
@@ -18,11 +18,11 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.9.3
+Version:5.9.4
 Release:0
-# Full Plasma 5 version (e.g. 5.9.3)
+# Full Plasma 5 version (e.g. 5.9.4)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.3 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.4 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.BKlvfe/_old  2017-03-28 15:14:35.734379670 +0200
+++ /var/tmp/diff_new_pack.BKlvfe/_new  2017-03-28 15:14:35.734379670 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.9.3
+Version:5.9.4
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.9.3.tar.xz -> breeze-5.9.4.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.9.3.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.9.4.tar.xz differ: char 27, 
line 1




commit breeze for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-03-03 14:42:28

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Fri Mar  3 14:42:28 2017 rev:43 rq:461386 version:5.9.3

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-02-19 
01:14:54.762519248 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-03-03 
14:42:30.582720383 +0100
@@ -1,0 +2,10 @@
+Tue Feb 28 19:54:02 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.3.php
+- Changes since 5.9.2:
+  * Use QPalette::Shadow instead of QPalette::Text to darken inactive tabs 
BUG:373088
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.9.2.tar.xz

New:

  breeze-5.9.3.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.bePagS/_old  2017-03-03 14:42:32.358468995 +0100
+++ /var/tmp/diff_new_pack.bePagS/_new  2017-03-03 14:42:32.362468429 +0100
@@ -18,11 +18,11 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.9.2
+Version:5.9.3
 Release:0
-# Full Plasma 5 version (e.g. 5.9.2)
+# Full Plasma 5 version (e.g. 5.9.3)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.2 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.3 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.bePagS/_old  2017-03-03 14:42:32.382465598 +0100
+++ /var/tmp/diff_new_pack.bePagS/_new  2017-03-03 14:42:32.386465032 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.9.2
+Version:5.9.3
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.9.2.tar.xz -> breeze-5.9.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.9.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.9.3.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2017-02-18 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-02-19 01:14:53

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.changes2017-02-10 
09:54:23.456317428 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-02-19 
01:14:54.762519248 +0100
@@ -1,0 +2,10 @@
+Tue Feb 14 17:58:12 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.2
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.2.php
+- Changes since 5.9.1:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.9.1.tar.xz

New:

  breeze-5.9.2.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.ifNQ39/_old  2017-02-19 01:14:56.506274279 +0100
+++ /var/tmp/diff_new_pack.ifNQ39/_new  2017-02-19 01:14:56.510273717 +0100
@@ -18,11 +18,11 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.9.1
+Version:5.9.2
 Release:0
-# Full Plasma 5 version (e.g. 5.9.1)
+# Full Plasma 5 version (e.g. 5.9.2)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.2 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.ifNQ39/_old  2017-02-19 01:14:56.534270346 +0100
+++ /var/tmp/diff_new_pack.ifNQ39/_new  2017-02-19 01:14:56.538269784 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.9.1
+Version:5.9.2
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.9.1.tar.xz -> breeze-5.9.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.9.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.9.2.tar.xz differ: char 27, 
line 1




commit breeze for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-02-10 09:53:58

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.changes2017-02-03 
17:32:18.190541789 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-02-10 
09:54:23.456317428 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:51:19 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * [KStyle] Don't draw focus indicator on ComboBox entries
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.9.0.tar.xz

New:

  breeze-5.9.1.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.okdRuG/_old  2017-02-10 09:54:25.688001867 +0100
+++ /var/tmp/diff_new_pack.okdRuG/_new  2017-02-10 09:54:25.688001867 +0100
@@ -18,11 +18,11 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.9.0
+Version:5.9.1
 Release:0
-# Full Plasma 5 version (e.g. 5.9.0)
+# Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13
@@ -54,7 +54,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: breeze-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.okdRuG/_old  2017-02-10 09:54:25.707999040 +0100
+++ /var/tmp/diff_new_pack.okdRuG/_new  2017-02-10 09:54:25.707999040 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.9.0
+Version:5.9.1
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
@@ -30,7 +30,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: breeze-%{version}.tar.xz
+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 wba...@tmo.at -- 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

++ breeze-5.9.0.tar.xz -> breeze-5.9.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.9.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.9.1.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-01-31 12:16:32

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.changes2017-01-04 
17:20:49.410999831 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-02-03 
17:32:18.190541789 +0100
@@ -1,0 +2,40 @@
+Thu Jan 26 19:57:59 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.0.php
+- Changes since 5.8.95:
+  * [lookandfeel] Breeze window decoration
+
+---
+Sat Jan 14 19:40:10 UTC 2017 - herb...@graeber-clan.de
+
+- Remove recommendation of breeze4-style, replaced by a supplement
+  of packagand(breeze5-style:libqt4) in breeze4-style itself
+
+---
+Thu Jan 12 20:39:58 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 5.8.95 (Plasma 5.9 Beta)
+  * New feature release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.95.php
+- Changes:
+  * Draw scrollbar as focused when scrollbar itself have focus.
+  * Plasma 5.9 wallpaper "Canopee".
+  * Implement drag from free space also for QtQuickControls.
+  * Default to no arrows.
+  * Make scrollbar size configurable.
+  * Removed unnecessary ifdef.
+  * Fix flickering arrows.
+  * Fixed warning about unused variable.
+  * Fixed warning about unused variables.
+  * Fixed compilation for KDE4.
+  * The combobox needs to be 2 pixels wider for contents to fit.
+  * Show full scrollbar only on mouse over.
+  * Fix broken kcfgc files.
+  * [kstyle] Implement window moving on Wayland.
+  * Fix crash on exit.
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2017-01-04 
17:20:49.442995301 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2017-02-03 17:32:18.214538392 +0100
@@ -1,0 +2,40 @@
+Thu Jan 26 19:57:59 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.0.php
+- Changes since 5.8.95:
+  * [lookandfeel] Breeze window decoration
+
+---
+Sat Jan 14 19:41:46 UTC 2017 - herb...@graeber-clan.de
+
+- Supplement packagand(breeze5-stlye:libqt4) as a replecement for
+  Requires/Recommends in plasma5-session and breeze5-style
+
+---
+Thu Jan 12 20:39:58 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 5.8.95 (Plasma 5.9 Beta)
+  * New feature release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.95.php
+- Changes:
+  * Draw scrollbar as focused when scrollbar itself have focus.
+  * Plasma 5.9 wallpaper "Canopee".
+  * Implement drag from free space also for QtQuickControls.
+  * Default to no arrows.
+  * Make scrollbar size configurable.
+  * Removed unnecessary ifdef.
+  * Fix flickering arrows.
+  * Fixed warning about unused variable.
+  * Fixed warning about unused variables.
+  * Fixed compilation for KDE4.
+  * The combobox needs to be 2 pixels wider for contents to fit.
+  * Show full scrollbar only on mouse over.
+  * Fix broken kcfgc files.
+  * [kstyle] Implement window moving on Wayland.
+  * Fix crash on exit.
+
+---

Old:

  breeze-5.8.5.tar.xz

New:

  breeze-5.9.0.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.gdSbJP/_old  2017-02-03 17:32:19.686330081 +0100
+++ /var/tmp/diff_new_pack.gdSbJP/_new  2017-02-03 17:32:19.690329515 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package breeze
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,11 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.8.5
+Version:5.9.0
 Release:0
-# Full Plasma 5 version (e.g. 5.8.5)
+# Full Plasma 5 version (e.g. 5.9.0)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.90 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo 

commit breeze for openSUSE:Factory

2016-11-25 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-11-25 12:06:05

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.changes2016-11-04 
20:52:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-11-25 
12:06:07.0 +0100
@@ -2 +2 @@
-Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+Wed Nov 23 10:59:30 UTC 2016 - fab...@ritter-vogt.de
@@ -4 +4 @@
-- Update to 5.8.3
+- Update to 5.8.4
@@ -7 +7 @@
-https://www.kde.org/announcements/plasma-5.8.3.php
+https://www.kde.org/announcements/plasma-5.8.4.php
@@ -10 +10 @@
-Sun Oct 23 18:02:27 UTC 2016 - wba...@tmo.at
+Wed Nov  9 13:42:39 UTC 2016 - fab...@ritter-vogt.de
@@ -12,2 +12,9 @@
-- Update add-support-for-Q3ListView-to-the-KDE4-style.patch to fix
-  some graphical glitches (boo#1005902)
+- Introduce new _plasma5_bugfix global for more fine-tuned dependencies
+
+---
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2016-11-04 
20:52:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2016-11-25 12:06:07.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov 23 10:59:30 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.4
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.4.php
+
+---
@@ -7,0 +16,6 @@
+
+---
+Sun Oct 23 18:02:27 UTC 2016 - wba...@tmo.at
+
+- Update add-support-for-Q3ListView-to-the-KDE4-style.patch to fix
+  some graphical glitches (boo#1005902)

Old:

  breeze-5.8.3.tar.xz

New:

  breeze-5.8.4.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.uuoZaf/_old  2016-11-25 12:06:10.0 +0100
+++ /var/tmp/diff_new_pack.uuoZaf/_new  2016-11-25 12:06:10.0 +0100
@@ -18,9 +18,12 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.8.3
+Version:5.8.4
 Release:0
-%{!?_plasma5_version: %global _plasma5_version %{version}}
+# Full Plasma 5 version (e.g. 5.8.4)
+%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.90 in KUF)
+%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13
 BuildRequires:  fdupes

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.uuoZaf/_old  2016-11-25 12:06:10.0 +0100
+++ /var/tmp/diff_new_pack.uuoZaf/_new  2016-11-25 12:06:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.8.3
+Version:5.8.4
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.8.3.tar.xz -> breeze-5.8.4.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.8.3.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.8.4.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-11-04 20:51:56

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.changes2016-10-28 
12:26:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-11-04 
20:52:41.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.8.2.tar.xz

New:

  breeze-5.8.3.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.6jJZDU/_old  2016-11-04 20:52:43.0 +0100
+++ /var/tmp/diff_new_pack.6jJZDU/_new  2016-11-04 20:52:43.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.8.2
+Version:5.8.3
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 BuildRequires:  cmake >= 2.8.12

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.6jJZDU/_old  2016-11-04 20:52:43.0 +0100
+++ /var/tmp/diff_new_pack.6jJZDU/_new  2016-11-04 20:52:43.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.8.2
+Version:5.8.3
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.8.2.tar.xz -> breeze-5.8.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.8.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.8.3.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-10-28 12:26:21

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.changes2016-10-22 
13:06:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-10-28 
12:26:22.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 23 18:02:27 UTC 2016 - wba...@tmo.at
+
+- Update add-support-for-Q3ListView-to-the-KDE4-style.patch to fix
+  some graphical glitches (boo#1005902)
+
+---



Other differences:
--
breeze4-style.spec: same change
++ add-support-for-Q3ListView-to-the-KDE4-style.patch ++
--- /var/tmp/diff_new_pack.pc40cA/_old  2016-10-28 12:26:23.0 +0200
+++ /var/tmp/diff_new_pack.pc40cA/_new  2016-10-28 12:26:23.0 +0200
@@ -1,5 +1,5 @@
 diff --git a/kstyle/breezestyle.cpp b/kstyle/breezestyle.cpp
-index 8a02d75..359d1ab 100644
+index 8a02d75..c1b9670 100644
 --- a/kstyle/breezestyle.cpp
 +++ b/kstyle/breezestyle.cpp
 @@ -929,6 +929,7 @@ namespace Breeze
@@ -10,7 +10,7 @@
  case CC_Slider: fcn = ::drawSliderComplexControl; break;
  case CC_Dial: fcn = ::drawDialComplexControl; break;
  case CC_ScrollBar: fcn = ::drawScrollBarComplexControl; 
break;
-@@ -6122,6 +6123,63 @@ namespace Breeze
+@@ -6122,6 +6216,67 @@ namespace Breeze
  }
  
  //__
@@ -50,7 +50,9 @@
 +{ opt.state |= QStyle::State_Children | ( item.state & 
QStyle::State_Open ); }
 + 
 +opt.rect = QRect( optListView->rect.left(), y, 
optListView->rect.width(), item.height );
++painter->save();
 +drawIndicatorBranchPrimitive( , painter, widget );
++painter->restore();
 + 
 +if( ( opt.state & QStyle::State_Sibling ) && item.height 
< item.totalHeight )
 +{
@@ -58,7 +60,9 @@
 +opt.rect = QRect(
 +optListView->rect.left(), y + item.height,
 +optListView->rect.width(), item.totalHeight - 
item.height );
++painter->save();
 +drawIndicatorBranchPrimitive( , painter, widget );
++painter->restore();
 +}
 +}
 + 




commit breeze for openSUSE:Factory

2016-10-22 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-10-22 13:06:02

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.changes2016-10-18 
09:57:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-10-22 
13:06:04.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct 18 15:16:03 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.2.php
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2016-10-18 
09:57:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2016-10-22 13:06:04.0 +0200
@@ -1,0 +2,16 @@
+Tue Oct 18 15:16:03 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.2.php
+
+---
+Tue Oct 11 15:44:28 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.1.php
+
+---

Old:

  breeze-5.8.1.tar.xz

New:

  breeze-5.8.2.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.WzDvvO/_old  2016-10-22 13:06:05.0 +0200
+++ /var/tmp/diff_new_pack.WzDvvO/_new  2016-10-22 13:06:05.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.8.1
+Version:5.8.2
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 BuildRequires:  cmake >= 2.8.12
@@ -67,8 +67,8 @@
 
 %package -n breeze5-style
 Summary:Plasma Desktop artwork, styles and assets
-Group:  System/GUI/KDE
 # needed for kde4breeze
+Group:  System/GUI/KDE
 Requires:   breeze-gtk
 Requires:   kconf_update5
 Recommends: breeze4-style

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.WzDvvO/_old  2016-10-22 13:06:05.0 +0200
+++ /var/tmp/diff_new_pack.WzDvvO/_new  2016-10-22 13:06:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package breeze4-style
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.8.1
+Version:5.8.2
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.8.1.tar.xz -> breeze-5.8.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.8.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.8.2.tar.xz differ: char 27, 
line 1




commit breeze for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-10-18 09:57:23

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.changes2016-10-04 
15:57:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-10-18 
09:57:25.0 +0200
@@ -1,0 +2,13 @@
+Tue Oct 11 15:44:28 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.1.php
+
+---
+Wed Oct  5 07:58:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Add Source: URL back
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2016-10-04 
15:57:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2016-10-18 09:57:25.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  5 07:58:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Add Source: URL back
+
+---

Old:

  breeze-5.8.0.tar.xz

New:

  breeze-5.8.1.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.27jOUz/_old  2016-10-18 09:57:27.0 +0200
+++ /var/tmp/diff_new_pack.27jOUz/_new  2016-10-18 09:57:27.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.8.0
+Version:5.8.1
 Release:0
 %{!?_plasma5_version: %global _plasma5_version %{version}}
 BuildRequires:  cmake >= 2.8.12
@@ -50,7 +50,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: %{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.27jOUz/_old  2016-10-18 09:57:27.0 +0200
+++ /var/tmp/diff_new_pack.27jOUz/_new  2016-10-18 09:57:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.8.0
+Version:5.8.1
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
@@ -29,8 +29,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-#Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
-Source: breeze-%{version}.tar.xz
+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 wba...@tmo.at -- 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

++ breeze-5.8.0.tar.xz -> breeze-5.8.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.8.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.8.1.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2016-10-04 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-10-04 15:57:31

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.changes2016-08-29 
15:24:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-10-04 
15:57:11.0 +0200
@@ -1,0 +2,29 @@
+Thu Sep 29 16:36:28 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.0
+  * New LTS feature release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.0.php
+
+---
+Wed Sep 21 09:15:37 UTC 2016 - fab...@ritter-vogt.de
+
+- Use %{_plasma5_version} again, define it if needed
+
+---
+Thu Sep 15 15:53:55 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.7.95 (Plasma 5.8 Beta)
+  * New LTS feature release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.95.php
+
+---
+Tue Sep 13 17:42:09 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.7.5
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.5.php
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2016-08-12 
15:38:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2016-10-04 15:57:11.0 +0200
@@ -1,0 +2,39 @@
+Sun Oct  2 11:17:40 UTC 2016 - wba...@tmo.at
+
+- Add add-support-for-Q3ListView-to-the-KDE4-style.patch to fix
+  the display of the collapse/expand icon in Q3ListView that still
+  may be used by some KDE4 applications, knode e.g. (boo#973728)
+
+---
+Thu Sep 29 16:36:28 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.0
+  * New LTS feature release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.0.php
+
+---
+Thu Sep 15 15:53:55 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.7.95 (Plasma 5.8 Beta)
+  * New LTS feature release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.95.php
+
+---
+Tue Sep 13 17:42:09 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.7.5
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.5.php
+
+---
+Fri Aug 26 20:36:41 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.7.4
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.4.php
+
+---

Old:

  breeze-5.7.4.tar.xz

New:

  add-support-for-Q3ListView-to-the-KDE4-style.patch
  breeze-5.8.0.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.bz3T2B/_old  2016-10-04 15:57:13.0 +0200
+++ /var/tmp/diff_new_pack.bz3T2B/_new  2016-10-04 15:57:13.0 +0200
@@ -18,14 +18,15 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.7.4
+Version:5.8.0
 Release:0
+%{!?_plasma5_version: %global _plasma5_version %{version}}
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(KDecoration2) >= %{version}
+BuildRequires:  cmake(KDecoration2) >= %{_plasma5_version}
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5FrameworkIntegration)
@@ -33,7 +34,7 @@
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5KCMUtils)
 BuildRequires:  cmake(KF5Package)
-BuildRequires:  cmake(KF5Wayland) >= %{version}
+BuildRequires:  cmake(KF5Wayland) >= %{_plasma5_version}
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(Qt5DBus) >= 5.4.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
@@ -49,7 +50,6 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-#Source: 
http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.bz3T2B/_old  2016-10-04 

commit breeze for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-08-29 15:24:25

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.changes2016-08-12 
15:38:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-08-29 
15:24:34.0 +0200
@@ -1,0 +2,8 @@
+Fri Aug 26 20:36:41 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.7.4
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.4.php
+
+---

Old:

  breeze-5.7.3.tar.xz

New:

  breeze-5.7.4.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.VqtTmX/_old  2016-08-29 15:24:38.0 +0200
+++ /var/tmp/diff_new_pack.VqtTmX/_new  2016-08-29 15:24:38.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.7.3
+Version:5.7.4
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.VqtTmX/_old  2016-08-29 15:24:38.0 +0200
+++ /var/tmp/diff_new_pack.VqtTmX/_new  2016-08-29 15:24:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.7.3
+Version:5.7.4
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
@@ -29,8 +29,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-#Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
-Source: breeze-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ breeze-5.7.3.tar.xz -> breeze-5.7.4.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.7.3.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.7.4.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-08-12 15:38:12

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.changes2016-08-08 
13:51:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-08-12 
15:38:14.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:49 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.7.2.tar.xz

New:

  breeze-5.7.3.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.52iUQ6/_old  2016-08-12 15:38:15.0 +0200
+++ /var/tmp/diff_new_pack.52iUQ6/_new  2016-08-12 15:38:15.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.7.2
+Version:5.7.3
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.52iUQ6/_old  2016-08-12 15:38:16.0 +0200
+++ /var/tmp/diff_new_pack.52iUQ6/_new  2016-08-12 15:38:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.7.2
+Version:5.7.3
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.7.2.tar.xz -> breeze-5.7.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.7.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.7.3.tar.xz differ: char 27, 
line 1




commit breeze for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-08-08 13:51:30

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.changes2016-07-15 
12:23:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-08-08 
13:51:32.0 +0200
@@ -1,0 +2,28 @@
+Wed Jul 20 08:54:14 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Mon Jul 18 08:38:22 UTC 2016 - jeng...@inai.de
+
+- Add fdupes by recommendation of rpmlint
+
+---
+Wed Jul 13 06:13:22 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:11:55 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2016-07-15 
12:23:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2016-08-08 13:51:32.0 +0200
@@ -1,0 +2,16 @@
+Wed Jul 20 08:54:14 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:22 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---

Old:

  breeze-5.7.0.tar.xz
  breeze-rpmlintrc

New:

  breeze-5.7.2.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.772mpI/_old  2016-08-08 13:51:33.0 +0200
+++ /var/tmp/diff_new_pack.772mpI/_new  2016-08-08 13:51:33.0 +0200
@@ -18,10 +18,11 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.7.0
+Version:5.7.2
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13
+BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KDecoration2) >= %{version}
@@ -50,7 +51,6 @@
 Url:http://www.kde.org
 #Source: 
http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
 Source: %{name}-%{version}.tar.xz
-Source99:   %{name}-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -102,17 +102,19 @@
 %setup -q
 
 %build
-  %cmake_kf5 -d build -- -DBUILD_po=OFF 
-DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DBUILD_po=OFF 
-DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
+%fdupes %buildroot/%_prefix
 
 %if %{with lang}
-%files -n breeze5-style-lang
-%defattr(-,root,root)
+%files -n breeze5-style-lang -f %{name}.lang
 %doc COPYING*
-%{_kf5_localedir}/
 %endif
 
 %files -n breeze5-cursors

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.772mpI/_old  2016-08-08 13:51:33.0 +0200
+++ /var/tmp/diff_new_pack.772mpI/_new  2016-08-08 13:51:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.7.0
+Version:5.7.2
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.7.0.tar.xz -> breeze-5.7.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.7.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.7.2.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-07-15 12:23:40

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.changes2016-05-19 
12:11:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-07-15 
12:23:42.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun 30 12:02:17 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * New feature release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.0.php
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.6.4.tar.xz

New:

  breeze-5.7.0.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.T1B5fh/_old  2016-07-15 12:23:46.0 +0200
+++ /var/tmp/diff_new_pack.T1B5fh/_new  2016-07-15 12:23:46.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.6.4
+Version:5.7.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13
@@ -32,6 +32,7 @@
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5KCMUtils)
 BuildRequires:  cmake(KF5Package)
+BuildRequires:  cmake(KF5Wayland) >= %{version}
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(Qt5DBus) >= 5.4.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
@@ -140,6 +141,7 @@
 %{_kf5_sharedir}/kstyle/
 %dir %{_kf5_servicesdir}
 %{_kf5_servicesdir}/breezestyleconfig.desktop
+%{_kf5_libdir}/cmake/Breeze/
 
 %files -n breeze5-wallpapers
 %defattr(-,root,root)

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.T1B5fh/_old  2016-07-15 12:23:46.0 +0200
+++ /var/tmp/diff_new_pack.T1B5fh/_new  2016-07-15 12:23:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.6.4
+Version:5.7.0
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.6.4.tar.xz -> breeze-5.7.0.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.6.4.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.7.0.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-05-19 12:11:05

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.changes2016-05-08 
10:41:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-05-19 
12:11:07.0 +0200
@@ -1,0 +2,8 @@
+Sun May 15 16:50:10 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.4
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.6.4.php
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.6.3.tar.xz

New:

  breeze-5.6.4.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.IwAdB0/_old  2016-05-19 12:11:08.0 +0200
+++ /var/tmp/diff_new_pack.IwAdB0/_new  2016-05-19 12:11:08.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.6.3
+Version:5.6.4
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.IwAdB0/_old  2016-05-19 12:11:08.0 +0200
+++ /var/tmp/diff_new_pack.IwAdB0/_new  2016-05-19 12:11:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.6.3
+Version:5.6.4
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.6.3.tar.xz -> breeze-5.6.4.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.6.3.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.6.4.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2016-05-08 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-05-08 10:41:23

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.changes2016-04-12 
19:01:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-05-08 
10:41:25.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr 19 20:45:25 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.6.3.php
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.6.2.tar.xz

New:

  breeze-5.6.3.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.OL25Gp/_old  2016-05-08 10:41:26.0 +0200
+++ /var/tmp/diff_new_pack.OL25Gp/_new  2016-05-08 10:41:27.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.6.2
+Version:5.6.3
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.OL25Gp/_old  2016-05-08 10:41:27.0 +0200
+++ /var/tmp/diff_new_pack.OL25Gp/_new  2016-05-08 10:41:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.6.2
+Version:5.6.3
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.6.2.tar.xz -> breeze-5.6.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.6.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.6.3.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-04-12 19:01:21

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.changes2016-04-07 
13:28:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-04-12 
19:01:22.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr  5 15:53:41 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.6.2.php
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.6.1.tar.xz

New:

  breeze-5.6.2.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.i2urzB/_old  2016-04-12 19:01:24.0 +0200
+++ /var/tmp/diff_new_pack.i2urzB/_new  2016-04-12 19:01:24.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.6.1
+Version:5.6.2
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.i2urzB/_old  2016-04-12 19:01:24.0 +0200
+++ /var/tmp/diff_new_pack.i2urzB/_new  2016-04-12 19:01:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.6.1
+Version:5.6.2
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.6.1.tar.xz -> breeze-5.6.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.6.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.6.2.tar.xz differ: char 27, 
line 1




commit breeze for openSUSE:Factory

2016-04-07 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-04-07 13:28:13

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.changes2016-03-03 
15:16:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-04-07 
13:28:14.0 +0200
@@ -1,0 +2,16 @@
+Tue Mar 29 16:20:33 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.6.1.php
+
+---
+Sun Mar 20 09:19:46 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * New feature release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.6.0.php
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.5.5.tar.xz

New:

  breeze-5.6.1.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.zPrMoI/_old  2016-04-07 13:28:16.0 +0200
+++ /var/tmp/diff_new_pack.zPrMoI/_new  2016-04-07 13:28:16.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.5.5
+Version:5.6.1
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13
@@ -31,7 +31,7 @@
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5KCMUtils)
-BuildRequires:  cmake(KF5Plasma)
+BuildRequires:  cmake(KF5Package)
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(Qt5DBus) >= 5.4.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
@@ -129,7 +129,6 @@
 %{_kf5_iconsdir}/hicolor/scalable/apps/breeze-settings.*
 %{_kf5_sharedir}/QtCurve/
 %{_kf5_sharedir}/color-schemes/
-%{_kf5_servicesdir}/plasma-lookandfeel-org.kde.breezedark.*
 %dir %{_kf5_sharedir}/plasma
 %{_kf5_sharedir}/plasma/look-and-feel/
 %{_kf5_qmldir}/QtQuick/

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.zPrMoI/_old  2016-04-07 13:28:16.0 +0200
+++ /var/tmp/diff_new_pack.zPrMoI/_new  2016-04-07 13:28:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.5.5
+Version:5.6.1
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.5.5.tar.xz -> breeze-5.6.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.5.5.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.6.1.tar.xz differ: char 27, 
line 1




commit breeze for openSUSE:Factory

2016-03-03 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-03-03 15:16:31

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.changes2016-02-11 
12:33:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-03-03 
15:16:34.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  1 17:31:44 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.5 (boo#968966)
+  * Bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.5.5.php
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.5.4.tar.xz

New:

  breeze-5.5.5.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.DTJaxJ/_old  2016-03-03 15:16:35.0 +0100
+++ /var/tmp/diff_new_pack.DTJaxJ/_new  2016-03-03 15:16:35.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.5.4
+Version:5.5.5
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.DTJaxJ/_old  2016-03-03 15:16:36.0 +0100
+++ /var/tmp/diff_new_pack.DTJaxJ/_new  2016-03-03 15:16:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.5.4
+Version:5.5.5
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.5.4.tar.xz -> breeze-5.5.5.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.5.4.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.5.5.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2016-02-11 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-02-11 12:33:36

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.changes2016-01-20 
09:49:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-02-11 
12:33:38.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 26 22:20:05 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.4:
+  * Bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.5.4.php
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.5.3.tar.xz

New:

  breeze-5.5.4.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.GUfUiW/_old  2016-02-11 12:33:39.0 +0100
+++ /var/tmp/diff_new_pack.GUfUiW/_new  2016-02-11 12:33:39.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.5.3
+Version:5.5.4
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.GUfUiW/_old  2016-02-11 12:33:39.0 +0100
+++ /var/tmp/diff_new_pack.GUfUiW/_new  2016-02-11 12:33:39.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.5.3
+Version:5.5.4
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.5.3.tar.xz -> breeze-5.5.4.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.5.3.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.5.4.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-01-20 09:49:42

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.changes2016-01-03 
13:25:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-01-20 
09:49:44.0 +0100
@@ -1,0 +2,8 @@
+Wed Jan  6 14:12:02 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.3:
+  * Bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.5.3.php
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.5.2.tar.xz

New:

  breeze-5.5.3.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.FC97yB/_old  2016-01-20 09:49:47.0 +0100
+++ /var/tmp/diff_new_pack.FC97yB/_new  2016-01-20 09:49:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package breeze
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.5.2
+Version:5.5.3
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.FC97yB/_old  2016-01-20 09:49:47.0 +0100
+++ /var/tmp/diff_new_pack.FC97yB/_new  2016-01-20 09:49:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package breeze4-style
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.5.2
+Version:5.5.3
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.5.2.tar.xz -> breeze-5.5.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.5.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.5.3.tar.xz differ: char 27, 
line 1




commit breeze for openSUSE:Factory

2016-01-03 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-01-03 13:24:54

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.changes2015-12-29 
12:55:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-01-03 
13:25:12.0 +0100
@@ -1,0 +2,8 @@
+Tue Dec 22 22:35:02 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.2:
+  * Bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.5.2.php
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.5.1.tar.xz

New:

  breeze-5.5.2.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.a0YPWN/_old  2016-01-03 13:25:14.0 +0100
+++ /var/tmp/diff_new_pack.a0YPWN/_new  2016-01-03 13:25:14.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.5.1
+Version:5.5.2
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.a0YPWN/_old  2016-01-03 13:25:14.0 +0100
+++ /var/tmp/diff_new_pack.a0YPWN/_new  2016-01-03 13:25:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.5.1
+Version:5.5.2
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.5.1.tar.xz -> breeze-5.5.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.5.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.5.2.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2015-12-29 12:55:48

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.changes2015-11-24 
22:26:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2015-12-29 
12:55:56.0 +0100
@@ -1,0 +2,17 @@
+Tue Dec 15 17:49:47 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.1:
+  * Bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.5.1.php
+
+---
+Sat Dec 12 17:31:02 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0:
+  * For more details please see:
+https://dot.kde.org/2015/12/08/plasma-55-beautiful-new-artwork
+- Move to cmake(...) BuildRequires where possible
+- Drop set-breezyGTK-as-default-gtk-theme.patch, no longer needed
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2015-11-24 
22:26:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2015-12-29 12:55:56.0 +0100
@@ -1,0 +2,16 @@
+Tue Dec 15 17:49:47 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.1:
+  * Bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.5.1.php
+
+---
+Sat Dec 12 17:31:02 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0:
+  * For more details please see:
+https://dot.kde.org/2015/12/08/plasma-55-beautiful-new-artwork
+- Move to cmake(...) BuildRequires where possible
+
+---

Old:

  breeze-5.4.3.tar.xz
  set-breezyGTK-as-default-gtk-theme.patch

New:

  breeze-5.5.1.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.4ww9kE/_old  2015-12-29 12:55:59.0 +0100
+++ /var/tmp/diff_new_pack.4ww9kE/_new  2015-12-29 12:55:59.0 +0100
@@ -18,24 +18,24 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.4.3
+Version:5.5.1
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.12
-BuildRequires:  frameworkintegration-devel
+BuildRequires:  extra-cmake-modules >= 0.0.13
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  kcmutils-devel
-BuildRequires:  kcompletion-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kcoreaddons-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kguiaddons-devel
-BuildRequires:  ki18n-devel
-BuildRequires:  kwindowsystem-devel
-BuildRequires:  libkdecoration2-devel >= %{version}
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.4.0
+BuildRequires:  cmake(KDecoration2) >= %{version}
+BuildRequires:  cmake(KF5ConfigWidgets)
+BuildRequires:  cmake(KF5CoreAddons)
+BuildRequires:  cmake(KF5FrameworkIntegration)
+BuildRequires:  cmake(KF5GuiAddons)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KCMUtils)
+BuildRequires:  cmake(KF5Plasma)
+BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  cmake(Qt5DBus) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.4.0
 BuildRequires:  pkgconfig(x11-xcb)
 BuildRequires:  pkgconfig(xcb)
 Requires:   breeze5-cursors >= %{version}
@@ -50,23 +50,11 @@
 #Source: 
http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
 Source: %{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
-# PATCH-FIX-OPENSUSE set-breezyGTK-as-default-gtk-theme.patch
-Patch0: set-breezyGTK-as-default-gtk-theme.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Artwork, styles and assets for the Breeze visual style for the Plasma Desktop.
 
-%package -n breeze5-icons
-Summary:Plasma Desktop artwork, styles and assets
-Group:  System/GUI/KDE
-BuildArch:  noarch
-Requires:   oxygen-icon-theme
-
-%description -n breeze5-icons
-Artwork, styles and assets for the Breeze visual style for the Plasma Desktop.
-This package provides Breeze icon theme.
-
 %package -n breeze5-cursors
 Summary:Plasma Desktop artwork, styles and assets
 Group:  System/GUI/KDE
@@ -111,7 +99,6 @@
 %lang_package -n breeze5-style
 %prep
 %setup -q
-%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DBUILD_po=OFF 
-DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
@@ -120,13 +107,6 @@
 %install
   %kf5_makeinstall -C 

commit breeze for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2015-11-24 22:26:11

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.changes2015-10-19 
22:44:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2015-11-24 
22:26:13.0 +0100
@@ -1,0 +2,10 @@
+Sun Nov  8 18:09:42 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.3 (boo#955068):
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.4.3.php
+- Drop Use-NETRootInfo-to-initiate-wm-move-operation.patch and
+  Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch,
+  upstreamed
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2015-10-19 
22:44:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2015-11-24 22:26:13.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  8 18:09:42 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.3 (boo#955068):
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.4.3.php
+. Drop Use-NETRootInfo-to-initiate-wm-move-operation.patch, upstreamed
+
+---

Old:

  Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch
  Use-NETRootInfo-to-initiate-wm-move-operation.patch
  breeze-5.4.2.tar.xz

New:

  breeze-5.4.3.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.UN49YN/_old  2015-11-24 22:26:15.0 +0100
+++ /var/tmp/diff_new_pack.UN49YN/_new  2015-11-24 22:26:15.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.4.2
+Version:5.4.3
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.12
@@ -50,12 +50,8 @@
 #Source: 
http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
 Source: %{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM Use-NETRootInfo-to-initiate-wm-move-operation.patch
-Patch0: Use-NETRootInfo-to-initiate-wm-move-operation.patch
-# PATCH-FIX-UPSTREAM 
Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch
-Patch1: 
Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch
 # PATCH-FIX-OPENSUSE set-breezyGTK-as-default-gtk-theme.patch
-Patch2: set-breezyGTK-as-default-gtk-theme.patch
+Patch0: set-breezyGTK-as-default-gtk-theme.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -116,8 +112,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
   %cmake_kf5 -d build -- -DBUILD_po=OFF 
-DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.UN49YN/_old  2015-11-24 22:26:15.0 +0100
+++ /var/tmp/diff_new_pack.UN49YN/_new  2015-11-24 22:26:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.4.2
+Version:5.4.3
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
@@ -31,8 +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 Use-NETRootInfo-to-initiate-wm-move-operation.patch
-Patch0: Use-NETRootInfo-to-initiate-wm-move-operation.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,7 +39,6 @@
 
 %prep
 %setup -q -n breeze-%{version}
-%patch0 -p1
 
 %build
   %cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON

++ breeze-5.4.2.tar.xz -> breeze-5.4.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.4.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.4.3.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2015-10-19 22:44:19

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.changes2015-09-24 
07:06:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2015-10-19 
22:44:22.0 +0200
@@ -1,0 +2,22 @@
+Sun Oct 18 14:50:37 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Add set-breezyGTK-as-default-gtk-theme.patch and install gtkbreeze
+  kconf update script, so the GTK theme is correctly set (boo#950897)
+- Make sure we require breeze-gtk so the change makes sense
+
+---
+Sat Oct 10 13:52:44 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Create GTK icon cache
+- Added Use-NETRootInfo-to-initiate-wm-move-operation.patch
+  (kde#353749)
+- Added Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch
+
+---
+Sun Oct  4 10:43:28 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.2:
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.4.2.php
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2015-09-24 
07:06:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2015-10-19 22:44:22.0 +0200
@@ -1,0 +2,13 @@
+Sat Oct 10 13:52:44 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added Use-NETRootInfo-to-initiate-wm-move-operation.patch
+  (kde#353749)
+
+---
+Sun Oct  4 10:43:28 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.2:
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.4.2.php
+
+---

Old:

  breeze-5.4.1.tar.xz

New:

  Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch
  Use-NETRootInfo-to-initiate-wm-move-operation.patch
  breeze-5.4.2.tar.xz
  set-breezyGTK-as-default-gtk-theme.patch



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.uQ7X06/_old  2015-10-19 22:44:24.0 +0200
+++ /var/tmp/diff_new_pack.uQ7X06/_new  2015-10-19 22:44:24.0 +0200
@@ -18,11 +18,12 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.4.1
+Version:5.4.2
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.12
 BuildRequires:  frameworkintegration-devel
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  kcmutils-devel
 BuildRequires:  kcompletion-devel
 BuildRequires:  kconfig-devel
@@ -49,6 +50,12 @@
 #Source: 
http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
 Source: %{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM Use-NETRootInfo-to-initiate-wm-move-operation.patch
+Patch0: Use-NETRootInfo-to-initiate-wm-move-operation.patch
+# PATCH-FIX-UPSTREAM 
Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch
+Patch1: 
Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch
+# PATCH-FIX-OPENSUSE set-breezyGTK-as-default-gtk-theme.patch
+Patch2: set-breezyGTK-as-default-gtk-theme.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -76,8 +83,9 @@
 %package -n breeze5-style
 Summary:Plasma Desktop artwork, styles and assets
 Group:  System/GUI/KDE
-Requires:   kconf_update5
 # needed for kde4breeze
+Requires:   breeze-gtk
+Requires:   kconf_update5
 Recommends: breeze4-style
 %if %{with lang}
 Recommends: breeze5-style-lang
@@ -107,6 +115,9 @@
 %lang_package -n breeze5-style
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
   %cmake_kf5 -d build -- -DBUILD_po=OFF 
-DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
@@ -115,7 +126,12 @@
 %install
   %kf5_makeinstall -C build
 
-  find %{buildroot} -type f -name '*gtkbreeze*' -exec rm -fv {} ';'
+  %icon_theme_cache_create_ghost breeze
+  %icon_theme_cache_create_ghost breeze-dark
+
+%post -n breeze5-icons
+%icon_theme_cache_post breeze
+%icon_theme_cache_post breeze-dark
 
 %if %{with lang}
 %files -n breeze5-style-lang
@@ -127,6 +143,8 @@
 %files -n breeze5-icons
 %defattr(-,root,root)
 %doc COPYING*
+%ghost %{_kf5_iconsdir}/breeze/icon-theme.cache
+%ghost %{_kf5_iconsdir}/breeze-dark/icon-theme.cache
 %{_kf5_iconsdir}/breeze/
 %{_kf5_iconsdir}/breeze-dark/
 

++ breeze4-style.spec ++
--- 

commit breeze for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2015-09-24 07:06:08

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.changes2015-09-02 
07:50:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2015-09-24 
07:06:11.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  8 18:39:33 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.1:
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.4.1.php
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.4.0.tar.xz

New:

  breeze-5.4.1.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.vnfzR2/_old  2015-09-24 07:06:13.0 +0200
+++ /var/tmp/diff_new_pack.vnfzR2/_new  2015-09-24 07:06:13.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.4.0
+Version:5.4.1
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.12

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.vnfzR2/_old  2015-09-24 07:06:13.0 +0200
+++ /var/tmp/diff_new_pack.vnfzR2/_new  2015-09-24 07:06:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.4.0
+Version:5.4.1
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.4.0.tar.xz -> breeze-5.4.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.4.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.4.1.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2015-09-02 07:50:15

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.changes2015-07-08 
06:56:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2015-09-02 
07:50:17.0 +0200
@@ -1,0 +2,25 @@
+Mon Aug 24 17:48:03 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0:
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.4.0.php
+- Drop 0001-Add-missing-symlink-to-fix-build.patch and
+  0002-Another-buildfix.patch from upstream
+
+---
+Sun Aug 16 10:17:06 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.95 aka 5.4 beta:
+  This release of Plasma brings many nice touches for our users
+  such as much improved high DPI support, KRunner auto-completion
+  and many new beautiful Breeze icons. It also lays the ground for
+  the future with a tech preview of Wayland session available.
+  We're shipping a few new components such as an Audio Volume
+  Plasma Widget, monitor calibration tool and the User Manager
+  tool comes out beta.
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.3.95.php
+- Added 0001-Add-missing-symlink-to-fix-build.patch and
+  0002-Another-buildfix.patch from upstream
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2015-07-08 
06:56:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2015-09-02 07:50:17.0 +0200
@@ -1,0 +2,21 @@
+Mon Aug 24 17:48:03 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0:
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.4.0.php
+
+---
+Sun Aug 16 10:17:06 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.95 aka 5.4 beta:
+  This release of Plasma brings many nice touches for our users
+  such as much improved high DPI support, KRunner auto-completion
+  and many new beautiful Breeze icons. It also lays the ground for
+  the future with a tech preview of Wayland session available.
+  We're shipping a few new components such as an Audio Volume
+  Plasma Widget, monitor calibration tool and the User Manager
+  tool comes out beta.
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.3.95.php
+
+---

Old:

  breeze-5.3.2.tar.xz

New:

  breeze-5.4.0.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.GpqBpW/_old  2015-09-02 07:50:18.0 +0200
+++ /var/tmp/diff_new_pack.GpqBpW/_new  2015-09-02 07:50:18.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.3.2
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.12

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.GpqBpW/_old  2015-09-02 07:50:19.0 +0200
+++ /var/tmp/diff_new_pack.GpqBpW/_new  2015-09-02 07:50:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.3.2
+Version:5.4.0
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.3.2.tar.xz -> breeze-5.4.0.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.3.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.4.0.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2015-07-07 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2015-07-08 06:56:44

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.changes2015-05-29 
10:01:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2015-07-08 
06:56:46.0 +0200
@@ -1,0 +2,8 @@
+Sun Jun 28 18:31:41 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.2:
+  * Bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.3.2.php
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.3.1.tar.xz

New:

  breeze-5.3.2.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.JjsVfP/_old  2015-07-08 06:56:47.0 +0200
+++ /var/tmp/diff_new_pack.JjsVfP/_new  2015-07-08 06:56:47.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.3.1
+Version:5.3.2
 Release:0
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = 0.0.12

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.JjsVfP/_old  2015-07-08 06:56:47.0 +0200
+++ /var/tmp/diff_new_pack.JjsVfP/_new  2015-07-08 06:56:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.3.1
+Version:5.3.2
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake = 2.8.12

++ breeze-5.3.1.tar.xz - breeze-5.3.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.3.1.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.3.2.tar.xz differ: char 25, 
line 1




commit breeze for openSUSE:Factory

2015-05-29 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2015-05-29 10:01:33

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.changes2015-05-11 
19:29:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2015-05-29 
10:01:35.0 +0200
@@ -1,0 +2,8 @@
+Fri May 22 15:30:28 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1:
+  * Bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.3.1.php
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.3.0.tar.xz

New:

  breeze-5.3.1.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.pNzhmZ/_old  2015-05-29 10:01:36.0 +0200
+++ /var/tmp/diff_new_pack.pNzhmZ/_new  2015-05-29 10:01:36.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.3.0
+Version:5.3.1
 Release:0
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = 0.0.12

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.pNzhmZ/_old  2015-05-29 10:01:36.0 +0200
+++ /var/tmp/diff_new_pack.pNzhmZ/_new  2015-05-29 10:01:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.3.0
+Version:5.3.1
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake = 2.8.12

++ breeze-5.3.0.tar.xz - breeze-5.3.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.3.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.3.1.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2015-05-11 Thread h_root
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.changes2015-03-25 
09:56:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2015-05-11 
19:29:05.0 +0200
@@ -1,0 +2,23 @@
+Thu Apr 23 13:27:18 UTC 2015 - hrvoje.sen...@gmail.com
+
+- 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 - hrvoje.sen...@gmail.com
+
+- 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.0 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2015-05-11 19:29:05.0 +0200
@@ -1,0 +2,21 @@
+Thu Apr 23 13:27:18 UTC 2015 - hrvoje.sen...@gmail.com
+
+- 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 - hrvoje.sen...@gmail.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.zgI2G1/_new  2015-05-11 19:29:07.0 +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: 

commit breeze for openSUSE:Factory

2015-03-25 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2015-03-25 09:56:36

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.changes2015-03-16 
09:36:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2015-03-25 
09:56:37.0 +0100
@@ -1,0 +2,24 @@
+Thu Mar 19 17:42:27 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.2:
+  * Bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.2.2.php
+- Drop patches merged upstream:
+  0003-return-parent-style-method-when-option-passed-to-tab.patch,
+  0002-Check-scrollbar-policy-before-forwarding-events.patch,
+  0004-check-widget-validity-before-calling-deleteLater.patch and
+  0001-Added-an-explicit-flag-as-output-from-captionRect-to.patch
+- Added patches from upstream:
+  0001-Cleanup-code-to-align-with-master.patch (kde#345424),
+  0002-set-button-s-visibility-depending-on-the-availabilit.patch
+  (kde#343641),
+  0003-Properly-update-size-grip-visibility-on-maximizedCha.patch
+  and 0004-Fixed-foreground-color-for-pressed-buttons.patch
+
+---
+Mon Mar 16 11:53:48 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Add explicit kguiaddons-devel BuildRequires
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2015-03-16 
09:36:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2015-03-25 09:56:37.0 +0100
@@ -1,0 +2,19 @@
+Thu Mar 19 17:42:27 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.2:
+  * Bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.2.2.php
+- Drop patches merged upstream:
+  0003-return-parent-style-method-when-option-passed-to-tab.patch,
+  0002-Check-scrollbar-policy-before-forwarding-events.patch,
+  0004-check-widget-validity-before-calling-deleteLater.patch and
+  0001-Added-an-explicit-flag-as-output-from-captionRect-to.patch
+- Added patches from upstream:
+  0001-Cleanup-code-to-align-with-master.patch (kde#345424),
+  0002-set-button-s-visibility-depending-on-the-availabilit.patch
+  (kde#343641),
+  0003-Properly-update-size-grip-visibility-on-maximizedCha.patch
+  and 0004-Fixed-foreground-color-for-pressed-buttons.patch
+
+---

Old:

  0001-Added-an-explicit-flag-as-output-from-captionRect-to.patch
  0002-Check-scrollbar-policy-before-forwarding-events.patch
  0003-return-parent-style-method-when-option-passed-to-tab.patch
  0004-check-widget-validity-before-calling-deleteLater.patch
  breeze-5.2.1.tar.xz

New:

  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



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.4RjAvF/_old  2015-03-25 09:56:39.0 +0100
+++ /var/tmp/diff_new_pack.4RjAvF/_new  2015-03-25 09:56:39.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze
-Version:5.2.1
+Version:5.2.2
 Release:0
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = 0.0.12
@@ -26,6 +26,7 @@
 BuildRequires:  kconfig-devel
 BuildRequires:  kcoreaddons-devel
 BuildRequires:  kf5-filesystem
+BuildRequires:  kguiaddons-devel
 BuildRequires:  ki18n-devel
 BuildRequires:  kservice-devel
 BuildRequires:  kwindowsystem-devel
@@ -47,10 +48,14 @@
 #Source: 
http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
 Source: %{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
-Patch0: 0001-Added-an-explicit-flag-as-output-from-captionRect-to.patch
-Patch1: 0002-Check-scrollbar-policy-before-forwarding-events.patch
-Patch2: 0003-return-parent-style-method-when-option-passed-to-tab.patch
-Patch3: 0004-check-widget-validity-before-calling-deleteLater.patch
+# 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: 

commit breeze for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2015-03-16 09:36:15

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.changes2015-03-01 
15:03:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2015-03-16 
09:36:17.0 +0100
@@ -1,0 +2,9 @@
+Tue Mar 10 18:49:07 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added patches from upstream:
+  0001-Added-an-explicit-flag-as-output-from-captionRect-to.patch,
+  0002-Check-scrollbar-policy-before-forwarding-events.patch,
+  0003-return-parent-style-method-when-option-passed-to-tab.patch
+  and 0004-check-widget-validity-before-calling-deleteLater.patch
+
+---
breeze4-style.changes: same change

New:

  0001-Added-an-explicit-flag-as-output-from-captionRect-to.patch
  0002-Check-scrollbar-policy-before-forwarding-events.patch
  0003-return-parent-style-method-when-option-passed-to-tab.patch
  0004-check-widget-validity-before-calling-deleteLater.patch



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.l1ZPZ2/_old  2015-03-16 09:36:18.0 +0100
+++ /var/tmp/diff_new_pack.l1ZPZ2/_new  2015-03-16 09:36:18.0 +0100
@@ -47,6 +47,10 @@
 #Source: 
http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
 Source: %{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
+Patch0: 0001-Added-an-explicit-flag-as-output-from-captionRect-to.patch
+Patch1: 0002-Check-scrollbar-policy-before-forwarding-events.patch
+Patch2: 0003-return-parent-style-method-when-option-passed-to-tab.patch
+Patch3: 0004-check-widget-validity-before-calling-deleteLater.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -103,6 +107,10 @@
 %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

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.l1ZPZ2/_old  2015-03-16 09:36:18.0 +0100
+++ /var/tmp/diff_new_pack.l1ZPZ2/_new  2015-03-16 09:36:18.0 +0100
@@ -31,6 +31,10 @@
 Url:http://www.kde.org
 #Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 Source: breeze-%{version}.tar.xz
+Patch0: 0001-Added-an-explicit-flag-as-output-from-captionRect-to.patch
+Patch1: 0002-Check-scrollbar-policy-before-forwarding-events.patch
+Patch2: 0003-return-parent-style-method-when-option-passed-to-tab.patch
+Patch3: 0004-check-widget-validity-before-calling-deleteLater.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,6 +43,10 @@
 
 %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

++ 0001-Added-an-explicit-flag-as-output-from-captionRect-to.patch ++
From a8d2104ab36c91053da1fee3ad31d68c979965a7 Mon Sep 17 00:00:00 2001
From: Hugo Pereira Da Costa hugo.pere...@free.fr
Date: Thu, 26 Feb 2015 00:17:18 +0100
Subject: [PATCH 1/4] Added an explicit flag as output from captionRect to tell
 whether caption must be ellided or not. BUG: 344552

---
 kdecoration/breezedecoration.cpp | 18 ++
 kdecoration/breezedecoration.h   |  8 +++-
 2 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/kdecoration/breezedecoration.cpp b/kdecoration/breezedecoration.cpp
index 
3b1479a82b19ca8427690ccc7b00b2f36f2289aa..f63306524e1301477904f284037c54ed09bbe276
 100644
--- a/kdecoration/breezedecoration.cpp
+++ b/kdecoration/breezedecoration.cpp
@@ -440,10 +440,13 @@ namespace Breeze
 
 // draw caption
 painter-setFont(s-font());
-const QRect cR = captionRect();
-const QString caption = 
painter-fontMetrics().elidedText(c-caption(), Qt::ElideMiddle, cR.width());
+const auto cR = captionRect();
+const QString caption = cR.second ?
+painter-fontMetrics().elidedText(c-caption(), Qt::ElideMiddle, 
cR.first.width()):
+c-caption();
+
 painter-setPen(m_colorSettings.font(c-isActive()));
-painter-drawText(cR, Qt::AlignVCenter| Qt::AlignLeft | 
Qt::TextSingleLine, caption);
+painter-drawText(cR.first, Qt::AlignVCenter| Qt::AlignLeft | 
Qt::TextSingleLine, caption);
 
 // draw all buttons
 m_leftButtons-paint(painter, repaintRegion);
@@ -470,7 +473,7 @@ namespace 

  1   2   >