Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kde-cli-tools5 for openSUSE:Factory 
checked in at 2022-02-07 23:36:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde-cli-tools5 (Old)
 and      /work/SRC/openSUSE:Factory/.kde-cli-tools5.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kde-cli-tools5"

Mon Feb  7 23:36:54 2022 rev:133 rq:951870 version:5.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kde-cli-tools5/kde-cli-tools5.changes    
2022-01-11 21:14:00.868737046 +0100
+++ /work/SRC/openSUSE:Factory/.kde-cli-tools5.new.1898/kde-cli-tools5.changes  
2022-02-07 23:37:02.906866454 +0100
@@ -1,0 +2,40 @@
+Sat Feb  5 19:50:55 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.24.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.24.0
+- Changes since 5.23.90:
+  * Convert KCM desktop file to JSON
+  * kcmshell: List KCMs that are queried without KServiceTypeTrader 
(kde#448396)
+
+-------------------------------------------------------------------
+Wed Jan 19 17:07:13 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Remove update-alternatives handling, package is not meant to be
+  coinstallable (anymore)
+- Drop unnecessary ldconfig calls
+- Make %files more explicit
+- Refresh BuildReq versions
+
+-------------------------------------------------------------------
+Thu Jan 13 20:30:09 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.23.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.23.90
+- Changes since 5.23.5:
+  * Fix printing "Could not find module" if we have found the KCM in the new 
plasma namespaces
+  * Install executables unversioned & provide compat symlinks
+  * Remove dead CMake code
+  * [kcmshell] Fix setting desktop entry
+  * Search for KCMs in systemsettings/kinfocenter KCM namespaces
+  * Add GitLab CI
+  * kcm_filetypes: Embed json metadata and install it in new namespace
+  * Remove gitlab CI
+  * Add .kde-ci.yml
+  * Add CI linux
+  * Utilize compat code from kcmutils
+
+-------------------------------------------------------------------

Old:
----
  kde-cli-tools-5.23.5.tar.xz
  kde-cli-tools-5.23.5.tar.xz.sig

New:
----
  kde-cli-tools-5.24.0.tar.xz
  kde-cli-tools-5.24.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kde-cli-tools5.spec ++++++
--- /var/tmp/diff_new_pack.H2tUFU/_old  2022-02-07 23:37:03.450862792 +0100
+++ /var/tmp/diff_new_pack.H2tUFU/_new  2022-02-07 23:37:03.458862739 +0100
@@ -16,23 +16,23 @@
 #
 
 
-%define kf5_version 5.54.0
-%bcond_without lang
+%define kf5_version 5.86.0
+%bcond_without released
 Name:           kde-cli-tools5
-Version:        5.23.5
+Version:        5.24.0
 Release:        0
 Summary:        Additional CLI tools for KDE applications
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
 URL:            http://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz.sig
+Source:         kde-cli-tools-%{version}.tar.xz
+%if %{with released}
+Source1:        kde-cli-tools-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 # PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256
 Patch0:         kdesu-add-some-i18n-love.patch
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz
 BuildRequires:  cmake(KF5Activities) >= %{kf5_version}
@@ -49,20 +49,15 @@
 BuildRequires:  cmake(KF5WindowSystem) >= %{kf5_version}
 # Needs KWorkSpace::detectPlatform
 BuildRequires:  cmake(LibKWorkspace) >= 5.12.4
-BuildRequires:  cmake(Qt5DBus) >= 5.4.0
-BuildRequires:  cmake(Qt5Svg) >= 5.4.0
-BuildRequires:  cmake(Qt5Test) >= 5.4.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.4.0
+BuildRequires:  cmake(Qt5DBus) >= 5.15.0
+BuildRequires:  cmake(Qt5Svg)
+BuildRequires:  cmake(Qt5Test)
+BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  cmake(Qt5X11Extras)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcb)
 # for kquitapp5
 Requires:       kdbusaddons-tools
-%if %{with lang}
-Recommends:     %{name}-lang
-%endif
-Requires(post): update-alternatives
-Requires(postun):update-alternatives
 
 %description
 Additional CLI tools for KDE applications and workspaces.
@@ -70,8 +65,7 @@
 %lang_package
 
 %prep
-%setup -q -n kde-cli-tools-%{version}
-%autopatch -p1
+%autosetup -p1 -n kde-cli-tools-%{version}
 
 %build
   %cmake_kf5 -d build
@@ -79,66 +73,48 @@
 
 %install
   %kf5_makeinstall -C build
-%if %{with lang}
+%if %{with released}
   %find_lang %{name} --with-man --all-name
   %kf5_find_htmldocs
 %endif
+  ln -s %{_kf5_libexecdir}/kdesu %{buildroot}%{_kf5_bindir}/kdesu
 
