Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package qqc2-breeze-style for
openSUSE:Factory checked in at 2022-10-11 18:02:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qqc2-breeze-style (Old)
and /work/SRC/openSUSE:Factory/.qqc2-breeze-style.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qqc2-breeze-style"
Tue Oct 11 18:02:01 2022 rev:31 rq:1009143 version:5.26.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/qqc2-breeze-style/qqc2-breeze-style.changes
2022-09-08 14:22:40.470533338 +0200
+++
/work/SRC/openSUSE:Factory/.qqc2-breeze-style.new.2275/qqc2-breeze-style.changes
2022-10-11 18:04:40.606000127 +0200
@@ -1,0 +2,31 @@
+Thu Oct 6 14:48:50 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.26.0
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.26.0
+- Changes since 5.25.90:
+ * Install po folder
+- Add patch to drop an unneeded dependency:
+ * 0001-Revert-Install-po-folder.patch
+
+-------------------------------------------------------------------
+Thu Sep 15 20:48:06 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.25.90
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.25.90
+- Changes since 5.25.5:
+ * Add FreeBSD Qt6 CI support
+ * Add missing license file
+ * Add missing license files and remove unused one
+ * Make Menu highlight consistent with desktop style (add padding)
+ * Request passing unit tests on Linux and BSD
+ * Connect visibleChanged signal to syncColors
+ * Revert "PlasmaDesktopTheme: Do not compute the colors for invisible items"
+ * Replace SmallShadow with SmallBoxShadow
+ * Make SmallShadow less intense
+ * Remove button gradient
+
+-------------------------------------------------------------------
Old:
----
qqc2-breeze-style-5.25.5.tar.xz
qqc2-breeze-style-5.25.5.tar.xz.sig
New:
----
0001-Revert-Install-po-folder.patch
qqc2-breeze-style-5.26.0.tar.xz
qqc2-breeze-style-5.26.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qqc2-breeze-style.spec ++++++
--- /var/tmp/diff_new_pack.ohhcv2/_old 2022-10-11 18:04:41.046000838 +0200
+++ /var/tmp/diff_new_pack.ohhcv2/_new 2022-10-11 18:04:41.054000852 +0200
@@ -18,17 +18,19 @@
%bcond_without released
Name: qqc2-breeze-style
-Version: 5.25.5
+Version: 5.26.0
Release: 0
Summary: Breeze Style for Qt Quick Controls 2
License: LGPL-2.1-only OR LGPL-3.0-only
Group: System/Libraries
URL: https://www.kde.org
-Source:
https://download.kde.org/stable/plasma/%{version}/qqc2-breeze-style-%{version}.tar.xz
+Source: qqc2-breeze-style-%{version}.tar.xz
%if %{with released}
-Source1:
https://download.kde.org/stable/plasma/%{version}/qqc2-breeze-style-%{version}.tar.xz.sig
+Source1: qqc2-breeze-style-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
+# PATCH-FIX-UPSTREAM
+Patch1: 0001-Revert-Install-po-folder.patch
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: kf5-filesystem
++++++ 0001-Revert-Install-po-folder.patch ++++++
>From ff0a07677beed2433e934890b7cf6466a506d7c8 Mon Sep 17 00:00:00 2001
From: Nicolas Fella <[email protected]>
Date: Fri, 7 Oct 2022 11:16:23 +0200
Subject: [PATCH] Revert "Install po folder"
There is no po folder to install
This reverts commit a2849f5eafc9ac1438df74dada06a4b9e40ae4f2.
(cherry picked from commit 92f58b51990c78fe5e736aa50746c973490c42d2)
---
.kde-ci.yml | 1 -
CMakeLists.txt | 4 +---
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/.kde-ci.yml b/.kde-ci.yml
index 2012b6a..3861bf9 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -12,7 +12,6 @@ Dependencies:
'frameworks/kguiaddons': '@latest'
'frameworks/kiconthemes': '@latest'
'frameworks/kirigami': '@latest'
- 'frameworks/ki18n': '@latest'
'frameworks/kwidgetsaddons': '@latest'
Options:
require-passing-tests-on: [ 'Linux', 'FreeBSD']
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 31305e5..8c1a48c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,7 +47,7 @@ if (NOT ANDROID)
find_package(KF5IconThemes ${KF5_DEP_VERSION} REQUIRED)
endif()
-find_package(KF5 ${KF5_DEP_VERSION} REQUIRED COMPONENTS GuiAddons Config
Kirigami2 CoreAddons ConfigWidgets I18n)
+find_package(KF5 ${KF5_DEP_VERSION} REQUIRED COMPONENTS GuiAddons Config
Kirigami2 CoreAddons ConfigWidgets)
if (NOT APPLE AND NOT WIN32)
find_package(X11)
@@ -172,5 +172,3 @@ feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES
FATAL_ON_MISSING_REQUIRED_PACKAG
file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
-
-ki18n_install(po)
--
2.37.3
++++++ qqc2-breeze-style-5.25.5.tar.xz -> qqc2-breeze-style-5.26.0.tar.xz ++++++
++++ 3075 lines of diff (skipped)