Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package systemsettings5 for openSUSE:Factory
checked in at 2023-02-13 16:40:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old)
and /work/SRC/openSUSE:Factory/.systemsettings5.new.1848 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemsettings5"
Mon Feb 13 16:40:11 2023 rev:151 rq:1064538 version:5.27.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes
2023-01-06 17:04:39.483878907 +0100
+++
/work/SRC/openSUSE:Factory/.systemsettings5.new.1848/systemsettings5.changes
2023-02-13 16:42:07.483801529 +0100
@@ -1,0 +2,22 @@
+Thu Feb 9 14:19:54 UTC 2023 - Fabian Vogt <[email protected]>
+
+- Update to 5.27.0
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.27.0
+- Changes since 5.26.90:
+ * sidebar: Use a proper checked state for the menu button (kde#464536)
+ * Make external apps clickable in search results (kde#464491)
+ * Sidebar: Move final trailing separator out of main layout
+ * Remove unused KF5ActivitiesStats dependency
+
+-------------------------------------------------------------------
+Thu Jan 19 14:43:46 UTC 2023 - Fabian Vogt <[email protected]>
+
+- Update to 5.26.90
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.26.90
+- Too many changes to list here
+
+-------------------------------------------------------------------
Old:
----
systemsettings-5.26.5.tar.xz
systemsettings-5.26.5.tar.xz.sig
New:
----
systemsettings-5.27.0.tar.xz
systemsettings-5.27.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ systemsettings5.spec ++++++
--- /var/tmp/diff_new_pack.bhypJW/_old 2023-02-13 16:42:08.011804639 +0100
+++ /var/tmp/diff_new_pack.bhypJW/_new 2023-02-13 16:42:08.015804662 +0100
@@ -18,15 +18,15 @@
%bcond_without released
Name: systemsettings5
-Version: 5.26.5
+Version: 5.27.0
Release: 0
Summary: KDE's control center
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: http://www.kde.org/
-Source:
https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz
+Source: systemsettings-%{version}.tar.xz
%if %{with released}
-Source1:
https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig
+Source1: systemsettings-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules >= 1.2.0
@@ -59,8 +59,10 @@
BuildRequires: cmake(Qt5QuickWidgets) >= 5.4.0
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
Requires: kirigami2 >= 2.1
-Recommends: %{name}-lang
Provides: qt5qmlimport(org.kde.systemsettings.1) = 0
+# Existed in KDE:Unstable:Frameworks for a short time
+Provides: %{name}-zsh-completion = %{version}
+Obsoletes: %{name}-zsh-completion < %{version}
%description
This package provides modules to control settings of Plasma and other
@@ -72,19 +74,17 @@
%autosetup -p1 -n systemsettings-%{version}
%build
- %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
- %cmake_build
+%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
+%cmake_build
%install
- %kf5_makeinstall -C build
-%if %{with released}
- %kf5_find_lang
- %kf5_find_htmldocs
-%endif
- %suse_update_desktop_file kdesystemsettings X-SuSE-core
+%kf5_makeinstall -C build
+%kf5_find_lang
+%kf5_find_htmldocs
-%post -p /sbin/ldconfig
+%suse_update_desktop_file kdesystemsettings X-SuSE-core
+%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
@@ -105,9 +105,10 @@
%{_kf5_sharedir}/kpackage/genericqml/org.kde.systemsettings.sidebar
%{_kf5_sharedir}/kxmlgui5/
%{_kf5_sharedir}/systemsettings/
+%dir %{_datadir}/zsh
+%dir %{_datadir}/zsh/site-functions
+%{_datadir}/zsh/site-functions/_systemsettings
-%if %{with released}
%files lang -f %{name}.lang
-%endif
%changelog
++++++ systemsettings-5.26.5.tar.xz -> systemsettings-5.27.0.tar.xz ++++++
++++ 30525 lines of diff (skipped)