openSUSE Commits
Threads by month
- ----- 2024 -----
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
August 2024
- 2 participants
- 1399 discussions
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kf6-ki18n for openSUSE:Factory checked in at 2024-08-10 19:06:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-ki18n (Old)
and /work/SRC/openSUSE:Factory/.kf6-ki18n.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-ki18n"
Sat Aug 10 19:06:35 2024 rev:6 rq:1192878 version:6.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-ki18n/kf6-ki18n.changes 2024-07-14 08:53:03.666065069 +0200
+++ /work/SRC/openSUSE:Factory/.kf6-ki18n.new.7232/kf6-ki18n.changes 2024-08-10 19:10:25.792333514 +0200
@@ -1,0 +2,19 @@
+Mon Aug 5 10:47:42 UTC 2024 - Christophe Marin <christophe(a)krop.fr>
+
+- Update to 6.5.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/6/6.5.0
+- Changes since 6.4.0:
+ * Update dependency version to 6.5.0
+ * Use more specific names for the functions
+ * Add comment for translators in example code
+ * Code cleanup
+ * Minor Doxygen change
+ * Build with older clang versions too
+ * Test also retranslateFormatString
+ * Make retranslateFormatString() call function from correct namespace and adjust code documentation
+ * Add helper method for setting a plural-aware spin box prefix/suffix
+ * Update version to 6.5.0
+
+-------------------------------------------------------------------
Old:
----
ki18n-6.4.0.tar.xz
ki18n-6.4.0.tar.xz.sig
New:
----
ki18n-6.5.0.tar.xz
ki18n-6.5.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kf6-ki18n.spec ++++++
--- /var/tmp/diff_new_pack.XQG7oh/_old 2024-08-10 19:10:27.152389986 +0200
+++ /var/tmp/diff_new_pack.XQG7oh/_new 2024-08-10 19:10:27.152389986 +0200
@@ -19,13 +19,13 @@
%define qt6_version 6.6.0
%define rname ki18n
-# Full KF6 version (e.g. 6.4.0)
+# Full KF6 version (e.g. 6.5.0)
%{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kf6-ki18n
-Version: 6.4.0
+Version: 6.5.0
Release: 0
Summary: KDE Gettext-based UI text internationalization
License: LGPL-2.1-or-later
++++++ ki18n-6.4.0.tar.xz -> ki18n-6.5.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ki18n-6.4.0/CMakeLists.txt new/ki18n-6.5.0/CMakeLists.txt
--- old/ki18n-6.4.0/CMakeLists.txt 2024-07-05 22:07:04.000000000 +0200
+++ new/ki18n-6.5.0/CMakeLists.txt 2024-08-02 13:13:28.000000000 +0200
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.16)
-set(KF_VERSION "6.4.0") # handled by release scripts
+set(KF_VERSION "6.5.0") # handled by release scripts
project(KI18n VERSION ${KF_VERSION})
# ECM setup
include(FeatureSummary)
-find_package(ECM 6.4.0 NO_MODULE)
+find_package(ECM 6.5.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)
@@ -36,7 +36,7 @@
# Dependencies
set(REQUIRED_QT_VERSION 6.5.0)
-find_package(Qt6 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
+find_package(Qt6 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core OPTIONAL_COMPONENTS Widgets)
set(EXCLUDE_DEPRECATED_BEFORE_AND_AT 0 CACHE STRING "Control the range of deprecated API excluded from the build [default=0].")
@@ -89,6 +89,7 @@
add_subdirectory(src)
if(BUILD_TESTING)
add_subdirectory(autotests)
+ add_subdirectory(tests)
endif()
# create a Config.cmake and a ConfigVersion.cmake file and install them
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ki18n-6.4.0/src/i18n/CMakeLists.txt new/ki18n-6.5.0/src/i18n/CMakeLists.txt
--- old/ki18n-6.4.0/src/i18n/CMakeLists.txt 2024-07-05 22:07:04.000000000 +0200
+++ new/ki18n-6.5.0/src/i18n/CMakeLists.txt 2024-08-02 13:13:28.000000000 +0200
@@ -17,6 +17,7 @@
common_helpers.cpp
klocalizedcontext.cpp
main.cpp
+ klocalization.cpp
)
ecm_qt_declare_logging_category(KF6I18n
@@ -69,6 +70,7 @@
KLocalizedContext
KLocalizedString
KLocalizedTranslator
+ KLocalization
KuitSetup
REQUIRED_HEADERS KI18n_HEADERS
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ki18n-6.4.0/src/i18n/klocalization.cpp new/ki18n-6.5.0/src/i18n/klocalization.cpp
--- old/ki18n-6.4.0/src/i18n/klocalization.cpp 1970-01-01 01:00:00.000000000 +0100
+++ new/ki18n-6.5.0/src/i18n/klocalization.cpp 2024-08-02 13:13:28.000000000 +0200
@@ -0,0 +1,9 @@
+/*
+ SPDX-FileCopyrightText: 2024 Lukas Sommer <sommerluk(a)gmail.com>
+ SPDX-FileCopyrightText: 2024 Volker Krause <vkrause(a)kde.org>
+ SPDX-License-Identifier: LGPL-2.0-or-later
+*/
+
+#include "klocalization.h"
+
+// this file only exists so we check klocalization.h compiles
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ki18n-6.4.0/src/i18n/klocalization.h new/ki18n-6.5.0/src/i18n/klocalization.h
--- old/ki18n-6.4.0/src/i18n/klocalization.h 1970-01-01 01:00:00.000000000 +0100
+++ new/ki18n-6.5.0/src/i18n/klocalization.h 2024-08-02 13:13:28.000000000 +0200
@@ -0,0 +1,142 @@
+/*
+ SPDX-FileCopyrightText: 2024 Lukas Sommer <sommerluk(a)gmail.com>
+ SPDX-FileCopyrightText: 2024 Volker Krause <vkrause(a)kde.org>
+ SPDX-License-Identifier: LGPL-2.0-or-later
+*/
+
+#ifndef KLOCALIZATION_H
+#define KLOCALIZATION_H
+
+#include "klocalizedstring.h"
+
+#include <QObject>
+
+#include <type_traits>
+
+class QDoubleSpinBox;
+class QSpinBox;
+
+/**
+ * @namespace KLocalization
+ * @brief Namespace containing helpers for localization.
+ * @since 6.5
+ */
+namespace KLocalization
+{
+
+///@cond hidden
+namespace Private
+{
+
+constexpr inline const char SpinBoxFormatStringProperty[] = "__KLocalizationFormatStringPrivate";
+
+}
+///@endcond
+
+/**
+ * @brief Retranslates a previously set up format string to the current
+ * language and updates the spin box.
+ *
+ * The format string is initially set up by setupSpinBoxFormatString().
+ * This function updates the prefix and suffix of a spin box to reflect the
+ * current language settings. It is useful for responding to language changes,
+ * such as those triggered by QEvent::LanguageChange.
+ *
+ * @tparam T The type of the spin box, which must be either QSpinBox or
+ * QDoubleSpinBox.
+ * @param spinBox Pointer to the spin box.
+ *
+ * @post The prefix and suffix of the spin box are updated to reflect the
+ * current language.
+ *
+ * @sa @ref setupSpinBoxFormatString
+ *
+ * @since 6.5
+ */
+
+template<typename T>
+inline void retranslateSpinBoxFormatString(T *spinBox)
+{
+ constexpr bool isSpinBox = std::is_base_of_v<QSpinBox, T> || std::is_base_of_v<QDoubleSpinBox, T>;
+ static_assert(isSpinBox, "First argument must be a QSpinBox or QDoubleSpinBox.");
+
+ const auto lString = spinBox->property(Private::SpinBoxFormatStringProperty).template value<KLocalizedString>();
+ const auto translation = lString.subs(spinBox->value()).toString();
+ const auto parts = translation.split(QLatin1StringView("%v"));
+ if (parts.count() == 2) {
+ spinBox->setPrefix(parts.at(0));
+ spinBox->setSuffix(parts.at(1));
+ } else {
+ spinBox->setPrefix(QString());
+ spinBox->setSuffix(QString());
+ }
+}
+
+/**
+ * @brief Sets up a format string for internationalizing spin boxes.
+ *
+ * This function allows the customization of prefix and suffix for spin boxes
+ * (QSpinBox and QDoubleSpinBox), considering internationalization needs.
+ *
+ * Spin boxes display a number and possibly a prefix and/or suffix. However,
+ * in some languages, the position of the prefix and suffix may be reversed
+ * compared to English. Example: In English, you write 50%, but in Turkish,
+ * you write %50. Qt does not offer an out-of-the-box solution for this. This
+ * helper now provides complete internationalization for prefixes and suffixes
+ * of spin boxes.
+ *
+ * For QSpinBox it also provides correct plural handling by installing a
+ * handler for the valueChanged() signal to update prefix and suffix whenever
+ * the spin box value changes in the future.
+ *
+ * Example usage:
+ * @code
+ * QDoubleSpinBox doubleBox;
+ * KLocalization::setupSpinBoxFormatString(
+ * &doubleBox,
+ * ki18nc("@item %v is a number and the second % is the percent sign", "%v%"));
+ * // Turkish translation: "%%v"
+ *
+ * QSpinBox intBox;
+ * KLocalization::setupSpinBoxFormatString(
+ * &intBox,
+ * ki18ncp("@item %v is a number", "Baking %v cake", "Baking %v cakes"));
+ * @endcode
+ *
+ * @tparam T The type of the spin box, which must be either QSpinBox or QDoubleSpinBox.
+ * @param spinBox Pointer to the spin box.
+ * @param formatString A localized string in the format "PREFIX%vSUFFIX".
+ * For QDoubleSpinBox, it does not handle plural forms. For QSpinBox, it is
+ * recommended to handle plural forms.
+ *
+ * @note It is safe to call this function multiple times on the same spin box.
+ *
+ * @sa @ref retranslateSpinBoxFormatString
+ *
+ * @since 6.5
+ */
+
+template<typename T>
+inline void setupSpinBoxFormatString(T *spinBox, const KLocalizedString &formatString)
+{
+ constexpr bool isSpinBox = std::is_base_of_v<QSpinBox, T>;
+ constexpr bool isDoubleSpinBox = std::is_base_of_v<QDoubleSpinBox, T>;
+ static_assert(isSpinBox || isDoubleSpinBox, "First argument must be a QSpinBox or QDoubleSpinBox.");
+
+ if constexpr (isSpinBox) {
+ const bool hasSetup = !spinBox->property(Private::SpinBoxFormatStringProperty).isNull();
+ if (!hasSetup) {
+ QObject::connect(spinBox, &T::valueChanged, spinBox, [spinBox]() {
+ retranslateSpinBoxFormatString(spinBox);
+ });
+ }
+ }
+ // Using relaxSubs() to avoid error marks if the library user did pass
+ // a singular-only KLocalizedString.
+ spinBox->setProperty(Private::SpinBoxFormatStringProperty, QVariant::fromValue(formatString.relaxSubs()));
+ retranslateSpinBoxFormatString(spinBox);
+}
+
+}
+
+#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ki18n-6.4.0/tests/CMakeLists.txt new/ki18n-6.5.0/tests/CMakeLists.txt
--- old/ki18n-6.4.0/tests/CMakeLists.txt 1970-01-01 01:00:00.000000000 +0100
+++ new/ki18n-6.5.0/tests/CMakeLists.txt 2024-08-02 13:13:28.000000000 +0200
@@ -0,0 +1,7 @@
+# SPDX-FileCopyrightText: 2024 Volker Krause <vkrause(a)kde.org>
+# SPDX-License-Identifier: BSD-3-clause
+
+if (TARGET Qt6::Widgets)
+ add_executable(spinbox spinbox.cpp)
+ target_link_libraries(spinbox PRIVATE Qt6::Widgets KF6::I18n)
+endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ki18n-6.4.0/tests/spinbox.cpp new/ki18n-6.5.0/tests/spinbox.cpp
--- old/ki18n-6.4.0/tests/spinbox.cpp 1970-01-01 01:00:00.000000000 +0100
+++ new/ki18n-6.5.0/tests/spinbox.cpp 2024-08-02 13:13:28.000000000 +0200
@@ -0,0 +1,28 @@
+/*
+ SPDX-FileCopyrightText: 2024 Volker Krause <vkrause(a)kde.org>
+ SPDX-License-Identifier: LGPL-2.0-or-later
+*/
+
+#include <KLocalization>
+
+#include <QApplication>
+#include <QDoubleSpinBox>
+#include <QSpinBox>
+
+int main(int argc, char **argv)
+{
+ QApplication app(argc, argv);
+
+ QSpinBox spinBox;
+ KLocalization::setupSpinBoxFormatString(&spinBox, ki18np("Baking %v pizza", "Baking %v pizzas"));
+ KLocalization::setupSpinBoxFormatString(&spinBox, ki18np("Baking %v cake", "Baking %v cakes"));
+ KLocalization::retranslateSpinBoxFormatString(&spinBox);
+ spinBox.show();
+
+ QSpinBox doubleSpinBox;
+ KLocalization::setupSpinBoxFormatString(&doubleSpinBox, ki18n("%v%"));
+ KLocalization::retranslateSpinBoxFormatString(&doubleSpinBox);
+ doubleSpinBox.show();
+
+ return app.exec();
+}
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kf6-kguiaddons for openSUSE:Factory checked in at 2024-08-10 19:06:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kguiaddons (Old)
and /work/SRC/openSUSE:Factory/.kf6-kguiaddons.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-kguiaddons"
Sat Aug 10 19:06:34 2024 rev:6 rq:1192876 version:6.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kguiaddons/kf6-kguiaddons.changes 2024-07-14 08:53:02.138008993 +0200
+++ /work/SRC/openSUSE:Factory/.kf6-kguiaddons.new.7232/kf6-kguiaddons.changes 2024-08-10 19:10:23.828251962 +0200
@@ -1,0 +2,12 @@
+Mon Aug 5 10:47:41 UTC 2024 - Christophe Marin <christophe(a)krop.fr>
+
+- Update to 6.5.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/6/6.5.0
+- Changes since 6.4.0:
+ * Update dependency version to 6.5.0
+ * Add missing license text
+ * Update version to 6.5.0
+
+-------------------------------------------------------------------
Old:
----
kguiaddons-6.4.0.tar.xz
kguiaddons-6.4.0.tar.xz.sig
New:
----
kguiaddons-6.5.0.tar.xz
kguiaddons-6.5.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kf6-kguiaddons.spec ++++++
--- /var/tmp/diff_new_pack.xBwK10/_old 2024-08-10 19:10:24.528281028 +0200
+++ /var/tmp/diff_new_pack.xBwK10/_new 2024-08-10 19:10:24.528281028 +0200
@@ -19,13 +19,13 @@
%define qt6_version 6.6.0
%define rname kguiaddons
-# Full KF6 version (e.g. 6.4.0)
+# Full KF6 version (e.g. 6.5.0)
%{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kf6-kguiaddons
-Version: 6.4.0
+Version: 6.5.0
Release: 0
Summary: Utilities for graphical user interfaces
License: LGPL-2.1-or-later
++++++ kguiaddons-6.4.0.tar.xz -> kguiaddons-6.5.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kguiaddons-6.4.0/CMakeLists.txt new/kguiaddons-6.5.0/CMakeLists.txt
--- old/kguiaddons-6.4.0/CMakeLists.txt 2024-07-05 22:06:59.000000000 +0200
+++ new/kguiaddons-6.5.0/CMakeLists.txt 2024-08-02 13:13:23.000000000 +0200
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.16)
-set(KF_VERSION "6.4.0") # handled by release scripts
+set(KF_VERSION "6.5.0") # handled by release scripts
project(KGuiAddons VERSION ${KF_VERSION})
include(FeatureSummary)
-find_package(ECM 6.4.0 NO_MODULE)
+find_package(ECM 6.5.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)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kguiaddons-6.4.0/LICENSES/LGPL-2.0-only.txt new/kguiaddons-6.5.0/LICENSES/LGPL-2.0-only.txt
--- old/kguiaddons-6.4.0/LICENSES/LGPL-2.0-only.txt 1970-01-01 01:00:00.000000000 +0100
+++ new/kguiaddons-6.5.0/LICENSES/LGPL-2.0-only.txt 2024-08-02 13:13:23.000000000 +0200
@@ -0,0 +1,175 @@
+GNU LIBRARY GENERAL PUBLIC LICENSE
+
+Version 2, June 1991
+
+Copyright (C) 1991 Free Software Foundation, Inc.
+51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+
+Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
+
+[This is the first released version of the library GPL. It is numbered 2 because it goes with version 2 of the ordinary GPL.]
+
+Preamble
+
+The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.
+
+This license, the Library General Public License, applies to some specially designated Free Software Foundation software, and to any other libraries whose authors decide to use it. You can use it for your libraries, too.
+
+When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.
+
+To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library, or if you modify it.
+
+For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link a program with the library, you must provide complete object files to the recipients so that they can relink them with the library, after making changes to the library and recompiling it. And you must show them these terms so they know their rights.
+
+Our method of protecting your rights has two steps: (1) copyright the library, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the library.
+
+Also, for each distributor's protection, we want to make certain that everyone understands that there is no warranty for this free library. If the library is modified by someone else and passed on, we want its recipients to know that what they have is not the original version, so that any problems introduced by others will not reflect on the original authors' reputations.
+
+Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that companies distributing free software will individually obtain patent licenses, thus in effect transforming the program into proprietary software. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.
+
+Most GNU software, including some libraries, is covered by the ordinary GNU General Public License, which was designed for utility programs. This license, the GNU Library General Public License, applies to certain designated libraries. This license is quite different from the ordinary one; be sure to read it in full, and don't assume that anything in it is the same as in the ordinary license.
+
+The reason we have a separate public license for some libraries is that they blur the distinction we usually make between modifying or adding to a program and simply using it. Linking a program with a library, without changing the library, is in some sense simply using the library, and is analogous to running a utility program or application program. However, in a textual and legal sense, the linked executable is a combined work, a derivative of the original library, and the ordinary General Public License treats it as such.
+
+Because of this blurred distinction, using the ordinary General Public License for libraries did not effectively promote software sharing, because most developers did not use the libraries. We concluded that weaker conditions might promote sharing better.
+
+However, unrestricted linking of non-free programs would deprive the users of those programs of all benefit from the free status of the libraries themselves. This Library General Public License is intended to permit developers of non-free programs to use free libraries, while preserving your freedom as a user of such programs to change the free libraries that are incorporated in them. (We have not seen how to achieve this as regards changes in header files, but we have achieved it as regards changes in the actual functions of the Library.) The hope is that this will lead to faster development of free libraries.
+
+The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, while the latter only works together with the library.
+
+Note that it is possible for a library to be covered by the ordinary General Public License rather than by this special one.
+
+GNU LIBRARY GENERAL PUBLIC LICENSE
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+0. This License Agreement applies to any software library which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Library General Public License (also called "this License"). Each licensee is addressed as "you".
+
+A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables.
+
+The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".)
+
+"Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library.
+
+Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does.
+
+1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library.
+
+You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
+
+2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
+
+ a) The modified work must itself be a software library.
+
+ b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change.
+
+ c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License.
+
+ d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful.
+
+(For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
+
+3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices.
+
+Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy.
+
+This option is useful when you wish to copy part of the code of the Library into a program that is not a library.
+
+4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange.
+
+If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code.
+
+5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License.
+
+However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables.
+
+When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law.
+
+If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.)
+
+Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself.
+
+6. As an exception to the Sections above, you may also compile or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications.
+
+You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things:
+
+ a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.)
+
+ b) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution.
+
+ c) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place.
+
+ d) Verify that the user has already received a copy of these materials or that you have already sent this user a copy.
+
+For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
+
+It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute.
+
+7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things:
+
+ a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above.
+
+ b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
+
+8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
+
+9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it.
+
+10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
+
+11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
+
+This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
+
+12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
+
+13. The Free Software Foundation may publish revised and/or new versions of the Library General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation.
+
+14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
+
+NO WARRANTY
+
+15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+END OF TERMS AND CONDITIONS
+
+How to Apply These Terms to Your New Libraries
+
+If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License).
+
+To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
+
+ one line to give the library's name and an idea of what it does.
+ Copyright (C) year name of author
+
+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names:
+
+Yoyodyne, Inc., hereby disclaims all copyright interest in
+the library `Frob' (a library for tweaking knobs) written
+by James Random Hacker.
+
+signature of Ty Coon, 1 April 1990
+Ty Coon, President of Vice
+
+That's all there is to it!
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kf6-kglobalaccel for openSUSE:Factory checked in at 2024-08-10 19:06:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kglobalaccel (Old)
and /work/SRC/openSUSE:Factory/.kf6-kglobalaccel.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-kglobalaccel"
Sat Aug 10 19:06:33 2024 rev:6 rq:1192875 version:6.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kglobalaccel/kf6-kglobalaccel.changes 2024-07-14 08:53:00.533950128 +0200
+++ /work/SRC/openSUSE:Factory/.kf6-kglobalaccel.new.7232/kf6-kglobalaccel.changes 2024-08-10 19:10:22.416193331 +0200
@@ -1,0 +2,11 @@
+Mon Aug 5 10:47:41 UTC 2024 - Christophe Marin <christophe(a)krop.fr>
+
+- Update to 6.5.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/6/6.5.0
+- Changes since 6.4.0:
+ * Update dependency version to 6.5.0
+ * Update version to 6.5.0
+
+-------------------------------------------------------------------
Old:
----
kglobalaccel-6.4.0.tar.xz
kglobalaccel-6.4.0.tar.xz.sig
New:
----
kglobalaccel-6.5.0.tar.xz
kglobalaccel-6.5.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kf6-kglobalaccel.spec ++++++
--- /var/tmp/diff_new_pack.j8UGBw/_old 2024-08-10 19:10:22.924214425 +0200
+++ /var/tmp/diff_new_pack.j8UGBw/_new 2024-08-10 19:10:22.928214590 +0200
@@ -19,13 +19,13 @@
%define qt6_version 6.6.0
%define rname kglobalaccel
-# Full KF6 version (e.g. 6.4.0)
+# Full KF6 version (e.g. 6.5.0)
%{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kf6-kglobalaccel
-Version: 6.4.0
+Version: 6.5.0
Release: 0
Summary: Global desktop keyboard shortcuts
License: LGPL-2.1-or-later
++++++ kglobalaccel-6.4.0.tar.xz -> kglobalaccel-6.5.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kglobalaccel-6.4.0/CMakeLists.txt new/kglobalaccel-6.5.0/CMakeLists.txt
--- old/kglobalaccel-6.4.0/CMakeLists.txt 2024-07-05 22:06:52.000000000 +0200
+++ new/kglobalaccel-6.5.0/CMakeLists.txt 2024-08-02 13:13:15.000000000 +0200
@@ -1,12 +1,12 @@
cmake_minimum_required(VERSION 3.16)
-set(KF_VERSION "6.4.0") # handled by release scripts
-set(KF_DEP_VERSION "6.4.0") # handled by release scripts
+set(KF_VERSION "6.5.0") # handled by release scripts
+set(KF_DEP_VERSION "6.5.0") # handled by release scripts
project(KGlobalAccel VERSION ${KF_VERSION})
# ECM setup
include(FeatureSummary)
-find_package(ECM 6.4.0 NO_MODULE)
+find_package(ECM 6.5.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)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kf6-kfilemetadata for openSUSE:Factory checked in at 2024-08-10 19:06:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kfilemetadata (Old)
and /work/SRC/openSUSE:Factory/.kf6-kfilemetadata.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-kfilemetadata"
Sat Aug 10 19:06:32 2024 rev:6 rq:1192874 version:6.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kfilemetadata/kf6-kfilemetadata.changes 2024-07-14 08:52:59.637917247 +0200
+++ /work/SRC/openSUSE:Factory/.kf6-kfilemetadata.new.7232/kf6-kfilemetadata.changes 2024-08-10 19:10:21.532156624 +0200
@@ -1,0 +2,12 @@
+Mon Aug 5 10:47:40 UTC 2024 - Christophe Marin <christophe(a)krop.fr>
+
+- Update to 6.5.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/6/6.5.0
+- Changes since 6.4.0:
+ * Update dependency version to 6.5.0
+ * [Extractors] Clarify Qt::Gui dependencies
+ * Update version to 6.5.0
+
+-------------------------------------------------------------------
Old:
----
kfilemetadata-6.4.0.tar.xz
kfilemetadata-6.4.0.tar.xz.sig
New:
----
kfilemetadata-6.5.0.tar.xz
kfilemetadata-6.5.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kf6-kfilemetadata.spec ++++++
--- /var/tmp/diff_new_pack.yXmMBl/_old 2024-08-10 19:10:22.016176721 +0200
+++ /var/tmp/diff_new_pack.yXmMBl/_new 2024-08-10 19:10:22.020176887 +0200
@@ -19,14 +19,14 @@
%define qt6_version 6.6.0
%define rname kfilemetadata
-# Full KF6 version (e.g. 6.4.0)
+# Full KF6 version (e.g. 6.5.0)
%{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without ffmpeg
%bcond_without released
Name: kf6-kfilemetadata
-Version: 6.4.0
+Version: 6.5.0
Release: 0
Summary: Library for extracting Metadata
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
++++++ kfilemetadata-6.4.0.tar.xz -> kfilemetadata-6.5.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-6.4.0/CMakeLists.txt new/kfilemetadata-6.5.0/CMakeLists.txt
--- old/kfilemetadata-6.4.0/CMakeLists.txt 2024-07-05 22:06:49.000000000 +0200
+++ new/kfilemetadata-6.5.0/CMakeLists.txt 2024-08-02 13:13:12.000000000 +0200
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.16)
-set(KF_VERSION "6.4.0") # handled by release scripts
-set(KF_DEP_VERSION "6.4.0") # handled by release scripts
+set(KF_VERSION "6.5.0") # handled by release scripts
+set(KF_DEP_VERSION "6.5.0") # handled by release scripts
project(KFileMetaData VERSION ${KF_VERSION})
include(FeatureSummary)
-find_package(ECM 6.4.0 NO_MODULE)
+find_package(ECM 6.5.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)
@@ -38,10 +38,10 @@
# Dependencies
set(REQUIRED_QT_VERSION 6.5.0)
-find_package(Qt6 ${REQUIRED_QT_VERSION} CONFIG COMPONENTS Gui)
+find_package(Qt6 ${REQUIRED_QT_VERSION} CONFIG OPTIONAL_COMPONENTS Gui)
set_package_properties(Qt6Gui PROPERTIES DESCRIPTION "Qt6: Gui component"
TYPE OPTIONAL
- PURPOSE "Qt6::Gui is needed to build the AppImage extractor")
+ PURPOSE "Qt6::Gui is needed for several extractors")
find_package(Qt6 ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE COMPONENTS Xml)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-6.4.0/autotests/CMakeLists.txt new/kfilemetadata-6.5.0/autotests/CMakeLists.txt
--- old/kfilemetadata-6.4.0/autotests/CMakeLists.txt 2024-07-05 22:06:49.000000000 +0200
+++ new/kfilemetadata-6.5.0/autotests/CMakeLists.txt 2024-08-02 13:13:12.000000000 +0200
@@ -249,13 +249,15 @@
#
# PNG
#
-ecm_add_test(pngextractortest.cpp ../src/extractors/pngextractor.cpp
- TEST_NAME "pngextractortest"
- LINK_LIBRARIES
- Qt6::Test
- KF6::FileMetaData
- Qt6::Gui
-)
+if(Qt6Gui_FOUND)
+ ecm_add_test(pngextractortest.cpp ../src/extractors/pngextractor.cpp
+ TEST_NAME "pngextractortest"
+ LINK_LIBRARIES
+ Qt6::Test
+ KF6::FileMetaData
+ Qt6::Gui
+ )
+endif()
#
# Krita
@@ -267,7 +269,6 @@
KF6::Archive
KF6::FileMetaData
Qt6::Test
- Qt6::Gui
)
endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-6.4.0/po/nn/kfilemetadata6.po new/kfilemetadata-6.5.0/po/nn/kfilemetadata6.po
--- old/kfilemetadata-6.4.0/po/nn/kfilemetadata6.po 2024-07-05 22:06:49.000000000 +0200
+++ new/kfilemetadata-6.5.0/po/nn/kfilemetadata6.po 2024-08-02 13:13:12.000000000 +0200
@@ -1,12 +1,11 @@
# Translation of kfilemetadata6 to Norwegian Nynorsk
#
-# Karl Ove Hufthammer <karl(a)huftis.org>, 2015, 2016, 2017, 2018, 2019, 2023.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-03-09 00:35+0000\n"
-"PO-Revision-Date: 2023-07-29 12:27+0200\n"
+"PO-Revision-Date: 2024-07-26 15:12+0200\n"
"Last-Translator: Karl Ove Hufthammer <karl(a)huftis.org>\n"
"Language-Team: Norwegian Nynorsk <l10n-no(a)lister.huftis.org>\n"
"Language: nn\n"
@@ -14,7 +13,7 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 23.04.3\n"
+"X-Generator: Lokalize 24.11.70\n"
"X-Environment: kde\n"
"X-Accelerator-Marker: &\n"
"X-Text-Markup: kde4\n"
@@ -694,7 +693,7 @@
#: src/typeinfo.cpp:33
msgctxt "@label"
msgid "Empty"
-msgstr ""
+msgstr "Tom"
#: src/typeinfo.cpp:37
msgctxt "@label"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfilemetadata-6.4.0/src/extractors/CMakeLists.txt new/kfilemetadata-6.5.0/src/extractors/CMakeLists.txt
--- old/kfilemetadata-6.4.0/src/extractors/CMakeLists.txt 2024-07-05 22:06:49.000000000 +0200
+++ new/kfilemetadata-6.5.0/src/extractors/CMakeLists.txt 2024-08-02 13:13:12.000000000 +0200
@@ -243,6 +243,7 @@
endif()
+set_package_properties(Qt6Gui PROPERTIES PURPOSE "- Required for AppImage extractor")
if(libappimage_FOUND AND KF6Config_FOUND AND Qt6Gui_FOUND)
add_library(kfilemetadata_appimageextractor MODULE appimageextractor.cpp )
target_link_libraries( kfilemetadata_appimageextractor
@@ -259,16 +260,19 @@
DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf6/kfilemetadata)
endif()
-add_library(kfilemetadata_pngextractor MODULE pngextractor.cpp )
-target_link_libraries(kfilemetadata_pngextractor
- KF6::FileMetaData
- Qt6::Gui
-)
-
-set_target_properties(kfilemetadata_pngextractor PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/kf6/kfilemetadata")
-install(
-TARGETS kfilemetadata_pngextractor
-DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf6/kfilemetadata)
+set_package_properties(Qt6Gui PROPERTIES PURPOSE "- Required for Qt based PNG extractor")
+if(Qt6Gui_FOUND)
+ add_library(kfilemetadata_pngextractor MODULE pngextractor.cpp )
+ target_link_libraries(kfilemetadata_pngextractor
+ KF6::FileMetaData
+ Qt6::Gui
+ )
+
+ set_target_properties(kfilemetadata_pngextractor PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/kf6/kfilemetadata")
+ install(
+ TARGETS kfilemetadata_pngextractor
+ DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf6/kfilemetadata)
+endif()
#
# FictionBook2
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kf6-kconfig for openSUSE:Factory checked in at 2024-08-10 19:06:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kconfig (Old)
and /work/SRC/openSUSE:Factory/.kf6-kconfig.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-kconfig"
Sat Aug 10 19:06:25 2024 rev:7 rq:1192862 version:6.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kconfig/kf6-kconfig.changes 2024-07-14 08:52:42.101273700 +0200
+++ /work/SRC/openSUSE:Factory/.kf6-kconfig.new.7232/kf6-kconfig.changes 2024-08-10 19:10:02.615371163 +0200
@@ -1,0 +2,18 @@
+Mon Aug 5 10:47:34 UTC 2024 - Christophe Marin <christophe(a)krop.fr>
+
+- Update to 6.5.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/6/6.5.0
+- Changes since 6.4.0:
+ * Update dependency version to 6.5.0
+ * ksharedconfig: move statercs to state dir
+ * Explain what "desktop entry spec separator semantics" means
+ * Reapply "don't create root-only readable files in /etc/xdg"
+ * Make Qt6Quick dependency for QML plugin private
+ * Update version to 6.5.0
+ * Expose KWindowStateSaver in the QML interface
+ * Sync config group on KWindowStateSaver::timerEvent
+ * don't do tests in ~/.kde-unit-test
+
+-------------------------------------------------------------------
Old:
----
kconfig-6.4.0.tar.xz
kconfig-6.4.0.tar.xz.sig
New:
----
kconfig-6.5.0.tar.xz
kconfig-6.5.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kf6-kconfig.spec ++++++
--- /var/tmp/diff_new_pack.pxAHox/_old 2024-08-10 19:10:03.379402887 +0200
+++ /var/tmp/diff_new_pack.pxAHox/_new 2024-08-10 19:10:03.379402887 +0200
@@ -19,13 +19,13 @@
%define qt6_version 6.6.0
%define rname kconfig
-# Full KF6 version (e.g. 6.4.0)
+# Full KF6 version (e.g. 6.5.0)
%{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kf6-kconfig
-Version: 6.4.0
+Version: 6.5.0
Release: 0
Summary: Advanced configuration system
License: LGPL-2.1-or-later AND GPL-2.0-or-later
@@ -44,6 +44,7 @@
BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
BuildRequires: cmake(Qt6LinguistTools) >= %{qt6_version}
BuildRequires: cmake(Qt6Qml) >= %{qt6_version}
+BuildRequires: cmake(Qt6Quick) >= %{qt6_version}
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
BuildRequires: cmake(Qt6Xml) >= %{qt6_version}
++++++ kconfig-6.4.0.tar.xz -> kconfig-6.5.0.tar.xz ++++++
++++ 3290 lines of diff (skipped)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kf6-kcompletion for openSUSE:Factory checked in at 2024-08-10 19:06:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kcompletion (Old)
and /work/SRC/openSUSE:Factory/.kf6-kcompletion.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-kcompletion"
Sat Aug 10 19:06:24 2024 rev:6 rq:1192861 version:6.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kcompletion/kf6-kcompletion.changes 2024-07-14 08:52:41.025234212 +0200
+++ /work/SRC/openSUSE:Factory/.kf6-kcompletion.new.7232/kf6-kcompletion.changes 2024-08-10 19:10:00.935301404 +0200
@@ -1,0 +2,11 @@
+Mon Aug 5 10:47:33 UTC 2024 - Christophe Marin <christophe(a)krop.fr>
+
+- Update to 6.5.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/6/6.5.0
+- Changes since 6.4.0:
+ * Update dependency version to 6.5.0
+ * Update version to 6.5.0
+
+-------------------------------------------------------------------
Old:
----
kcompletion-6.4.0.tar.xz
kcompletion-6.4.0.tar.xz.sig
New:
----
kcompletion-6.5.0.tar.xz
kcompletion-6.5.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kf6-kcompletion.spec ++++++
--- /var/tmp/diff_new_pack.jYala0/_old 2024-08-10 19:10:01.675332132 +0200
+++ /var/tmp/diff_new_pack.jYala0/_new 2024-08-10 19:10:01.679332297 +0200
@@ -19,13 +19,13 @@
%define qt6_version 6.6.0
%define rname kcompletion
-# Full KF6 version (e.g. 6.4.0)
+# Full KF6 version (e.g. 6.5.0)
%{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kf6-kcompletion
-Version: 6.4.0
+Version: 6.5.0
Release: 0
Summary: Widgets with advanced completion support
License: LGPL-2.1-or-later
++++++ kcompletion-6.4.0.tar.xz -> kcompletion-6.5.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcompletion-6.4.0/CMakeLists.txt new/kcompletion-6.5.0/CMakeLists.txt
--- old/kcompletion-6.4.0/CMakeLists.txt 2024-07-05 22:05:54.000000000 +0200
+++ new/kcompletion-6.5.0/CMakeLists.txt 2024-08-02 13:12:13.000000000 +0200
@@ -1,12 +1,12 @@
cmake_minimum_required(VERSION 3.16)
-set(KF_VERSION "6.4.0") # handled by release scripts
-set(KF_DEP_VERSION "6.4.0") # handled by release scripts
+set(KF_VERSION "6.5.0") # handled by release scripts
+set(KF_DEP_VERSION "6.5.0") # handled by release scripts
project(KCompletion VERSION ${KF_VERSION})
# ECM setup
include(FeatureSummary)
-find_package(ECM 6.4.0 NO_MODULE)
+find_package(ECM 6.5.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)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kf6-baloo for openSUSE:Factory checked in at 2024-08-10 19:06:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-baloo (Old)
and /work/SRC/openSUSE:Factory/.kf6-baloo.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-baloo"
Sat Aug 10 19:06:15 2024 rev:6 rq:1192848 version:6.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-baloo/kf6-baloo.changes 2024-07-14 08:49:59.755333337 +0200
+++ /work/SRC/openSUSE:Factory/.kf6-baloo.new.7232/kf6-baloo.changes 2024-08-10 19:06:36.790824939 +0200
@@ -1,0 +2,10 @@
+Mon Aug 5 10:47:27 UTC 2024 - Christophe Marin <christophe(a)krop.fr>
+
+- Update to 6.5.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/6/6.5.0
+- Changes since 6.4.0:
+ * Update version to 6.5.0
+
+-------------------------------------------------------------------
Old:
----
baloo-6.4.0.tar.xz
baloo-6.4.0.tar.xz.sig
New:
----
baloo-6.5.0.tar.xz
baloo-6.5.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kf6-baloo.spec ++++++
--- /var/tmp/diff_new_pack.BktPVq/_old 2024-08-10 19:06:37.542856165 +0200
+++ /var/tmp/diff_new_pack.BktPVq/_new 2024-08-10 19:06:37.546856331 +0200
@@ -19,13 +19,13 @@
%define qt6_version 6.6.0
%define rname baloo
-# Full KF6 version (e.g. 6.4.0)
+# Full KF6 version (e.g. 6.5.0)
%{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kf6-baloo
-Version: 6.4.0
+Version: 6.5.0
Release: 0
Summary: Framework for searching and managing metadata
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
++++++ baloo-6.4.0.tar.xz -> baloo-6.5.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-6.4.0/CMakeLists.txt new/baloo-6.5.0/CMakeLists.txt
--- old/baloo-6.4.0/CMakeLists.txt 2024-07-05 22:05:01.000000000 +0200
+++ new/baloo-6.5.0/CMakeLists.txt 2024-08-02 13:11:15.000000000 +0200
@@ -1,8 +1,8 @@
# set minimum version requirements
cmake_minimum_required(VERSION 3.16)
set(REQUIRED_QT_VERSION 6.5.0)
-set(KF_VERSION "6.4.0") # handled by release scripts
-set(KF_DEP_VERSION "6.4.0") # handled by release scripts
+set(KF_VERSION "6.5.0") # handled by release scripts
+set(KF_DEP_VERSION "6.5.0") # handled by release scripts
# set up project
project(Baloo VERSION ${KF_VERSION})
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kf6-attica for openSUSE:Factory checked in at 2024-08-10 19:06:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-attica (Old)
and /work/SRC/openSUSE:Factory/.kf6-attica.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-attica"
Sat Aug 10 19:06:14 2024 rev:6 rq:1192846 version:6.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-attica/kf6-attica.changes 2024-07-14 08:49:58.415284381 +0200
+++ /work/SRC/openSUSE:Factory/.kf6-attica.new.7232/kf6-attica.changes 2024-08-10 19:06:35.282762321 +0200
@@ -1,0 +2,11 @@
+Mon Aug 5 10:47:26 UTC 2024 - Christophe Marin <christophe(a)krop.fr>
+
+- Update to 6.5.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/6/6.5.0
+- Changes since 6.4.0:
+ * Update version to 6.5.0
+ * support new version field on DownloadDescription
+
+-------------------------------------------------------------------
Old:
----
attica-6.4.0.tar.xz
attica-6.4.0.tar.xz.sig
New:
----
attica-6.5.0.tar.xz
attica-6.5.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kf6-attica.spec ++++++
--- /var/tmp/diff_new_pack.957QvD/_old 2024-08-10 19:06:35.966790724 +0200
+++ /var/tmp/diff_new_pack.957QvD/_new 2024-08-10 19:06:35.966790724 +0200
@@ -19,13 +19,13 @@
%define qt6_version 6.6.0
%define rname attica
-# Full KF6 version (e.g. 6.4.0)
+# Full KF6 version (e.g. 6.5.0)
%{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kf6-attica
-Version: 6.4.0
+Version: 6.5.0
Release: 0
Summary: Open Collaboration Service client library
License: LGPL-2.1-or-later
++++++ attica-6.4.0.tar.xz -> attica-6.5.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/attica-6.4.0/CMakeLists.txt new/attica-6.5.0/CMakeLists.txt
--- old/attica-6.4.0/CMakeLists.txt 2024-07-05 22:04:59.000000000 +0200
+++ new/attica-6.5.0/CMakeLists.txt 2024-08-02 13:11:13.000000000 +0200
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.16)
-set(KF_VERSION "6.4.0") # handled by release scripts
+set(KF_VERSION "6.5.0") # handled by release scripts
project(Attica VERSION ${KF_VERSION})
# ECM setup
include(FeatureSummary)
-find_package(ECM 6.4.0 NO_MODULE)
+find_package(ECM 6.5.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)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/attica-6.4.0/src/content.cpp new/attica-6.5.0/src/content.cpp
--- old/attica-6.4.0/src/content.cpp 2024-07-05 22:04:59.000000000 +0200
+++ new/attica-6.5.0/src/content.cpp 2024-08-02 13:11:13.000000000 +0200
@@ -10,6 +10,7 @@
#include <QDateTime>
+using namespace Qt::StringLiterals;
using namespace Attica;
class Q_DECL_HIDDEN Content::Private : public QSharedData
@@ -221,6 +222,7 @@
desc.setPackageName(attribute(QLatin1String("downloadpackagename") + num));
desc.setRepository(attribute(QLatin1String("downloadrepository") + num));
desc.setTags(attribute(QLatin1String("downloadtags") + num).split(QLatin1Char(',')));
+ desc.setVersion(attribute("download_version"_L1 + num));
return desc;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/attica-6.4.0/src/downloaddescription.cpp new/attica-6.5.0/src/downloaddescription.cpp
--- old/attica-6.4.0/src/downloaddescription.cpp 2024-07-05 22:04:59.000000000 +0200
+++ new/attica-6.5.0/src/downloaddescription.cpp 2024-08-02 13:11:13.000000000 +0200
@@ -30,6 +30,7 @@
QString repository;
uint size = 0;
QStringList tags;
+ QString version;
};
}
@@ -204,3 +205,13 @@
{
d->tags = tags;
}
+
+QString Attica::DownloadDescription::version() const
+{
+ return d->version;
+}
+
+void Attica::DownloadDescription::setVersion(const QString &version)
+{
+ d->version = version;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/attica-6.4.0/src/downloaddescription.h new/attica-6.5.0/src/downloaddescription.h
--- old/attica-6.4.0/src/downloaddescription.h 2024-07-05 22:04:59.000000000 +0200
+++ new/attica-6.5.0/src/downloaddescription.h 2024-08-02 13:11:13.000000000 +0200
@@ -82,6 +82,17 @@
*/
void setTags(const QStringList &tags);
+ /**
+ * The download version as set on the remote. May be QString() when not set.
+ * @since 6.5
+ */
+ [[nodiscard]] QString version() const;
+
+ /**
+ * @since 6.5
+ */
+ void setVersion(const QString &version);
+
private:
class Private;
QSharedDataPointer<Private> d;
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package selinux-policy for openSUSE:Factory checked in at 2024-08-10 19:06:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/selinux-policy (Old)
and /work/SRC/openSUSE:Factory/.selinux-policy.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "selinux-policy"
Sat Aug 10 19:06:12 2024 rev:69 rq:1192931 version:20240809
Changes:
--------
--- /work/SRC/openSUSE:Factory/selinux-policy/selinux-policy.changes 2024-08-07 06:10:20.058146349 +0200
+++ /work/SRC/openSUSE:Factory/.selinux-policy.new.7232/selinux-policy.changes 2024-08-10 19:06:25.842370339 +0200
@@ -1,0 +2,91 @@
+Fri Aug 09 12:35:40 UTC 2024 - cathy.hu(a)suse.com
+
+- Update to version 20240809:
+ * Label /run/udev/rules.d as udev_rules_t
+ * Provide type for sysstat lock files (bsc#1228247)
+ * Allow snapper to delete unlabeled_t files (bsc#1228889)
+
+-------------------------------------------------------------------
+Thu Aug 08 12:24:12 UTC 2024 - cathy.hu(a)suse.com
+
+- Update to version 20240808:
+ * Use new kanidm interfaces
+ * Initial module for kanidm
+ * Update bootupd policy
+ * Allow rhsmcertd read/write access to /dev/papr-sysparm
+ * Label /dev/papr-sysparm and /dev/papr-vpd
+ * Allow abrt-dump-journal-core connect to winbindd
+ * Allow systemd-hostnamed shut down nscd
+ * Allow systemd-pstore send a message to syslogd over a unix domain
+ * Allow postfix_domain map postfix_etc_t files
+ * Allow microcode create /sys/devices/system/cpu/microcode/reload
+ * Allow rhsmcertd read, write, and map ica tmpfs files
+ * Support SGX devices
+ * Allow initrc_t transition to passwd_t
+ * Update fstab and cryptsetup generators policy
+ * Allow xdm_t read and write the dma device
+ * Update stalld policy for bpf usage
+ * Allow systemd_gpt_generator to getattr on DOS directories
+ * Make cgroup_memory_pressure_t a part of the file_type attribute
+ * Allow ssh_t to change role to system_r
+ * Update policy for coreos generators
+ * Allow init_t nnp domain transition to firewalld_t
+ * Label /run/modprobe.d with modules_conf_t
+ * Allow virtnodedevd run udev with a domain transition
+ * Allow virtnodedev_t create and use virtnodedev_lock_t
+ * Allow virtstoraged manage files with virt_content_t type
+ * Allow virtqemud unmount a filesystem with extended attributes
+ * Allow svirt_t connect to unconfined_t over a unix domain socket
+ * Update afterburn file transition policy
+ * Allow systemd_generator read attributes of all filesystems
+ * Allow fstab-generator read and write cryptsetup-generator unit file
+ * Allow cryptsetup-generator read and write fstab-generator unit file
+ * Allow systemd_generator map files in /etc
+ * Allow systemd_generator read init's process state
+ * Allow coreos-installer-generator read sssd public files
+ * Allow coreos-installer-generator work with partitions
+ * Label /etc/mdadm.conf.d with mdadm_conf_t
+ * Confine coreos generators
+ * Label /run/metadata with afterburn_runtime_t
+ * Allow afterburn list ssh home directory
+ * Label samba certificates with samba_cert_t
+ * Label /run/coreos-installer-reboot with coreos_installer_var_run_t
+ * Allow virtqemud read virt-dbus process state
+ * Allow staff user dbus chat with virt-dbus
+ * Allow staff use watch /run/systemd
+ * Allow systemd_generator to write kmsg
+ * Allow virtqemud connect to sanlock over a unix stream socket
+ * Allow virtqemud relabel virt_var_run_t directories
+ * Allow svirt_tcg_t read vm sysctls
+ * Allow virtnodedevd connect to systemd-userdbd over a unix socket
+ * Allow svirt read virtqemud fifo files
+ * Allow svirt attach_queue to a virtqemud tun_socket
+ * Allow virtqemud run ssh client with a transition
+ * Allow virt_dbus_t connect to virtqemud_t over a unix stream socket
+ * Update keyutils policy
+ * Allow sshd_keygen_t connect to userdbd over a unix stream socket
+ * Allow postfix-smtpd read mysql config files
+ * Allow locate stream connect to systemd-userdbd
+ * Allow the staff user use wireshark
+ * Allow updatedb connect to userdbd over a unix stream socket
+ * Allow gpg_t set attributes of public-keys.d
+ * Allow gpg_t get attributes of login_userdomain stream
+ * Allow systemd_getty_generator_t read /proc/1/environ
+ * Allow systemd_getty_generator_t to read and write to tty_device_t
+ * Drop publicfile module
+ * Remove permissive domain for systemd_nsresourced_t
+ * Change fs_dontaudit_write_cgroup_files() to apply to cgroup_t
+ * Label /usr/bin/samba-gpupdate with samba_gpupdate_exec_t
+ * Allow to create and delete socket files created by rhsm.service
+ * Allow virtnetworkd exec shell when virt_hooks_unconfined is on
+ * Allow unconfined_service_t transition to passwd_t
+ * Support /var is empty
+ * Allow abrt-dump-journal read all non_security socket files
+ * Allow timemaster write to sysfs files
+ * Dontaudit domain write cgroup files
+ * Label /usr/lib/node_modules/npm/bin with bin_t
+ * Allow ip the setexec permission
+ * Allow systemd-networkd write files in /var/lib/systemd/network
+ * Fix typo in systemd_nsresourced_prog_run_bpf()
+
+-------------------------------------------------------------------
Old:
----
selinux-policy-20240802.tar.xz
New:
----
selinux-policy-20240809.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ selinux-policy.spec ++++++
--- /var/tmp/diff_new_pack.Iwe25y/_old 2024-08-10 19:06:27.186426146 +0200
+++ /var/tmp/diff_new_pack.Iwe25y/_new 2024-08-10 19:06:27.186426146 +0200
@@ -33,7 +33,7 @@
License: GPL-2.0-or-later
Group: System/Management
Name: selinux-policy
-Version: 20240802
+Version: 20240809
Release: 0
Source0: %{name}-%{version}.tar.xz
Source1: container.fc
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Iwe25y/_old 2024-08-10 19:06:27.274429800 +0200
+++ /var/tmp/diff_new_pack.Iwe25y/_new 2024-08-10 19:06:27.278429966 +0200
@@ -1,7 +1,7 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.suse.de/selinux/selinux-policy.git</param>
- <param name="changesrevision">0c7e4148b56766f81029d6232b7b2533afa2b719</param></service><service name="tar_scm">
+ <param name="changesrevision">02657ab47aa16a1ed9638b511b4ed12298f2352b</param></service><service name="tar_scm">
<param name="url">https://github.com/containers/container-selinux.git</param>
<param name="changesrevision">07b3034f6d9625ab84508a2f46515d8ff79b4204</param></service><service name="tar_scm">
<param name="url">https://gitlab.suse.de/jsegitz/selinux-policy.git</param>
++++++ modules-minimum-contrib.conf ++++++
--- /var/tmp/diff_new_pack.Iwe25y/_old 2024-08-10 19:06:28.150466175 +0200
+++ /var/tmp/diff_new_pack.Iwe25y/_new 2024-08-10 19:06:28.178467338 +0200
@@ -1465,13 +1465,6 @@
#
ptchown = module
-# Layer: services
-# Module: publicfile
-#
-# publicfile supplies files to the public through HTTP and FTP
-#
-publicfile = module
-
# Layer: apps
# Module: pulseaudio
#
++++++ modules-minimum-disable.lst ++++++
--- /var/tmp/diff_new_pack.Iwe25y/_old 2024-08-10 19:06:28.330473649 +0200
+++ /var/tmp/diff_new_pack.Iwe25y/_new 2024-08-10 19:06:28.362474978 +0200
@@ -1,2 +1,2 @@
-abrt accountsd acct afs aiccu aide ajaxterm alsa amanda amtu anaconda antivirus apache apcupsd apm arpwatch asterisk authconfig automount avahi awstats bcfg2 bind rpcbind rngd bitlbee blueman bluetooth boinc brctl bugzilla cachefilesd calamaris callweaver canna ccs cdrecord certmaster certmonger certwatch cfengine cgroup chrome chronyd cipe clogd cloudform cmirrord cobbler collectd colord comsat condor consolekit couchdb courier cpucontrol cpufreqselector cron ctdb cups cvs cyphesis cyrus daemontools dbadm dbskk dbus dcc ddclient denyhosts devicekit dhcp dictd dirsrv-admin dirsrv dmidecode dnsmasq dnssec dovecot drbd dspam entropyd exim fail2ban fcoe fetchmail finger firewalld firewallgui firstboot fprintd ftp tftp games gitosis git glance glusterd gnome gpg gpg gpm gpsd guest xguest hddtemp icecast inetd inn lircd irc irqbalance iscsi isns jabber jetty jockey kdumpgui kdump kerberos keyboardd keystone kismet ksmtuned ktalk l2tp ldap likewise lircd livecd lldpad loadkeys lockdev log
rotate logwatch lpd slpd mailman mailscanner man2html mcelog mediawiki memcached milter mock modemmanager mojomojo mozilla mpd mplayer mrtg mta munin mysql mythtv nagios namespace ncftool ncftool networkmanager nis nova nslcd ntop ntp numad nut nx obex oddjob openct openshift-origin openshift openvpn openvswitch prelude pads passenger pcmcia pcscd pegasus pingd piranha plymouthd podsleuth policykit polipo portmap portreserve postfix postgrey ppp prelink unprivuser prelude privoxy procmail psad ptchown publicfile pulseaudio puppet pwauth qmail qpid quantum quota rabbitmq radius radvd raid rdisc readahead realmd remotelogin rhcs rhev rhgb rhsmcertd ricci rlogin roundup rpcbind rpc rpm rshd rssh rsync rtkit rwho sambagui samba sandbox sandboxX sanlock sasl sblim screen sectoolm sendmail sensord setroubleshoot sge shorewall slocate slpd smartmon smokeping smoltclient snmp snort sosreport soundserver spamassassin squid sssd stapserver stunnel svnserve swift sysstat tcpd tcsd telepathy te
lnet tftp tgtd thumb tmpreaper tomcat cpufreqselector tor ksmtuned tuned tvtime ulogd uml updfstab usbmodules usbmuxd userhelper usernetctl uucp uuidd varnishd vbetool vbetool vdagent vhostmd virt vlock vmware vnstatd openvpn vpn w3c wdmd webadm webalizer wine wireshark xen xguest zabbix zarafa zebra zoneminder zosremote thin mandb pki smsd sslh obs
+abrt accountsd acct afs aiccu aide ajaxterm alsa amanda amtu anaconda antivirus apache apcupsd apm arpwatch asterisk authconfig automount avahi awstats bcfg2 bind rpcbind rngd bitlbee blueman bluetooth boinc brctl bugzilla cachefilesd calamaris callweaver canna ccs cdrecord certmaster certmonger certwatch cfengine cgroup chrome chronyd cipe clogd cloudform cmirrord cobbler collectd colord comsat condor consolekit couchdb courier cpucontrol cpufreqselector cron ctdb cups cvs cyphesis cyrus daemontools dbadm dbskk dbus dcc ddclient denyhosts devicekit dhcp dictd dirsrv-admin dirsrv dmidecode dnsmasq dnssec dovecot drbd dspam entropyd exim fail2ban fcoe fetchmail finger firewalld firewallgui firstboot fprintd ftp tftp games gitosis git glance glusterd gnome gpg gpg gpm gpsd guest xguest hddtemp icecast inetd inn lircd irc irqbalance iscsi isns jabber jetty jockey kdumpgui kdump kerberos keyboardd keystone kismet ksmtuned ktalk l2tp ldap likewise lircd livecd lldpad loadkeys lockdev log
rotate logwatch lpd slpd mailman mailscanner man2html mcelog mediawiki memcached milter mock modemmanager mojomojo mozilla mpd mplayer mrtg mta munin mysql mythtv nagios namespace ncftool ncftool networkmanager nis nova nslcd ntop ntp numad nut nx obex oddjob openct openshift-origin openshift openvpn openvswitch prelude pads passenger pcmcia pcscd pegasus pingd piranha plymouthd podsleuth policykit polipo portmap portreserve postfix postgrey ppp prelink unprivuser prelude privoxy procmail psad ptchown pulseaudio puppet pwauth qmail qpid quantum quota rabbitmq radius radvd raid rdisc readahead realmd remotelogin rhcs rhev rhgb rhsmcertd ricci rlogin roundup rpcbind rpc rpm rshd rssh rsync rtkit rwho sambagui samba sandbox sandboxX sanlock sasl sblim screen sectoolm sendmail sensord setroubleshoot sge shorewall slocate slpd smartmon smokeping smoltclient snmp snort sosreport soundserver spamassassin squid sssd stapserver stunnel svnserve swift sysstat tcpd tcsd telepathy telnet tftp t
gtd thumb tmpreaper tomcat cpufreqselector tor ksmtuned tuned tvtime ulogd uml updfstab usbmodules usbmuxd userhelper usernetctl uucp uuidd varnishd vbetool vbetool vdagent vhostmd virt vlock vmware vnstatd openvpn vpn w3c wdmd webadm webalizer wine wireshark xen xguest zabbix zarafa zebra zoneminder zosremote thin mandb pki smsd sslh obs
++++++ modules-mls-contrib.conf ++++++
--- /var/tmp/diff_new_pack.Iwe25y/_old 2024-08-10 19:06:28.578483947 +0200
+++ /var/tmp/diff_new_pack.Iwe25y/_new 2024-08-10 19:06:28.614485442 +0200
@@ -1034,13 +1034,6 @@
#
ptchown = module
-# Layer: services
-# Module: publicfile
-#
-# publicfile supplies files to the public through HTTP and FTP
-#
-publicfile = module
-
# Layer: apps
# Module: pulseaudio
#
++++++ modules-targeted-contrib.conf ++++++
--- /var/tmp/diff_new_pack.Iwe25y/_old 2024-08-10 19:06:28.846495076 +0200
+++ /var/tmp/diff_new_pack.Iwe25y/_new 2024-08-10 19:06:28.874496238 +0200
@@ -860,6 +860,13 @@
#
jockey = module
+# Layer: contrib
+# Module: kanidm_unixd
+#
+# Kanidm Unix Integration Daemons and Tools
+#
+kanidm_unixd = module
+
# Layer: apps
# Module: kdumpgui
#
@@ -1472,13 +1479,6 @@
#
ptchown = module
-# Layer: services
-# Module: publicfile
-#
-# publicfile supplies files to the public through HTTP and FTP
-#
-publicfile = module
-
# Layer: apps
# Module: pulseaudio
#
++++++ selinux-policy-20240802.tar.xz -> selinux-policy-20240809.tar.xz ++++++
++++ 1838 lines of diff (skipped)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package yast2-firewall for openSUSE:Factory checked in at 2024-08-10 19:06:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-firewall (Old)
and /work/SRC/openSUSE:Factory/.yast2-firewall.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-firewall"
Sat Aug 10 19:06:11 2024 rev:98 rq:1192826 version:5.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-firewall/yast2-firewall.changes 2023-10-20 23:17:57.225117736 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firewall.new.7232/yast2-firewall.changes 2024-08-10 19:06:20.350142290 +0200
@@ -1,0 +2,8 @@
+Tue Aug 6 11:29:06 UTC 2024 - Knut Anderssen <kanderssen(a)suse.com>
+
+- In case of autoinstallation keep the firewall service state in
+ the Installation::SecuritySettings for not conflicting with the
+ proposal (bsc#1216615)
+- 5.0.1
+
+-------------------------------------------------------------------
Old:
----
yast2-firewall-5.0.0.tar.bz2
New:
----
yast2-firewall-5.0.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-firewall.spec ++++++
--- /var/tmp/diff_new_pack.xzDotX/_old 2024-08-10 19:06:21.422186804 +0200
+++ /var/tmp/diff_new_pack.xzDotX/_new 2024-08-10 19:06:21.426186971 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yast2-firewall
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 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: yast2-firewall
-Version: 5.0.0
+Version: 5.0.1
Release: 0
Summary: YaST2 - Firewall Configuration
Group: System/YaST
++++++ yast2-firewall-5.0.0.tar.bz2 -> yast2-firewall-5.0.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/.github/workflows/ci.yml new/yast2-firewall-5.0.1/.github/workflows/ci.yml
--- old/yast2-firewall-5.0.0/.github/workflows/ci.yml 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/.github/workflows/ci.yml 2024-08-09 11:30:58.000000000 +0200
@@ -1,9 +1,8 @@
-
# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-act…
name: CI
-on: [push, pull_request]
+on: [ push, pull_request ]
jobs:
Tests:
@@ -12,33 +11,32 @@
strategy:
fail-fast: false
matrix:
- distro: [ "tumbleweed", "leap_latest" ]
+ distro: [ "tumbleweed" ]
container:
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
+ - name: Git Checkout
+ uses: actions/checkout@v2
- - name: Git Checkout
- uses: actions/checkout@v2
-
- # just for easier debugging...
- - name: Inspect Installed Packages
- run: rpm -qa | sort
-
- - name: Unit Tests
- run: rake test:unit
- # enable code coverage reporting
- env:
- COVERAGE: 1
-
- # send the coverage report to coveralls.io
- - name: Coveralls Report
- # send it only from the TW build to avoid duplicate submits
- if: ${{ matrix.distro == 'tumbleweed' }}
- uses: coverallsapp/github-action@master
- with:
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ # just for easier debugging...
+ - name: Inspect Installed Packages
+ run: rpm -qa | sort
+
+ - name: Unit Tests
+ run: rake test:unit
+ # enable code coverage reporting
+ env:
+ COVERAGE: 1
+
+ # send the coverage report to coveralls.io
+ - name: Coveralls Report
+ # send it only from the TW build to avoid duplicate submits
+ if: ${{ matrix.distro == 'tumbleweed' }}
+ uses: coverallsapp/github-action@master
+ with:
+ github-token: ${{ secrets.GITHUB_TOKEN }}
Rubocop:
runs-on: ubuntu-latest
@@ -46,37 +44,38 @@
strategy:
fail-fast: false
matrix:
- distro: [ "leap_latest" ]
+ distro: [ "tumbleweed" ]
container:
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
+ - name: Git Checkout
+ uses: actions/checkout@v2
- - name: Git Checkout
- uses: actions/checkout@v2
-
- - name: Rubocop
- run: rake check:rubocop
+ - name: Rubocop
+ run: rake check:rubocop
Package:
+ # skip in master, but run in forks
+ if: github.ref_name != 'master' || github.repository_owner != 'yast'
+
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
- distro: [ "tumbleweed", "leap_latest" ]
+ distro: [ "tumbleweed" ]
container:
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
+ - name: Git Checkout
+ uses: actions/checkout@v2
- - name: Git Checkout
- uses: actions/checkout@v2
-
- - name: Package Build
- run: yast-ci-ruby -o package
+ - name: Package Build
+ run: yast-ci-ruby -o package
Yardoc:
runs-on: ubuntu-latest
@@ -84,18 +83,17 @@
strategy:
fail-fast: false
matrix:
- distro: [ "leap_latest" ]
+ distro: [ "tumbleweed" ]
container:
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
+ - name: Git Checkout
+ uses: actions/checkout@v2
- - name: Git Checkout
- uses: actions/checkout@v2
-
- - name: Yardoc
- run: rake check:doc
+ - name: Yardoc
+ run: rake check:doc
# downloading the Docker image takes some time so bundling several fast
# checks into one job avoids that overhead
@@ -105,15 +103,14 @@
strategy:
fail-fast: false
matrix:
- distro: [ "leap_latest" ]
+ distro: [ "tumbleweed" ]
container:
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
+ - name: Git Checkout
+ uses: actions/checkout@v2
- - name: Git Checkout
- uses: actions/checkout@v2
-
- - name: POT Check
- run: rake check:pot
+ - name: POT Check
+ run: rake check:pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/.github/workflows/submit.yml new/yast2-firewall-5.0.1/.github/workflows/submit.yml
--- old/yast2-firewall-5.0.0/.github/workflows/submit.yml 1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-firewall-5.0.1/.github/workflows/submit.yml 2024-08-09 11:30:58.000000000 +0200
@@ -0,0 +1,29 @@
+# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-act…
+
+name: OBS
+
+on:
+ # only when committing to master
+ push:
+ branches: master
+
+ # allow running manually from GitHub Web
+ workflow_dispatch:
+
+jobs:
+ submit:
+ # do not run in forks
+ if: github.repository_owner == 'yast'
+
+ runs-on: ubuntu-latest
+
+ # the default timeout is 6 hours, do not wait for that long if osc gets stucked
+ timeout-minutes: 30
+
+ steps:
+ - name: Submit the package
+ # see https://github.com/yast/actions/blob/master/submit/action.yml
+ uses: yast/actions/submit@master
+ with:
+ obs_user: ${{ secrets.OBS_USER }}
+ obs_password: ${{ secrets.OBS_PASSWORD }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/.rubocop.yml new/yast2-firewall-5.0.1/.rubocop.yml
--- old/yast2-firewall-5.0.0/.rubocop.yml 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/.rubocop.yml 2024-08-09 11:30:58.000000000 +0200
@@ -1,6 +1,6 @@
# use the shared YaST defaults
inherit_from:
- /usr/share/YaST2/data/devtools/data/rubocop-0.71.0_yast_style.yml
+ /usr/share/YaST2/data/devtools/data/rubocop-1.24.1_yast_style.yml
Metrics/CyclomaticComplexity:
Max: 10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/README.md new/yast2-firewall-5.0.1/README.md
--- old/yast2-firewall-5.0.0/README.md 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/README.md 2024-08-09 11:30:58.000000000 +0200
@@ -2,8 +2,7 @@
[![Workflow Status](https://github.com/yast/yast-firewall/workflows/CI/badge.svg?branch…
https://github.com/yast/yast-firewall/actions?query=branch%3Amaster)
-[![Jenkins Status](https://ci.opensuse.org/buildStatus/icon?job=yast-yast-firewall-mas…
-https://ci.opensuse.org/view/Yast/job/yast-yast-firewall-master/)
+[![OBS](https://github.com/yast/yast-firewall/actions/workflows/submit.yml/badge.svg)](https://github.com/yast/yast-firewall/actions/workflows/submit.yml)
[![Coverage Status](https://coveralls.io/repos/github/yast/yast-firewall/badge.svg?branch=master)](
https://coveralls.io/github/yast/yast-firewall?branch=master)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/package/yast2-firewall.changes new/yast2-firewall-5.0.1/package/yast2-firewall.changes
--- old/yast2-firewall-5.0.0/package/yast2-firewall.changes 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/package/yast2-firewall.changes 2024-08-09 11:30:58.000000000 +0200
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Tue Aug 6 11:29:06 UTC 2024 - Knut Anderssen <kanderssen(a)suse.com>
+
+- In case of autoinstallation keep the firewall service state in
+ the Installation::SecuritySettings for not conflicting with the
+ proposal (bsc#1216615)
+- 5.0.1
+
+-------------------------------------------------------------------
Wed Aug 30 20:16:10 UTC 2023 - Josef Reidinger <jreidinger(a)suse.cz>
- 5.0.0 (bsc#1185510)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/package/yast2-firewall.spec new/yast2-firewall-5.0.1/package/yast2-firewall.spec
--- old/yast2-firewall-5.0.0/package/yast2-firewall.spec 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/package/yast2-firewall.spec 2024-08-09 11:30:58.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-firewall
-Version: 5.0.0
+Version: 5.0.1
Release: 0
Summary: YaST2 - Firewall Configuration
Group: System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/autoinst_profile/firewall_section.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/autoinst_profile/firewall_section.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/autoinst_profile/firewall_section.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/autoinst_profile/firewall_section.rb 2024-08-09 11:30:58.000000000 +0200
@@ -30,8 +30,7 @@
# @param _hash [Hash] Firewall section from an AutoYaST profile
# @return [FirewallSection]
def self.new_from_hashes(_hash)
- result = new
- result
+ new
end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/clients/auto.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/clients/auto.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/clients/auto.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/clients/auto.rb 2024-08-09 11:30:58.000000000 +0200
@@ -59,6 +59,7 @@
# Constructor
def initialize
+ super()
textdomain "firewall"
end
@@ -79,10 +80,11 @@
# @return [Boolean]
def import(profile, merge = !Yast::Mode.config)
self.class.profile = profile
+ # It does not need to be merged with current config but could be modified
+ # by the AutoYaST confirm dialog.
+ update_service_state(profile)
return false if merge && !read(force: false)
- # Obtains the default from the control file (settings) if not present.
- enable if profile.fetch("enable_firewall", settings.enable_firewall)
start if profile.fetch("start_firewall", false)
autoyast.import(profile)
check_profile_for_errors
@@ -240,16 +242,27 @@
::Installation::SecuritySettings.instance
end
- # Set that the firewall has to be enabled when writing
- def enable
- self.class.enable = true
+ # It sets which should be the firewalld service state according to the profile
+ # or to the product defaults settings
+ #
+ # @param profile [Hash] firewall profile section to be imported
+ def update_service_state(profile)
+ return unless self.class.enable.nil?
+
+ state = profile.fetch("enable_firewall", settings.enable_firewall)
+
+ log.info("Firewall should be enabled: #{state}")
+ if Yast::Mode.auto
+ state ? settings.enable_firewall! : settings.disable_firewall!
+ end
+ state
end
# Whether the firewalld service has to be enable or disable when writing
#
# @return [Boolean] true if has to be enabled; false otherwise
def enable?
- !!self.class.enable
+ !!(Yast::Mode.auto ? settings.enable_firewall : self.class.enable)
end
# Set that the firewall has to be started when writing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/clients/firewall.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/clients/firewall.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/clients/firewall.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/clients/firewall.rb 2024-08-09 11:30:58.000000000 +0200
@@ -45,18 +45,18 @@
# TRANSLATORS: firewall-config and firewall-cmd are the names of software utilities,
# so they should not be translated.
NOT_SUPPORTED = N_("YaST does not support the command line for " \
- "configuring the firewall.\nInstead, please use the firewalld " \
- "command line clients \"firewalld-cmd\" or \"firewall-offline-cmd\".")
+ "configuring the firewall.\nInstead, please use the firewalld " \
+ "command line clients \"firewalld-cmd\" or \"firewall-offline-cmd\".")
def run
log_and_return do
return :abort unless Yast::Package.CheckAndInstallPackages(["firewalld"])
- if !Yast::WFM.Args.empty?
+ if Yast::WFM.Args.empty?
+ Dialogs::Main.new.run
+ else
warn _(NOT_SUPPORTED)
false
- else
- Dialogs::Main.new.run
end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/dialogs/change_zone.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/dialogs/change_zone.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/dialogs/change_zone.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/dialogs/change_zone.rb 2024-08-09 11:30:58.000000000 +0200
@@ -32,6 +32,7 @@
#
# @param interface [Y2Firewall::Firewalld::Interface] Interface to act on
def initialize(interface)
+ super()
textdomain "firewall"
@interface = interface
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/dialogs/main.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/dialogs/main.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/dialogs/main.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/dialogs/main.rb 2024-08-09 11:30:58.000000000 +0200
@@ -31,6 +31,7 @@
class Main < CWM::Dialog
# Constructor
def initialize
+ super()
Yast.import "NetworkInterfaces"
textdomain "firewall"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/dialogs/modify_zone_interfaces.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/dialogs/modify_zone_interfaces.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/dialogs/modify_zone_interfaces.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/dialogs/modify_zone_interfaces.rb 2024-08-09 11:30:58.000000000 +0200
@@ -28,6 +28,7 @@
class ModifyZoneInterfaces < ::CWM::Popup
# Constructor
def initialize
+ super()
textdomain "firewall"
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/dialogs/zone.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/dialogs/zone.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/dialogs/zone.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/dialogs/zone.rb 2024-08-09 11:30:58.000000000 +0200
@@ -30,6 +30,7 @@
# @param existing_names [Array<String>] names have to be unique, so pass existing ones
# which cannot be used.
def initialize(zone, new_zone: false, existing_names: [])
+ super()
textdomain "firewall"
@zone = zone
@new_zone = new_zone
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/importer_strategies/suse_firewall.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/importer_strategies/suse_firewall.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/importer_strategies/suse_firewall.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/importer_strategies/suse_firewall.rb 2024-08-09 11:30:58.000000000 +0200
@@ -180,7 +180,7 @@
# @param zone_name [String]
def services(zone_name)
services = profile["FW_CONFIGURATIONS_#{zone_name}"]
- services ? map_services(services.split(" ")) : nil
+ services ? map_services(services.split) : nil
end
# Obtain the interfaces for the given SuSEFIrewall2 zone name from the
@@ -192,7 +192,7 @@
# especial wildcards like 'any' or nil in case the key is not defined
def interfaces(zone_name)
interfaces = profile["FW_DEV_#{zone_name}"]
- interfaces ? interfaces.split(" ").reject { |i| i == "any" } : nil
+ interfaces ? interfaces.split.reject { |i| i == "any" } : nil
end
# Return whether the given zone name is the default one.
@@ -211,7 +211,7 @@
# @return [Array<String>, nil]
def protocols(zone)
protocols = profile["FW_SERVICES_#{zone}_IP"]
- protocols ? protocols.split(" ") : nil
+ protocols ? protocols.split : nil
end
# Obtain the ports for the given SuSEFIrewall2 zone name from the
@@ -246,7 +246,7 @@
# configured
def tcp_ports(zone)
ports = profile["FW_SERVICES_#{zone}_TCP"]
- ports ? ports.split(" ").map { |p| "#{p.sub(":", "-")}/tcp" } : nil
+ ports ? ports.split.map { |p| "#{p.sub(":", "-")}/tcp" } : nil
end
# Obtain the UDP ports for the given SuSEFIrewall2 zone name from the
@@ -257,7 +257,7 @@
# configured
def udp_ports(zone)
ports = profile["FW_SERVICES_#{zone}_UDP"]
- ports ? ports.split(" ").map { |p| "#{p.sub(":", "-")}/udp" } : nil
+ ports ? ports.split.map { |p| "#{p.sub(":", "-")}/udp" } : nil
end
# Obtain the RPC ports for the given SuSEFIrewall2 zone name from the
@@ -268,7 +268,7 @@
# configured
def rpc_ports(zone)
ports = profile["FW_SERVICES_#{zone}_RPC"]
- ports ? ports.split(" ").map { |p| ["#{p}/udp", "#{p}/tcp"] }.flatten : nil
+ ports ? ports.split.map { |p| ["#{p}/udp", "#{p}/tcp"] }.flatten : nil
end
# Given a SuSEFirewall2 zone name return the firewalld zone equivalent
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/allowed_services.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/allowed_services.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/allowed_services.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/allowed_services.rb 2024-08-09 11:30:58.000000000 +0200
@@ -29,6 +29,7 @@
#
# @param zone [Y2Firewall::Firewalld::Zone] Zone
def initialize(zone)
+ super()
textdomain "firewall"
@zone = zone
self.widget_id = "allowed_services"
@@ -99,7 +100,7 @@
# TRANSLATORS: popup question
msg = _("The selection of services will be lost if you leave the page\n" \
- "without moving them with Add/Remove.\n\nDo you really want to continue?\n")
+ "without moving them with Add/Remove.\n\nDo you really want to continue?\n")
Yast::Popup.YesNo(msg)
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/change_zone_button.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/change_zone_button.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/change_zone_button.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/change_zone_button.rb 2024-08-09 11:30:58.000000000 +0200
@@ -33,6 +33,7 @@
#
# @param interface [Y2Firewall::Firewalld::Interface] Interface to act on
def initialize(interface)
+ super()
textdomain "firewall"
@interface = interface
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/default_zone_button.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/default_zone_button.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/default_zone_button.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/default_zone_button.rb 2024-08-09 11:30:58.000000000 +0200
@@ -32,6 +32,7 @@
#
# @param zone [Y2Firewall::Firewalld::Zone] Zone to set as 'default'
def initialize(zone)
+ super()
textdomain "firewall"
@zone = zone
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/interfaces_table.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/interfaces_table.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/interfaces_table.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/interfaces_table.rb 2024-08-09 11:30:58.000000000 +0200
@@ -39,6 +39,7 @@
# @param change_zone_button [Y2Firewall::Widgets::ChangeZoneButton] Button to change assigned
# zone
def initialize(interfaces, change_zone_button)
+ super()
textdomain "firewall"
@interfaces = interfaces
@change_zone_button = change_zone_button
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/modify_zone_interfaces.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/modify_zone_interfaces.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/modify_zone_interfaces.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/modify_zone_interfaces.rb 2024-08-09 11:30:58.000000000 +0200
@@ -33,6 +33,7 @@
# @param interfaces_input [CWM::InputField] input field for modifying the
# selected zone interfaces
def initialize(interfaces_input)
+ super()
textdomain "firewall"
@interfaces_input = interfaces_input
end
@@ -98,6 +99,7 @@
# @example input field widget child
class ZoneInterfaces < CWM::InputField
def initialize
+ super()
textdomain "firewall"
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/overview_tree.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/overview_tree.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/overview_tree.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/overview_tree.rb 2024-08-09 11:30:58.000000000 +0200
@@ -33,6 +33,7 @@
#
# @param items [Array<CWM::PagerTreeItem>] List of tree items to be included
def initialize(items)
+ super()
textdomain "firewall"
@items = items
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/pages/interfaces.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/pages/interfaces.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/pages/interfaces.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/pages/interfaces.rb 2024-08-09 11:30:58.000000000 +0200
@@ -37,6 +37,7 @@
#
# @param _pager [CWM::TreePager]
def initialize(_pager)
+ super()
textdomain "firewall"
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/pages/startup.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/pages/startup.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/pages/startup.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/pages/startup.rb 2024-08-09 11:30:58.000000000 +0200
@@ -31,6 +31,7 @@
#
# @param _pager [CWM::TreePager]
def initialize(_pager)
+ super()
textdomain "firewall"
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/pages/zone.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/pages/zone.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/pages/zone.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/pages/zone.rb 2024-08-09 11:30:58.000000000 +0200
@@ -34,6 +34,7 @@
# @param zone [Y2Firewall::Firewalld::Zone]
# @param pager [CWM::TreePager]
def initialize(zone, pager)
+ super()
Yast.import "Popup"
textdomain "firewall"
@zone = zone
@@ -63,6 +64,7 @@
#
# @param zone [Y2Firewall::Firewalld::Zone]
def initialize(zone)
+ super()
textdomain "firewall"
@zone = zone
end
@@ -94,6 +96,7 @@
}.freeze
def initialize(zone)
+ super()
textdomain "firewall"
@zone = zone
end
@@ -204,6 +207,7 @@
# @param zone [Y2Firewall::Firewalld::Zone]
# @param _pager [CWM::TreePager]
def initialize(zone, _pager)
+ super()
textdomain "firewall"
@zone = zone
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/pages/zones.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/pages/zones.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/pages/zones.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/pages/zones.rb 2024-08-09 11:30:58.000000000 +0200
@@ -41,6 +41,7 @@
#
# @param _pager [CWM::TreePager]
def initialize(_pager)
+ super()
textdomain "firewall"
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/proposal.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/proposal.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/proposal.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/proposal.rb 2024-08-09 11:30:58.000000000 +0200
@@ -28,6 +28,7 @@
# open/close checkbox widgets when the firewall is disable
class FirewallSSHProposal < CWM::CustomWidget
def initialize(settings)
+ super()
@settings = settings
@port_widgets = [Widgets::OpenSSHPort.new(@settings)]
@@ -61,6 +62,7 @@
# Enable firewall service checkbox
class EnableFirewall < CWM::CheckBox
def initialize(settings, widgets)
+ super()
textdomain "firewall"
@settings = settings
@widgets = widgets
@@ -93,11 +95,11 @@
def help
_(
"<p><b><big>Firewall and SSH</big></b><br>\n" \
- "Firewall is a defensive mechanism that protects " \
- "your computer from network attacks.\n" \
- "SSH is a service that allows logging into this " \
- "computer remotely via dedicated\n" \
- "SSH client</p>"
+ "Firewall is a defensive mechanism that protects " \
+ "your computer from network attacks.\n" \
+ "SSH is a service that allows logging into this " \
+ "computer remotely via dedicated\n" \
+ "SSH client</p>"
) +
_(
"<p>Here you can choose whether the firewall will be " \
@@ -110,6 +112,7 @@
# Enable sshd service checkbox
class EnableSSHD < CWM::CheckBox
def initialize(settings)
+ super()
textdomain "firewall"
@settings = settings
end
@@ -143,6 +146,7 @@
# Open ssh port checkbox
class OpenSSHPort < CWM::CheckBox
def initialize(settings)
+ super()
textdomain "firewall"
@settings = settings
end
@@ -168,6 +172,7 @@
# Open vnc port checkbox
class OpenVNCPorts < CWM::CheckBox
def initialize(settings)
+ super()
textdomain "firewall"
@settings = settings
end
@@ -193,8 +198,8 @@
def help
_(
"<p>You can also open VNC ports in firewall. It will not enable\n" \
- "the remote administration service on a running system but it is\n" \
- "started by the installer automatically if needed.</p>"
+ "the remote administration service on a running system but it is\n" \
+ "started by the installer automatically if needed.</p>"
)
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/services_table.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/services_table.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/services_table.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/services_table.rb 2024-08-09 11:30:58.000000000 +0200
@@ -43,6 +43,7 @@
#
# @param services [Array<String>] Services to be displayed
def initialize(services: [], widget_id: nil)
+ super()
textdomain "firewall"
@services = services
self.widget_id = widget_id || "services_table:#{object_id}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/zone.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/zone.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/zone.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/zone.rb 2024-08-09 11:30:58.000000000 +0200
@@ -27,6 +27,7 @@
include Yast::I18n
def initialize(zone, disabled: false, existing_names: [])
+ super()
textdomain "firewall"
@zone = zone
@disabled = disabled
@@ -66,6 +67,7 @@
include Yast::I18n
def initialize(zone)
+ super()
textdomain "firewall"
@zone = zone
end
@@ -97,6 +99,7 @@
include Yast::I18n
def initialize(zone)
+ super()
textdomain "firewall"
@zone = zone
end
@@ -125,6 +128,7 @@
# target of zone
class TargetWidget < CWM::ComboBox
def initialize(zone)
+ super()
textdomain "firewall"
@zone = zone
end
@@ -151,6 +155,7 @@
include Yast::I18n
def initialize(zone)
+ super()
textdomain "firewall"
@zone = zone
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/zone_button.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/zone_button.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/zone_button.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/zone_button.rb 2024-08-09 11:30:58.000000000 +0200
@@ -25,6 +25,7 @@
# ancestor only class for all zone related buttons
class ZoneButton < CWM::PushButton
def initialize(pager, table)
+ super()
textdomain "firewall"
@pager = pager
@table = table
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/zone_interfaces_button.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/zone_interfaces_button.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/zone_interfaces_button.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/zone_interfaces_button.rb 2024-08-09 11:30:58.000000000 +0200
@@ -27,6 +27,7 @@
class ZoneInterfacesButton < CWM::PushButton
# Constructor
def initialize
+ super()
textdomain "firewall"
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/zone_options.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/zone_options.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/zone_options.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/zone_options.rb 2024-08-09 11:30:58.000000000 +0200
@@ -36,6 +36,7 @@
#
# @param interface [Y2Firewall::Firewalld::Interface] Interface to act on
def initialize(interface)
+ super()
textdomain "firewall"
@interface = interface
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/zones_table.rb new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/zones_table.rb
--- old/yast2-firewall-5.0.0/src/lib/y2firewall/widgets/zones_table.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/src/lib/y2firewall/widgets/zones_table.rb 2024-08-09 11:30:58.000000000 +0200
@@ -38,6 +38,7 @@
# @param default_zone_button [Y2Firewall::Widgets::DefaultZoneButton] Button to change
# the default zone
def initialize(zones, interfaces, default_zone_button)
+ super()
textdomain "firewall"
@zones = zones
@interfaces = interfaces
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/test/lib/y2firewall/autoyast_test.rb new/yast2-firewall-5.0.1/test/lib/y2firewall/autoyast_test.rb
--- old/yast2-firewall-5.0.0/test/lib/y2firewall/autoyast_test.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/test/lib/y2firewall/autoyast_test.rb 2024-08-09 11:30:58.000000000 +0200
@@ -19,7 +19,7 @@
# current contact information at www.suse.com.
# ------------------------------------------------------------------------------
-require_relative "../../test_helper.rb"
+require_relative "../../test_helper"
require "y2firewall/autoyast"
describe Y2Firewall::Autoyast do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/test/lib/y2firewall/dialogs/main_test.rb new/yast2-firewall-5.0.1/test/lib/y2firewall/dialogs/main_test.rb
--- old/yast2-firewall-5.0.0/test/lib/y2firewall/dialogs/main_test.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/test/lib/y2firewall/dialogs/main_test.rb 2024-08-09 11:30:58.000000000 +0200
@@ -19,7 +19,7 @@
# current contact information at www.suse.com.
# ------------------------------------------------------------------------------
-require_relative "../../../test_helper.rb"
+require_relative "../../../test_helper"
require "cwm/rspec"
require "y2firewall/dialogs/main"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/test/lib/y2firewall/importer_strategies/firewalld_test.rb new/yast2-firewall-5.0.1/test/lib/y2firewall/importer_strategies/firewalld_test.rb
--- old/yast2-firewall-5.0.0/test/lib/y2firewall/importer_strategies/firewalld_test.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/test/lib/y2firewall/importer_strategies/firewalld_test.rb 2024-08-09 11:30:58.000000000 +0200
@@ -19,7 +19,7 @@
# current contact information at www.suse.com.
# ------------------------------------------------------------------------------
-require_relative "../../../test_helper.rb"
+require_relative "../../../test_helper"
require "cwm/rspec"
require "y2firewall/importer_strategies/firewalld"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/test/lib/y2firewall/importer_strategies/suse_firewall_test.rb new/yast2-firewall-5.0.1/test/lib/y2firewall/importer_strategies/suse_firewall_test.rb
--- old/yast2-firewall-5.0.0/test/lib/y2firewall/importer_strategies/suse_firewall_test.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/test/lib/y2firewall/importer_strategies/suse_firewall_test.rb 2024-08-09 11:30:58.000000000 +0200
@@ -19,7 +19,7 @@
# current contact information at www.suse.com.
# ------------------------------------------------------------------------------
-require_relative "../../../test_helper.rb"
+require_relative "../../../test_helper"
require "cwm/rspec"
require "y2firewall/importer_strategies/suse_firewall"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/interfaces_table_test.rb new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/interfaces_table_test.rb
--- old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/interfaces_table_test.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/interfaces_table_test.rb 2024-08-09 11:30:58.000000000 +0200
@@ -18,7 +18,7 @@
# To contact SUSE LLC about this file by physical or electronic mail, you may
# find current contact information at www.suse.com.
-require_relative "../../../test_helper.rb"
+require_relative "../../../test_helper"
require "cwm/rspec"
require "y2firewall/widgets/interfaces_table"
require "y2firewall/widgets/change_zone_button"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/overview_tree_pager_test.rb new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/overview_tree_pager_test.rb
--- old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/overview_tree_pager_test.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/overview_tree_pager_test.rb 2024-08-09 11:30:58.000000000 +0200
@@ -18,7 +18,7 @@
# To contact SUSE LLC about this file by physical or electronic mail, you may
# find current contact information at www.suse.com.
-require_relative "../../../test_helper.rb"
+require_relative "../../../test_helper"
require "cwm/rspec"
require "y2firewall/widgets/overview_tree_pager"
require "y2firewall/widgets/pages"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/overview_tree_test.rb new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/overview_tree_test.rb
--- old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/overview_tree_test.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/overview_tree_test.rb 2024-08-09 11:30:58.000000000 +0200
@@ -18,7 +18,7 @@
# To contact SUSE LLC about this file by physical or electronic mail, you may
# find current contact information at www.suse.com.
-require_relative "../../../test_helper.rb"
+require_relative "../../../test_helper"
require "cwm/rspec"
require "y2firewall/widgets/overview_tree"
require "cwm/tree_pager"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/pages/interfaces_test.rb new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/pages/interfaces_test.rb
--- old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/pages/interfaces_test.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/pages/interfaces_test.rb 2024-08-09 11:30:58.000000000 +0200
@@ -18,7 +18,7 @@
# To contact SUSE LLC about this file by physical or electronic mail, you may
# find current contact information at www.suse.com.
-require_relative "../../../../test_helper.rb"
+require_relative "../../../../test_helper"
require "cwm/rspec"
require "y2firewall/widgets/pages/interfaces"
require "y2firewall/firewalld/interface"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/pages/startup_test.rb new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/pages/startup_test.rb
--- old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/pages/startup_test.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/pages/startup_test.rb 2024-08-09 11:30:58.000000000 +0200
@@ -19,7 +19,7 @@
# current contact information at www.suse.com.
# ------------------------------------------------------------------------------
-require_relative "../../../../test_helper.rb"
+require_relative "../../../../test_helper"
require "cwm/rspec"
require "cwm/service_widget"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/pages/zone_test.rb new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/pages/zone_test.rb
--- old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/pages/zone_test.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/pages/zone_test.rb 2024-08-09 11:30:58.000000000 +0200
@@ -19,7 +19,7 @@
# current contact information at www.suse.com.
# ------------------------------------------------------------------------------
-require_relative "../../../../test_helper.rb"
+require_relative "../../../../test_helper"
require "cwm/rspec"
require "y2firewall/widgets/pages/zone"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/pages/zones_test.rb new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/pages/zones_test.rb
--- old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/pages/zones_test.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/pages/zones_test.rb 2024-08-09 11:30:58.000000000 +0200
@@ -19,7 +19,7 @@
# current contact information at www.suse.com.
# ------------------------------------------------------------------------------
-require_relative "../../../../test_helper.rb"
+require_relative "../../../../test_helper"
require "cwm/rspec"
require "y2firewall/widgets/pages/zones"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/proposal_test.rb new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/proposal_test.rb
--- old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/proposal_test.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/proposal_test.rb 2024-08-09 11:30:58.000000000 +0200
@@ -19,7 +19,7 @@
# To contact SUSE LLC about this file by physical or electronic mail, you may
# find current contact information at www.suse.com.
-require_relative "../../../test_helper.rb"
+require_relative "../../../test_helper"
require "cwm/rspec"
require "y2firewall/widgets/proposal"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/zones_table_test.rb new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/zones_table_test.rb
--- old/yast2-firewall-5.0.0/test/lib/y2firewall/widgets/zones_table_test.rb 2023-10-18 23:15:36.000000000 +0200
+++ new/yast2-firewall-5.0.1/test/lib/y2firewall/widgets/zones_table_test.rb 2024-08-09 11:30:58.000000000 +0200
@@ -19,7 +19,7 @@
# current contact information at www.suse.com.
# ------------------------------------------------------------------------------
-require_relative "../../../test_helper.rb"
+require_relative "../../../test_helper"
require "cwm/rspec"
require "y2firewall/widgets/zones_table"
require "y2firewall/widgets/default_zone_button"
1
0