Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libktorrent"

Mon Mar 11 15:31:52 2024 rev:80 rq:1152071 version:24.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2023-12-09 
22:56:30.206773078 +0100
+++ /work/SRC/openSUSE:Factory/.libktorrent.new.1770/libktorrent.changes        
2024-03-11 15:38:04.271561065 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 14:00:43 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.02.0
+  * New feature release
+- No code change since 24.01.95
+
+-------------------------------------------------------------------
+Fri Feb  9 16:09:51 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libktorrent.spec ++++++
--- /var/tmp/diff_new_pack.rlNjqh/_old  2024-03-11 15:38:04.935585519 +0100
+++ /var/tmp/diff_new_pack.rlNjqh/_new  2024-03-11 15:38:04.935585519 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libktorrent
 #
-# 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,69 +16,73 @@
 #
 
 
-%define sonum   6
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+
 %bcond_without released
 Name:           libktorrent
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 Summary:        Torrent Downloading Library
 License:        GPL-2.0-or-later
 URL:            https://apps.kde.org/ktorrent
-Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+Source:         %{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
 BuildRequires:  doxygen
-BuildRequires:  extra-cmake-modules
 BuildRequires:  gmp-devel >= 6.0.0
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  libboost_headers-devel
-BuildRequires:  libgcrypt-devel
-BuildRequires:  cmake(KF5Archive)
-BuildRequires:  cmake(KF5Crash)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5Solid)
-BuildRequires:  cmake(Qca-qt5)
-BuildRequires:  cmake(Qt5Core) >= 5.15.2
-BuildRequires:  cmake(Qt5Network)
-BuildRequires:  cmake(Qt5Test)
-BuildRequires:  cmake(Qt5Xml)
+BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF6Archive) >= %{kf6_version}
+BuildRequires:  cmake(KF6Crash) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6KIO) >= %{kf6_version}
+BuildRequires:  cmake(KF6Solid) >= %{kf6_version}
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Core5Compat) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Network) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Test) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Xml) >= %{qt6_version}
+BuildRequires:  pkgconfig(libgcrypt) >= 1.4.5
 
 %description
 libktorrent is a torrent downloading library.
 
+%package -n libKTorrent6
+Summary:        Torrent Downloading Library
+Provides:       libktorrent = %{version}
+Obsoletes:      libktorrent < %{version}
+Provides:       libktorrent-lang = %{version}
+Obsoletes:      libktorrent-lang < %{version}
+
+%description -n libKTorrent6
+libktorrent is a torrent downloading library.
+
 %package devel
 Summary:        Development files for libktorrent
-Requires:       gmp-devel
-Requires:       libKF5Torrent%{sonum} = %{version}
-Requires:       libboost_headers-devel
-Requires:       libgcrypt-devel
-Requires:       cmake(KF5Archive)
-Requires:       cmake(KF5Config)
-Requires:       cmake(KF5KIO)
-Requires:       cmake(Qca-qt5)
-Requires:       cmake(Qt5Core)
-Requires:       cmake(Qt5Network)
+Requires:       libKTorrent6 = %{version}
+Requires:       libboost_headers-devel >= 1.66.0
+Requires:       cmake(KF6Archive) >= %{kf6_version}
+Requires:       cmake(KF6Config) >= %{kf6_version}
+Requires:       cmake(KF6KIO) >= %{kf6_version}
+Requires:       cmake(Qt6Core) >= %{qt6_version}
+Requires:       cmake(Qt6Core5Compat) >= %{qt6_version}
+Requires:       cmake(Qt6Network) >= %{qt6_version}
+Requires:       gmp-devel >= 6.0.0
+Requires:       pkgconfig(libgcrypt) >= 1.4.5
 
 %description devel
 This package includes the necessary files for development using libktorrent.
 
-%package -n libKF5Torrent%{sonum}
-Summary:        Torrent Downloading Library
-Recommends:     %{name}-lang = %{version}
-Provides:       %{name} = %{version}
-Obsoletes:      %{name} < %{version}
-
-%description -n libKF5Torrent%{sonum}
-libktorrent is a torrent downloading library.
-
-%lang_package
+%lang_package -n libKTorrent6
 
 %prep
 %autosetup -p1
 
-# The boost minimum version change is only cosmetic. Leap 15.2 provides 1.66
+# The boost minimum version change is only cosmetic. Leap 15 only provides 
1.66...
 sed -i 's#1.71.0#1.66.0#' CMakeLists.txt
 
 %build
@@ -86,25 +90,25 @@
 %define _lto_cflags %{nil}
 %endif
 
-%cmake_kf5 -d build
-%cmake_build
+%cmake_kf6
+
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
+%kf6_install
 
-%find_lang libktorrent5 %{name}.lang
+%find_lang %{name} --all-name
 
-%ldconfig_scriptlets -n libKF5Torrent%{sonum}
+%ldconfig_scriptlets -n libKTorrent6
 
-%files devel
-%{_kf5_cmakedir}/KF5Torrent/
-%{_kf5_includedir}/libktorrent/
-%{_kf5_libdir}/libKF5Torrent.so
-
-%files -n libKF5Torrent%{sonum}
+%files -n libKTorrent6
 %license LICENSES/*
-%doc ChangeLog RoadMap
-%{_kf5_libdir}/libKF5Torrent.so.*
+%{_kf6_libdir}/libKTorrent6.so.*
+
+%files devel
+%{_kf6_cmakedir}/KTorrent6/
+%{_kf6_includedir}/libktorrent/
+%{_kf6_libdir}/libKTorrent6.so
 
-%files lang -f %{name}.lang
+%files -n libKTorrent6-lang -f %{name}.lang
 

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

++++++ libktorrent-23.08.4.tar.xz -> libktorrent-24.02.0.tar.xz ++++++
++++ 256786 lines of diff (skipped)

Reply via email to