Script 'mail_helper' called by obssrc
Hello community,

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

Package is "ksmtp"

Mon Mar 11 15:29:22 2024 rev:76 rq:1156419 version:24.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksmtp/ksmtp.changes      2023-12-09 
22:52:17.509499708 +0100
+++ /work/SRC/openSUSE:Factory/.ksmtp.new.1770/ksmtp.changes    2024-03-11 
15:33:10.988762195 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 14:00:16 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:23 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ksmtp.spec ++++++
--- /var/tmp/diff_new_pack.QQwRnX/_old  2024-03-11 15:33:11.596784681 +0100
+++ /var/tmp/diff_new_pack.QQwRnX/_new  2024-03-11 15:33:11.600784828 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ksmtp
 #
-# 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,81 +16,86 @@
 #
 
 
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+%define kpim6_version 6.0.0
+
 %bcond_without released
 Name:           ksmtp
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 Summary:        Job-based library to send email through an SMTP server
 License:        LGPL-2.1-or-later
 URL:            https://www.kde.org
-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:  cyrus-sasl-devel
-BuildRequires:  extra-cmake-modules
-BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(Qt5LinguistTools)
-BuildRequires:  cmake(Qt5Network)
-BuildRequires:  cmake(Qt5Test)
+BuildRequires:  doxygen
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
+BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6KIO) >= %{kf6_version}
+BuildRequires:  cmake(Qt6Core5Compat) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Network) >= %{qt6_version}
+BuildRequires:  cmake(Qt6ToolsTools) >= %{qt6_version}
 
 %description
 KSMTP is a job based library to send email through an SMTP server.
 
-%package -n libKPim5SMTP5
+%package -n libKPim6SMTP6
 Summary:        Job-based library to send email through an SMTP server
-# Renamed
+Requires:       ksmtp >= %{version}
 Obsoletes:      ksmtp-lang <= 23.04.0
+Obsoletes:      libKPim5SMTP5-lang < %{version}
 
-%description -n libKPim5SMTP5
+%description -n libKPim6SMTP6
 KSMTP is a job based library to send email through an SMTP server. This
 package contains the KSMTP library itself.
 
 %package devel
 Summary:        Development files for KSMTP
-Requires:       libKPim5SMTP5 = %{version}
-Requires:       cmake(KF5CoreAddons)
-Requires:       cmake(KF5I18n)
-Requires:       cmake(KF5KIO)
-Requires:       cmake(KPim5Mime)
+Requires:       libKPim6SMTP6 = %{version}
+Requires:       cmake(KF6CoreAddons) >= %{kf6_version}
+Requires:       cmake(KF6I18n) >= %{kf6_version}
+Requires:       cmake(KF6KIO) >= %{kf6_version}
+Requires:       cmake(KPim6Mime) >= %{kpim6_version}
 
 %description devel
 This package contains all necessary include files and libraries needed
 to build programs that use the KSMTP library.
 
-%lang_package -n libKPim5SMTP5
+%lang_package -n libKPim6SMTP6
 
 %prep
 %autosetup -p1
 
 %build
-%cmake_kf5 -d build -- -DBUILD_TESTING=ON
-%cmake_build
+%cmake_kf6 -DBUILD_QCH:BOOL=TRUE
 
-%install
-%kf5_makeinstall -C build
+%kf6_build
 
-%find_lang libKPim5SMTP5 --with-man --with-qt --all-name
+%install
+%kf6_install
 
-%ldconfig_scriptlets -n libKPim5SMTP5
+%find_lang libKPim6SMTP6 --all-name
 
-%files -n libKPim5SMTP5
-%license LICENSES/*
-%{_kf5_libdir}/libKPim5SMTP.so.*
+%ldconfig_scriptlets -n libKPim6SMTP6
 
 %files
-%{_kf5_debugdir}/ksmtp.categories
+%{_kf6_debugdir}/ksmtp.categories
+
+%files -n libKPim6SMTP6
+%license LICENSES/*
+%{_kf6_libdir}/libKPim6SMTP.so.*
 
 %files devel
-%dir %{_includedir}/KPim5
-%{_includedir}/KPim5/KSMTP/
-%{_kf5_cmakedir}/KPim5SMTP/
-%{_kf5_libdir}/libKPim5SMTP.so
-%{_kf5_mkspecsdir}/qt_KSMTP.pri
+%doc %{_kf6_qchdir}/KPim6SMTP.*
+%{_includedir}/KPim6/KSMTP/
+%{_kf6_cmakedir}/KPim6SMTP/
+%{_kf6_libdir}/libKPim6SMTP.so
 
-%files -n libKPim5SMTP5-lang -f libKPim5SMTP5.lang
+%files -n libKPim6SMTP6-lang -f libKPim6SMTP6.lang
 

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

++++++ ksmtp-23.08.4.tar.xz -> ksmtp-24.02.0.tar.xz ++++++
++++ 10002 lines of diff (skipped)

Reply via email to