Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kamoso for openSUSE:Factory checked 
in at 2025-08-16 20:37:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kamoso (Old)
 and      /work/SRC/openSUSE:Factory/.kamoso.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kamoso"

Sat Aug 16 20:37:43 2025 rev:90 rq:1299568 version:25.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kamoso/kamoso.changes    2025-07-06 
17:12:37.106645496 +0200
+++ /work/SRC/openSUSE:Factory/.kamoso.new.1085/kamoso.changes  2025-08-16 
20:40:05.429994865 +0200
@@ -1,0 +2,30 @@
+Fri Aug  8 07:47:15 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.08.0/
+- No code change since 25.07.80
+
+-------------------------------------------------------------------
+Mon Jul 14 14:25:01 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.07.80
+  * New feature release
+- Changes since 25.04.3:
+  * Drop unused KJobWidgets header
+  * Ensure we depend on the right GStreamer
+  * Mitigate issue where gstreamer will lock up if a video sess starts too 
quickly
+  * Address video recording
+  * Fix sample image handling
+  * Port away from context properties
+  * Fix scrolling of the effects view
+  * flatpak: Adapt to Qt 6 and bring qml6glsink
+  * Remove last vestiges of QtGStreamer
+  * Port to using qml6glsink
+  * Port to Qt 6
+  * ci: Use Qt6 images
+  * [nightly flatpak] Update Runtime
+  * Remove white flash
+
+-------------------------------------------------------------------

Old:
----
  kamoso-25.04.3.tar.xz
  kamoso-25.04.3.tar.xz.sig

New:
----
  kamoso-25.08.0.tar.xz
  kamoso-25.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ kamoso.spec ++++++
--- /var/tmp/diff_new_pack.bIJd2T/_old  2025-08-16 20:40:06.878054808 +0200
+++ /var/tmp/diff_new_pack.bIJd2T/_new  2025-08-16 20:40:06.922056630 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kamoso
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,12 @@
 #
 
 
-%define gstnum  1.0
+%define kf6_version 6.14.0
+%define qt6_version 6.7.0
+#
 %bcond_without released
 Name:           kamoso
-Version:        25.04.3
+Version:        25.08.0
 Release:        0
 Summary:        Application to take pictures and videos using a webcam
 License:        GPL-2.0-or-later
@@ -29,29 +31,26 @@
 Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
-BuildRequires:  extra-cmake-modules
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5Declarative)
-BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5Notifications)
-BuildRequires:  cmake(KF5Purpose)
-BuildRequires:  cmake(Qt5Core)
-BuildRequires:  cmake(Qt5Gui)
-BuildRequires:  cmake(Qt5OpenGL)
-BuildRequires:  cmake(Qt5Quick)
-BuildRequires:  cmake(Qt5Widgets)
-BuildRequires:  pkgconfig(gstreamer-1.0)
+BuildRequires:  cmake(KF6Config) >= %{kf6_version}
+BuildRequires:  cmake(KF6DocTools) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6KIO) >= %{kf6_version}
+BuildRequires:  cmake(KF6Notifications) >= %{kf6_version}
+BuildRequires:  cmake(KF6Purpose) >= %{kf6_version}
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Gui) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Quick) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
+BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.26.3
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
-BuildRequires:  pkgconfig(libudev)
 Requires:       gstreamer-plugins-bad
 Requires:       gstreamer-plugins-base
 Requires:       gstreamer-plugins-good
-Requires:       kirigami2
-Requires:       libqt5-qtquickcontrols
-Requires:       purpose
+Requires:       kf6-kirigami-imports >= %{kf6_version}
+Requires:       kf6-purpose >= %{kf6_version}
+Requires:       qt6-declarative-imports >= %{qt6_version}
 
 %description
 Kamoso is an application to take pictures and videos using a webcam.
@@ -64,28 +63,26 @@
 %autosetup -p1
 
 %build
-%cmake_kf5 -d build
+%cmake_kf6
 
-%cmake_build
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
-
-%find_lang %{name} --with-man --all-name
+%kf6_install
 
-%{kf5_find_htmldocs}
+%find_lang %{name} --with-man --all-name --with-html
 
 %files
 %license LICENSES/*
 %doc AUTHORS
-%doc %lang(en) %{_kf5_htmldir}/en/kamoso/
-%{_kf5_applicationsdir}/org.kde.kamoso.desktop
-%{_kf5_appstreamdir}/org.kde.kamoso.appdata.xml
-%{_kf5_bindir}/kamoso
-%{_kf5_iconsdir}/hicolor/*/actions/*.*
-%{_kf5_iconsdir}/hicolor/*/apps/kamoso.*
-%{_kf5_notifydir}/kamoso.notifyrc
-%{_libdir}/gstreamer-%{gstnum}/gstkamosoqt5videosink.so
+%doc %lang(en) %{_kf6_htmldir}/en/kamoso/
+%{_kf6_applicationsdir}/org.kde.kamoso.desktop
+%{_kf6_appstreamdir}/org.kde.kamoso.appdata.xml
+%{_kf6_bindir}/kamoso
+%{_kf6_iconsdir}/hicolor/*/actions/*.*
+%{_kf6_iconsdir}/hicolor/*/apps/kamoso.*
+%{_kf6_notificationsdir}/kamoso.notifyrc
 
 %files lang -f %{name}.lang
+%exclude %{_kf6_htmldir}/en/kamoso
 


++++++ kamoso-25.04.3.tar.xz -> kamoso-25.08.0.tar.xz ++++++
++++ 16200 lines of diff (skipped)

Reply via email to