Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kmime"

Mon Mar 11 15:26:50 2024 rev:102 rq:1150971 version:24.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmime/kmime.changes      2023-12-09 
22:51:50.400504874 +0100
+++ /work/SRC/openSUSE:Factory/.kmime.new.1770/kmime.changes    2024-03-11 
15:28:50.579175463 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 13:59:43 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:08:49 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kmime.spec ++++++
--- /var/tmp/diff_new_pack.CQQ6F0/_old  2024-03-11 15:28:51.203198365 +0100
+++ /var/tmp/diff_new_pack.CQQ6F0/_new  2024-03-11 15:28:51.203198365 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmime
 #
-# 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,78 +16,78 @@
 #
 
 
-%define kf5_version 5.105.0
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+
 %bcond_without released
-%define libname libKPim5Mime5
 Name:           kmime
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 Summary:        KDE PIM libraries MIME support
 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:  extra-cmake-modules
-BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(KF5Codecs) >= %{kf5_version}
-BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
-BuildRequires:  cmake(Qt5Test)
+BuildRequires:  doxygen
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
+BuildRequires:  cmake(KF6Codecs) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Test) >= %{qt6_version}
+BuildRequires:  cmake(Qt6ToolsTools) >= %{qt6_version}
 Conflicts:      libKF5Mime5 < %{version}
 
 %description
 This package contains the basic packages for KDE PIM applications.
 
-%package -n %{libname}
+%package -n libKPim6Mime6
 Summary:        KDE PIM libraries MIME Support
-%requires_eq    %{name}
-# Renamed
-Obsoletes:      kmime-lang <= 23.04.0
+Requires:       kmime >= %{version}
 
-%description  -n %{libname}
+%description  -n libKPim6Mime6
 This package provides MIME support for KDE PIM applications
 
 %package devel
 Summary:        Build environment for the KDE PIM MIME libraries
-Requires:       %{libname} = %{version}
-Requires:       cmake(KF5Codecs)
+Requires:       libKPim6Mime6 = %{version}
+Requires:       cmake(KF6Codecs) >= %{kf6_version}
 
 %description devel
 This package contains necessary include files and libraries needed
 to develop KDE PIM applications.
 
-%lang_package -n %{libname}
+%lang_package -n libKPim6Mime6
 
 %prep
-%autosetup -p1 -n kmime-%{version}
+%autosetup -p1 -n %{name}-%{version}
 
 %build
-%cmake_kf5 -d build -- -DBUILD_TESTING=ON
-%cmake_build
+%cmake_kf6 -DBUILD_TESTING:BOOL=TRUE -DBUILD_QCH:BOOL=TRUE
+
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
+%kf6_install
 
-%find_lang %{libname} --with-man --all-name
+%find_lang %{name} --all-name
 
-%ldconfig_scriptlets -n %{libname}
+%ldconfig_scriptlets -n libKPim6Mime6
 
 %files
-%license LICENSES/*
-%{_kf5_debugdir}/kmime.categories
+%{_kf6_debugdir}/kmime.categories
 
-%files -n %{libname}
-%{_kf5_libdir}/libKPim5Mime.so.*
+%files -n libKPim6Mime6
+%license LICENSES/*
+%{_kf6_libdir}/libKPim6Mime.so.*
 
 %files devel
-%dir %{_includedir}/KPim5
-%{_includedir}/KPim5/KMime/
-%{_kf5_cmakedir}/KF5Mime/
-%{_kf5_cmakedir}/KPim5Mime/
-%{_kf5_libdir}/libKPim5Mime.so
-%{_kf5_mkspecsdir}/qt_KMime.pri
+%doc %{_kf6_qchdir}/KPim6Mime.*
+%{_includedir}/KPim6/KMime/
+%{_kf6_cmakedir}/KPim6Mime/
+%{_kf6_libdir}/libKPim6Mime.so
 
-%files -n %{libname}-lang -f %{libname}.lang
+%files -n libKPim6Mime6-lang -f %{name}.lang
 

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

++++++ kmime-23.08.4.tar.xz -> kmime-24.02.0.tar.xz ++++++
++++ 21016 lines of diff (skipped)

Reply via email to