Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kamera"

Mon Mar 11 15:26:28 2024 rev:160 rq:1150877 version:24.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kamera/kamera.changes    2023-12-09 
22:50:59.770646882 +0100
+++ /work/SRC/openSUSE:Factory/.kamera.new.1770/kamera.changes  2024-03-11 
15:27:49.776944039 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 13:58:38 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:07:44 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kamera.spec ++++++
--- /var/tmp/diff_new_pack.dE4pcN/_old  2024-03-11 15:27:50.276962390 +0100
+++ /var/tmp/diff_new_pack.dE4pcN/_new  2024-03-11 15:27:50.280962537 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kamera
 #
-# 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,77 @@
 #
 
 
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+
 %bcond_without released
 Name:           kamera
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 Summary:        Digital camera support for KDE applications
 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:  libgphoto2-devel
-BuildRequires:  oxygen-icon-theme-large
-BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5ConfigWidgets)
-BuildRequires:  cmake(KF5KCMUtils)
-BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(Qt5Core)
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
+BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF6Config) >= %{kf6_version}
+BuildRequires:  cmake(KF6ConfigWidgets) >= %{kf6_version}
+BuildRequires:  cmake(KF6KCMUtils) >= %{kf6_version}
+BuildRequires:  cmake(KF6DocTools) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6KIO) >= %{kf6_version}
+BuildRequires:  cmake(KF6XmlGui) >= %{kf6_version}
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Core5Compat) >= %{qt6_version}
+BuildRequires:  pkgconfig(libgphoto2) >= 2.5.0
 
 %description
 This package allows any KDE application to access and manipulate pictures on a
 digital camera.
 
 %package -n kio_kamera
-Summary:        KDE I/O Slave for Cameras
+Summary:        KDE I/O Slave for cameras
 License:        GPL-2.0-or-later
-Recommends:     %{name}-lang
-Provides:       %{name} = %{version}
+Obsoletes:      kamera-lang
 
 %description -n kio_kamera
 This package contains a KIO slave to access digital cameras.
 
-%lang_package
+%lang_package -n kio_kamera
 
 %prep
 %autosetup -p1
 
 %build
-%cmake_kf5 -d build
-%cmake_build
+%cmake_kf6
+
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
+%kf6_install
 
-%find_lang %{name} --with-man --all-name
-%{kf5_find_htmldocs}
+%find_lang %{name} --with-html --all-name
 
 %ldconfig_scriptlets -n kio_kamera
 
 %files -n kio_kamera
 %license LICENSES/*
 %doc README
-%dir %{_kf5_htmldir}/en/kcontrol
-%doc %lang(en) %{_kf5_htmldir}/en/kcontrol/kamera/
-%dir %{_kf5_plugindir}/kf5
-%dir %{_kf5_plugindir}/kf5/kio
-%dir %{_kf5_plugindir}/plasma
-%dir %{_kf5_plugindir}/plasma/kcms
-%dir %{_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets
-%dir %{_kf5_sharedir}/solid/
-%dir %{_kf5_sharedir}/solid/actions/
-%{_kf5_applicationsdir}/kcm_kamera.desktop
-%{_kf5_appstreamdir}/org.kde.kamera.metainfo.xml
-%{_kf5_debugdir}/*.categories
-%{_kf5_plugindir}/kf5/kio/kio_kamera.so
-%{_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_kamera.so
-%{_kf5_sharedir}/solid/actions/solid_camera.desktop
+%dir %{_kf6_htmldir}/en/kcontrol
+%doc %lang(en) %{_kf6_htmldir}/en/kcontrol/kamera/
+%{_kf6_applicationsdir}/kcm_kamera.desktop
+%{_kf6_appstreamdir}/org.kde.kamera.metainfo.xml
+%{_kf6_debugdir}/kamera.categories
+%{_kf6_plugindir}/kf6/kio/kio_kamera.so
+%{_kf6_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_kamera.so
+%dir %{_kf6_sharedir}/solid/
+%dir %{_kf6_sharedir}/solid/actions/
+%{_kf6_sharedir}/solid/actions/solid_camera.desktop
 
-%files lang -f %{name}.lang
+%files -n kio_kamera-lang -f %{name}.lang
+%exclude %{_kf6_htmldir}/en/kcontrol
 

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

++++++ kamera-23.08.4.tar.xz -> kamera-24.02.0.tar.xz ++++++
++++ 15635 lines of diff (skipped)

Reply via email to