Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ktorrent for openSUSE:Factory 
checked in at 2024-03-11 15:31:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktorrent (Old)
 and      /work/SRC/openSUSE:Factory/.ktorrent.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktorrent"

Mon Mar 11 15:31:16 2024 rev:153 rq:1151030 version:24.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktorrent/ktorrent.changes        2023-12-09 
22:56:13.626164611 +0100
+++ /work/SRC/openSUSE:Factory/.ktorrent.new.1770/ktorrent.changes      
2024-03-11 15:36:43.508586834 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 14:00:24 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.02.0
+  * New feature release
+- No code change since 24.01.95
+
+-------------------------------------------------------------------
+Fri Feb  9 16:09:31 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+-------------------------------------------------------------------

Old:
----
  ktorrent-23.08.4.tar.xz
  ktorrent-23.08.4.tar.xz.sig

New:
----
  ktorrent-24.02.0.tar.xz
  ktorrent-24.02.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktorrent.spec ++++++
--- /var/tmp/diff_new_pack.ADFlUS/_old  2024-03-11 15:36:44.528624399 +0100
+++ /var/tmp/diff_new_pack.ADFlUS/_new  2024-03-11 15:36:44.544624988 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktorrent
 #
-# 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
@@ -16,63 +16,66 @@
 #
 
 
+%define kf6_version 5.240.0
+%define qt6_version 6.6.0
+
 %bcond_without released
 Name:           ktorrent
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 Summary:        KDE BitTorrent Client
 License:        GPL-2.0-or-later
 URL:            https://apps.kde.org/ktorrent
-Source0:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+Source0:        %{name}-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        %{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 Source3:        ktorrent.1
 Source4:        ktupnptest.1
 # PATCH-FIX-OPENSUSE initial-preference.diff [email protected] -- 
InitialPreference to set it as the default torrent downloader
 Patch0:         initial-preference.diff
-BuildRequires:  extra-cmake-modules
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  fdupes
 BuildRequires:  libboost_headers-devel
 BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
-BuildRequires:  cmake(KF5Archive)
-BuildRequires:  cmake(KF5Completion)
-BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5ConfigWidgets)
-BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5Crash)
-BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5DNSSD)
-BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5ItemViews)
-BuildRequires:  cmake(KF5KCMUtils)
-BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5Kross)
-BuildRequires:  cmake(KF5Notifications)
-BuildRequires:  cmake(KF5NotifyConfig)
-BuildRequires:  cmake(KF5Parts)
-BuildRequires:  cmake(KF5Plotting)
-BuildRequires:  cmake(KF5Solid)
-BuildRequires:  cmake(KF5Syndication)
-BuildRequires:  cmake(KF5TextWidgets)
-BuildRequires:  cmake(KF5Torrent)
-BuildRequires:  cmake(KF5WidgetsAddons)
-BuildRequires:  cmake(KF5WindowSystem)
-BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(LibKWorkspace)
-BuildRequires:  cmake(Phonon4Qt5)
-BuildRequires:  cmake(Qt5Core) >= 5.15.2
-BuildRequires:  cmake(Qt5DBus)
-BuildRequires:  cmake(Qt5Network)
-BuildRequires:  cmake(Qt5Script)
-BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  cmake(KF6Archive) >= %{kf6_version}
+BuildRequires:  cmake(KF6Completion) >= %{kf6_version}
+BuildRequires:  cmake(KF6Config) >= %{kf6_version}
+BuildRequires:  cmake(KF6ConfigWidgets) >= %{kf6_version}
+BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6Crash) >= %{kf6_version}
+BuildRequires:  cmake(KF6DBusAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6DNSSD) >= %{kf6_version}
+BuildRequires:  cmake(KF6DocTools) >= %{kf6_version}
+BuildRequires:  cmake(KF6GlobalAccel) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6IconThemes) >= %{kf6_version}
+BuildRequires:  cmake(KF6ItemViews) >= %{kf6_version}
+BuildRequires:  cmake(KF6KCMUtils) >= %{kf6_version}
+BuildRequires:  cmake(KF6KIO) >= %{kf6_version}
+BuildRequires:  cmake(KF6Notifications) >= %{kf6_version}
+BuildRequires:  cmake(KF6NotifyConfig) >= %{kf6_version}
+BuildRequires:  cmake(KF6Parts) >= %{kf6_version}
+BuildRequires:  cmake(KF6Plotting) >= %{kf6_version}
+BuildRequires:  cmake(KF6Solid) >= %{kf6_version}
+BuildRequires:  cmake(KF6StatusNotifierItem) >= %{kf6_version}
+BuildRequires:  cmake(KF6Syndication) >= %{kf6_version}
+BuildRequires:  cmake(KF6TextWidgets) >= %{kf6_version}
+BuildRequires:  cmake(KTorrent6)
+BuildRequires:  cmake(KF6WidgetsAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6WindowSystem) >= %{kf6_version}
+BuildRequires:  cmake(KF6XmlGui) >= %{kf6_version}
+BuildRequires:  cmake(Phonon4Qt6)
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Core5Compat) >= %{qt6_version}
+BuildRequires:  cmake(Qt6DBus) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Network) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
 BuildRequires:  pkgconfig(taglib)
