Hello community,
here is the log from the commit of package frameworkintegration for
openSUSE:Factory checked in at 2020-12-15 12:27:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/frameworkintegration (Old)
and /work/SRC/openSUSE:Factory/.frameworkintegration.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "frameworkintegration"
Tue Dec 15 12:27:58 2020 rev:90 rq:855404 version:5.77.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes
2020-11-23 10:26:33.725096981 +0100
+++
/work/SRC/openSUSE:Factory/.frameworkintegration.new.2328/frameworkintegration.changes
2020-12-15 12:29:51.003974473 +0100
@@ -1,0 +2,10 @@
+Sat Dec 5 18:56:10 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.77.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/kde-frameworks-5.77.0
+- Changes since 5.76.0:
+ * Pass parent to Q*Layout ctor instead of calling setLayout()
+
+-------------------------------------------------------------------
Old:
----
frameworkintegration-5.76.0.tar.xz
frameworkintegration-5.76.0.tar.xz.sig
New:
----
frameworkintegration-5.77.0.tar.xz
frameworkintegration-5.77.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ frameworkintegration.spec ++++++
--- /var/tmp/diff_new_pack.oFsk84/_old 2020-12-15 12:29:51.827975137 +0100
+++ /var/tmp/diff_new_pack.oFsk84/_new 2020-12-15 12:29:51.831975140 +0100
@@ -17,7 +17,7 @@
%define lname libKF5Style5
-%define _tar_path 5.76
+%define _tar_path 5.77
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
# Only needed for the package signature condition
%bcond_without lang
Name: frameworkintegration
-Version: 5.76.0
+Version: 5.77.0
Release: 0
Summary: Plugins responsible for better integration of Qt applications
in KDE Workspace
License: LGPL-2.1-or-later
@@ -49,8 +49,8 @@
BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Package) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
-BuildRequires: cmake(Qt5Gui) >= 5.12.0
-BuildRequires: cmake(Qt5Widgets) >= 5.12.0
+BuildRequires: cmake(Qt5Gui) >= 5.13.0
+BuildRequires: cmake(Qt5Widgets) >= 5.13.0
BuildRequires: cmake(packagekitqt5)
%description
++++++ frameworkintegration-5.76.0.tar.xz -> frameworkintegration-5.77.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/frameworkintegration-5.76.0/CMakeLists.txt
new/frameworkintegration-5.77.0/CMakeLists.txt
--- old/frameworkintegration-5.76.0/CMakeLists.txt 2020-11-07
12:32:20.000000000 +0100
+++ new/frameworkintegration-5.77.0/CMakeLists.txt 2020-12-05
11:01:46.000000000 +0100
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.5)
-set(KF5_VERSION "5.76.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.76.0") # handled by release scripts
+set(KF5_VERSION "5.77.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.77.0") # handled by release scripts
project(FrameworkIntegration VERSION ${KF5_VERSION})
include(FeatureSummary)
-find_package(ECM 5.76.0 NO_MODULE)
+find_package(ECM 5.77.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake
Modules." URL "https://commits.kde.org/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND
FATAL_ON_MISSING_REQUIRED_PACKAGES)
@@ -22,7 +22,7 @@
include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
include(KDECMakeSettings)
-set(REQUIRED_QT_VERSION 5.12.0)
+set(REQUIRED_QT_VERSION 5.13.0)
find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui Widgets)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/frameworkintegration-5.76.0/plasma_workspace.notifyrc
new/frameworkintegration-5.77.0/plasma_workspace.notifyrc
--- old/frameworkintegration-5.76.0/plasma_workspace.notifyrc 2020-11-07
12:32:20.000000000 +0100
+++ new/frameworkintegration-5.77.0/plasma_workspace.notifyrc 2020-12-05
11:01:46.000000000 +0100
@@ -254,7 +254,7 @@
[Event/Textcompletion: no match]
Name=Textcompletion: No Match
Name[ar]=إكمال النص: لا تطابق
-Name[ast]=Completáu de testu: Nun hai coincidencies
+Name[ast]=Completáu de testu: Ensin coincidencies
Name[az]=Mətn doldurma: Uyğun gələn yoxdur
Name[bs]=Dopuna teksta: nema poklapanja
Name[ca]=Compleció del text: sense coincidència
@@ -857,7 +857,7 @@
[Event/applicationcrash]
Name=Application Crash
Name[ar]=انهار تطبيق
-Name[ast]=Casque d'aplicación
+Name[ast]=Casque d'una aplicación
Name[az]=Tətbiq Qəzası
Name[ca]=Fallada d'aplicació
Name[ca@valencia]=Fallada d'aplicació
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/frameworkintegration-5.76.0/tests/kstyletest.cpp
new/frameworkintegration-5.77.0/tests/kstyletest.cpp
--- old/frameworkintegration-5.76.0/tests/kstyletest.cpp 2020-11-07
12:32:20.000000000 +0100
+++ new/frameworkintegration-5.77.0/tests/kstyletest.cpp 2020-12-05
11:01:46.000000000 +0100
@@ -18,7 +18,8 @@
void showDialog()
{
QScopedPointer<QDialog> dialog(new QDialog);
- dialog->setLayout(new QVBoxLayout);
+
+ auto *layout = new QVBoxLayout(dialog.data());
QDialogButtonBox *box = new QDialogButtonBox(QDialogButtonBox::Cancel |
QDialogButtonBox::Ok, dialog.data());
@@ -28,8 +29,8 @@
QObject::connect(box, &QDialogButtonBox::rejected, dialog.data(),
&QDialog::reject);
auto usefulWidget = new QTextEdit(dialog.data());
- dialog->layout()->addWidget(usefulWidget);
- dialog->layout()->addWidget(box);
+ layout->addWidget(usefulWidget);
+ layout->addWidget(box);
//Make sure we test ctrl+return acceptance with the focus on the button
usefulWidget->setFocus();
@@ -44,11 +45,11 @@
app.setStyle(new KStyle);
QWidget w;
- w.setLayout(new QVBoxLayout);
+ auto *layout = new QVBoxLayout(&w);
QPushButton *showDialogButton = new QPushButton(QStringLiteral("Dialog"),
&w);
QObject::connect(showDialogButton, &QPushButton::clicked, &showDialog);
- w.layout()->addWidget(showDialogButton);
+ layout->addWidget(showDialogButton);
w.resize(200, 200);
w.show();
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives:
https://lists.opensuse.org/archives/list/[email protected]