Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kde-inotify-survey"

Mon Mar 11 15:30:17 2024 rev:11 rq:1150906 version:24.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kde-inotify-survey/kde-inotify-survey.changes    
2023-12-09 22:54:29.990361431 +0100
+++ 
/work/SRC/openSUSE:Factory/.kde-inotify-survey.new.1770/kde-inotify-survey.changes
  2024-03-11 15:34:48.996372160 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 13:59:01 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:07 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+-------------------------------------------------------------------

Old:
----
  kde-inotify-survey-23.08.4.tar.xz
  kde-inotify-survey-23.08.4.tar.xz.sig

New:
----
  kde-inotify-survey-24.02.0.tar.xz
  kde-inotify-survey-24.02.0.tar.xz.sig

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

Other differences:
------------------
++++++ kde-inotify-survey.spec ++++++
--- /var/tmp/diff_new_pack.Q4NlkL/_old  2024-03-11 15:34:49.588393938 +0100
+++ /var/tmp/diff_new_pack.Q4NlkL/_new  2024-03-11 15:34:49.588393938 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kde-inotify-survey
 #
-# 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,31 +16,30 @@
 #
 
 
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+
 %bcond_without released
-%define kf5_version 5.105.0
 Name:           kde-inotify-survey
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 Summary:        Monitor inotify limits and inform the user when they are 
reached
 License:        GPL-2.0-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:  cmake >= 3.22
-BuildRequires:  extra-cmake-modules >= %{kf5_version}
-BuildRequires:  cmake(KF5Auth)
-BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5Notifications)
-BuildRequires:  cmake(Qt5Core) >= 5.15.2
-BuildRequires:  cmake(Qt5DBus)
-BuildRequires:  cmake(Qt5Qml)
-BuildRequires:  cmake(Qt5Quick)
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
+BuildRequires:  cmake(KF6Auth) >= %{kf6_version}
+BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6DBusAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6Notifications) >= %{kf6_version}
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  cmake(Qt6DBus) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Test) >= %{qt6_version}
 
 %description
 Tooling for monitoring inotify limits and informing the user
@@ -51,25 +50,29 @@
 %prep
 %autosetup -p1
 
+# No technical reason to require cmake 3.22
+sed -i 's#VERSION 3.22#VERSION 3.20#' CMakeLists.txt
+
 %build
-%cmake_kf5 -d build
-%cmake_build
+%cmake_kf6
+
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
+%kf6_install
 
-%find_lang %{name} --with-qt --with-man --all-name
+%find_lang %{name} --all-name
 
 %files
 %license LICENSES/*
-%{_kf5_bindir}/kde-inotify-survey
-%{_libexecdir}/kauth/kded-inotify-helper
-%{_kf5_plugindir}/kf5/kded/inotify.so
 %{_datadir}/dbus-1/system-services/org.kde.kded.inotify.service
-%{_kf5_dbuspolicydir}/org.kde.kded.inotify.conf
-%{_kf5_notifydir}/org.kde.kded.inotify.notifyrc
-%{_kf5_appstreamdir}/org.kde.inotify-survey.metainfo.xml
 %{_datadir}/polkit-1/actions/org.kde.kded.inotify.policy
+%{_kf6_appstreamdir}/org.kde.inotify-survey.metainfo.xml
+%{_kf6_bindir}/kde-inotify-survey
+%{_kf6_dbuspolicydir}/org.kde.kded.inotify.conf
+%{_kf6_libexecdir}/kauth/kded-inotify-helper
+%{_kf6_notificationsdir}/org.kde.kded.inotify.notifyrc
+%{_kf6_plugindir}/kf6/kded/inotify.so
 
 %files lang -f %{name}.lang
 

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

++++++ kde-inotify-survey-23.08.4.tar.xz -> kde-inotify-survey-24.02.0.tar.xz 
++++++
++++ 2638 lines of diff (skipped)

Reply via email to