-%ifnarch ppc ppc64 ppc64le s390 s390x
-BuildRequires:  cmake(Qt5WebEngineWidgets)
+BuildRequires:  pkgconfig(libmaxminddb)
+%ifarch aarch64 x86_64 riscv64
+BuildRequires:  cmake(Qt6WebEngineWidgets) >= %{qt6_version}
 %endif
 
 %description
@@ -90,11 +93,11 @@
 sed -i 's#1.71.0#1.66.0#' CMakeLists.txt
 
 %build
-%cmake_kf5 -d build
-%cmake_build
+%cmake_kf6
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
+%kf6_install
 
 # Add man pages from help2man edited.
 mkdir -p %{buildroot}%{_mandir}/man1
@@ -105,53 +108,50 @@
 find %{buildroot} -name "*.py" -perm 0644 -exec grep -l '#!' {} + | \
        xargs -rd'\n' chmod -f a+x
 
-%suse_update_desktop_file -r org.kde.ktorrent Qt KDE Network P2P
-
-%fdupes -s %{buildroot}
+%fdupes %{buildroot}
 
-%find_lang %{name}
-%{kf5_find_htmldocs}
+%find_lang %{name} --with-html
 
 %ldconfig_scriptlets
 
 %files
 %license LICENSES/*
 %doc ChangeLog RoadMap
-%doc %lang(en) %{_kf5_htmldir}/en/ktorrent/
-%{_kf5_applicationsdir}/org.kde.ktorrent.desktop
-%{_kf5_appstreamdir}/org.kde.ktorrent.appdata.xml
-%{_kf5_bindir}/ktmagnetdownloader
-%{_kf5_bindir}/ktorrent
-%{_kf5_bindir}/ktupnptest
-%{_kf5_iconsdir}/hicolor/*/*/*.png
-%{_kf5_iconsdir}/hicolor/*/*/*.svgz
-%{_kf5_kxmlguidir}/ktorrent/
-%{_kf5_libdir}/libktcore.so.*
-%{_kf5_mandir}/man1/ktorrent.1%{?ext_man}
-%{_kf5_mandir}/man1/ktupnptest.1%{?ext_man}
-%{_kf5_notifydir}/ktorrent.notifyrc
-%dir %{_kf5_plugindir}/ktorrent_plugins/
-%{_kf5_plugindir}/ktorrent_plugins/ktorrent_bwscheduler.so
-%{_kf5_plugindir}/ktorrent_plugins/ktorrent_downloadorder.so
-%{_kf5_plugindir}/ktorrent_plugins/ktorrent_infowidget.so
-%{_kf5_plugindir}/ktorrent_plugins/ktorrent_ipfilter.so
-%{_kf5_plugindir}/ktorrent_plugins/ktorrent_logviewer.so
-%{_kf5_plugindir}/ktorrent_plugins/ktorrent_magnetgenerator.so
-%{_kf5_plugindir}/ktorrent_plugins/ktorrent_mediaplayer.so
-%{_kf5_plugindir}/ktorrent_plugins/ktorrent_scanfolder.so
-%{_kf5_plugindir}/ktorrent_plugins/ktorrent_scanforlostfiles.so
-%{_kf5_plugindir}/ktorrent_plugins/ktorrent_shutdown.so
-%{_kf5_plugindir}/ktorrent_plugins/ktorrent_stats.so
-%{_kf5_plugindir}/ktorrent_plugins/ktorrent_upnp.so
-%{_kf5_plugindir}/ktorrent_plugins/ktorrent_zeroconf.so
-%ifnarch ppc ppc64 ppc64le s390 s390x
-%{_kf5_plugindir}/ktorrent_plugins/ktorrent_search.so
-%{_kf5_plugindir}/ktorrent_plugins/ktorrent_syndication.so
+%doc %lang(en) %{_kf6_htmldir}/en/ktorrent/
+%{_kf6_applicationsdir}/org.kde.ktorrent.desktop
+%{_kf6_appstreamdir}/org.kde.ktorrent.appdata.xml
+%{_kf6_bindir}/ktmagnetdownloader
+%{_kf6_bindir}/ktorrent
+%{_kf6_bindir}/ktupnptest
+%{_kf6_iconsdir}/hicolor/*/*/*
+%{_kf6_kxmlguidir}/ktorrent/
+%{_kf6_libdir}/libktcore.so.*
+%{_kf6_mandir}/man1/ktorrent.1%{?ext_man}
+%{_kf6_mandir}/man1/ktupnptest.1%{?ext_man}
+%{_kf6_notificationsdir}/ktorrent.notifyrc
+%dir %{_kf6_plugindir}/ktorrent_plugins/
+%{_kf6_plugindir}/ktorrent_plugins/BandwidthSchedulerPlugin.so
+%{_kf6_plugindir}/ktorrent_plugins/DownloadOrderPlugin.so
+%{_kf6_plugindir}/ktorrent_plugins/IPFilterPlugin.so
+%{_kf6_plugindir}/ktorrent_plugins/InfoWidgetPlugin.so
+%{_kf6_plugindir}/ktorrent_plugins/LogViewerPlugin.so
+%{_kf6_plugindir}/ktorrent_plugins/MagnetGeneratorPlugin.so
+%{_kf6_plugindir}/ktorrent_plugins/MediaPlayerPlugin.so
+%{_kf6_plugindir}/ktorrent_plugins/ScanFolderPlugin.so
+%{_kf6_plugindir}/ktorrent_plugins/ScanForLostFilesPlugin.so
+%{_kf6_plugindir}/ktorrent_plugins/ShutdownPlugin.so
+%{_kf6_plugindir}/ktorrent_plugins/StatsPlugin.so
+%{_kf6_plugindir}/ktorrent_plugins/UPnPPlugin.so
+%{_kf6_plugindir}/ktorrent_plugins/ZeroconfPlugin.so
+%ifarch aarch64 x86_64 riscv64
+%{_kf6_plugindir}/ktorrent_plugins/SearchPlugin.so
+%{_kf6_plugindir}/ktorrent_plugins/SyndicationPlugin.so
 %endif
 
-%ifnarch ppc ppc64 ppc64le s390 s390x
-%{_kf5_sharedir}/ktorrent/
+%ifarch aarch64 x86_64 riscv64
+%{_kf6_sharedir}/ktorrent/
 %endif
 
 %files lang -f %{name}.lang
+%exclude %{_kf6_htmldir}/en/ktorrent/
 

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.ADFlUS/_old and 
/var/tmp/diff_new_pack.ADFlUS/_new differ

++++++ ktorrent-23.08.4.tar.xz -> ktorrent-24.02.0.tar.xz ++++++
++++ 211724 lines of diff (skipped)

Reply via email to