-  # create a dummy target for /etc/alternatives/kdesu
-  install -d -m 755 %{buildroot}%{_sysconfdir}/alternatives/
-  touch %{buildroot}%{_sysconfdir}/alternatives/kdesu
-  chmod +x %{buildroot}%{_sysconfdir}/alternatives/kdesu
-  ln -s -f %{_sysconfdir}/alternatives/kdesu %{buildroot}%{_kf5_bindir}/kdesu
-  touch %{buildroot}%{_sysconfdir}/alternatives/kdesu.1%{?ext_man}
-  mv %{buildroot}%{_kf5_mandir}/man1/kdesu.1 
%{buildroot}%{_kf5_mandir}/man1/kdesu-5.1
-  ln -s -f %{_sysconfdir}/alternatives/kdesu.1%{?ext_man} 
%{buildroot}%{_kf5_mandir}/man1/kdesu.1%{?ext_man}
-
-%post
-/sbin/ldconfig
-%if 0%{?suse_version} > 1320 || 0%{?is_opensuse}
-%{_sbindir}/update-alternatives \
-    --install %{_kf5_bindir}/kdesu kdesu %{_kf5_libexecdir}/kdesu 25 \
-    --slave %{_kf5_mandir}/man1/kdesu.1.gz kdesu.1%{?ext_man} 
%{_kf5_mandir}/man1/kdesu-5.1%{?ext_man}
-%else
-%{_sbindir}/update-alternatives \
-    --install %{_kf5_bindir}/kdesu kdesu %{_kf5_libexecdir}/kdesu 15 \
-    --slave %{_kf5_mandir}/man1/kdesu.1.gz kdesu.1%{?ext_man} 
%{_kf5_mandir}/man1/kdesu-5.1%{?ext_man}
-%endif
-
-%postun
-/sbin/ldconfig
-if [ $1 -eq 0 ]; then
-    %{_sbindir}/update-alternatives --remove kdesu \
-        %{_kf5_libexecdir}/kdesu
+%pre
+# Remove old update-alternatives entry
+if [ -x "%{_sbindir}/update-alternatives" ]; then
+    %{_sbindir}/update-alternatives --remove kdesu %{_kf5_libexecdir}/kdesu
 fi
 
 %files
 %license LICENSES/*
 %{_kf5_bindir}/kdesu
 %{_kf5_bindir}/kcmshell5
-%{_kf5_bindir}/kdecp5
+%{_kf5_bindir}/kdecp{5,}
 %{_kf5_bindir}/kde-inhibit
-%{_kf5_bindir}/kdemv5
-%{_kf5_bindir}/kde-open5
-%{_kf5_bindir}/keditfiletype5
-%{_kf5_bindir}/kioclient5
-%{_kf5_bindir}/kmimetypefinder5
-%{_kf5_bindir}/ksvgtopng5
-%{_kf5_bindir}/kstart5
+%{_kf5_bindir}/kdemv{5,}
+%{_kf5_bindir}/kde-open{5,}
+%{_kf5_bindir}/keditfiletype{5,}
+%{_kf5_bindir}/kioclient{5,}
+%{_kf5_bindir}/kmimetypefinder{5,}
+%{_kf5_bindir}/ksvgtopng{5,}
+%{_kf5_bindir}/kstart{5,}
 %{_kf5_bindir}/ktraderclient5
 %{_kf5_bindir}/kbroadcastnotification
 %{_kf5_bindir}/plasma-open-settings
-%{_kf5_servicesdir}/
-%{_kf5_libexecdir}/
+%{_kf5_libexecdir}/kdeeject
+%{_kf5_libexecdir}/kdesu
 %{_kf5_applicationsdir}/org.kde.keditfiletype.desktop
 %{_kf5_applicationsdir}/org.kde.plasma.settings.open.desktop
-%ghost %{_sysconfdir}/alternatives/kdesu
-%{_kf5_plugindir}/
-%ghost %{_sysconfdir}/alternatives/kdesu.1%{?ext_man}
+%dir %{_kf5_plugindir}/
+%dir %{_kf5_plugindir}/plasma/
+%dir %{_kf5_plugindir}/plasma/kcms/
+%dir %{_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets/
+%{_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_filetypes.so
+%{_kf5_applicationsdir}/kcm_filetypes.desktop
 %doc %{_kf5_htmldir}/en
-%{_kf5_mandir}/man1/kdesu*.*
+%{_kf5_mandir}/man1/kdesu*
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %endif
 

++++++ kde-cli-tools-5.23.5.tar.xz -> kde-cli-tools-5.24.0.tar.xz ++++++
++++ 77387 lines of diff (skipped)

Reply via email to