Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-kuserfeedback for 
openSUSE:Leap:16.0 checked in at 2025-08-07 19:22:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/kf6-kuserfeedback (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.kf6-kuserfeedback.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kuserfeedback"

Thu Aug  7 19:22:21 2025 rev:4 rq:1292798 version:6.16.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/kf6-kuserfeedback/kf6-kuserfeedback.changes    
2025-04-23 10:12:00.800657718 +0200
+++ 
/work/SRC/openSUSE:Leap:16.0/.kf6-kuserfeedback.new.1085/kf6-kuserfeedback.changes
  2025-08-07 19:27:37.436824066 +0200
@@ -1,0 +2,43 @@
+Mon Jul  7 07:24:49 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.16.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.16.0
+- Changes since 6.15.0:
+  * Update dependency version to 6.16.0
+  * Update version to 6.16.0
+
+-------------------------------------------------------------------
+Mon Jun  9 20:29:46 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.15.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.15.0
+- Changes since 6.14.0:
+  * Update dependency version to 6.15.0
+  * Add tags file to documentation
+  * Add missing qhp projects
+  * Remove leftover doxygen file
+  * Add landing page for QDoc
+  * Port API documentation to QDoc syntax
+  * Update version to 6.15.0
+- Replace _kf6_bugfix_version usage
+
+-------------------------------------------------------------------
+Sun May  4 19:05:31 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.14.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.14.0
+- Changes since 6.13.0:
+  * Update dependency version to 6.14.0
+  * Don't build app and CLI binary by default
+  * Use standard icon name: search -> system-search
+  * Build CLI binary with the console app target, and vice versa
+  * flatpak: Update runtime
+  * Update version to 6.14.0
+
+-------------------------------------------------------------------

Old:
----
  kuserfeedback-6.13.0.tar.xz
  kuserfeedback-6.13.0.tar.xz.sig

New:
----
  kuserfeedback-6.16.0.tar.xz
  kuserfeedback-6.16.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-kuserfeedback.spec ++++++
--- /var/tmp/diff_new_pack.qfUAes/_old  2025-08-07 19:27:39.176896473 +0200
+++ /var/tmp/diff_new_pack.qfUAes/_new  2025-08-07 19:27:39.176896473 +0200
@@ -16,17 +16,15 @@
 #
 
 
-%define qt6_version 6.7.0
+%define qt6_version 6.8.0
 
 %define rname kuserfeedback
 
-# Full KF6 version (e.g. 6.13.0)
+# Full KF6 version (e.g. 6.16.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
-# Last major and minor KF6 version (e.g. 6.0)
-%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kf6-kuserfeedback
-Version:        6.13.0
+Version:        6.16.0
 Release:        0
 Summary:        Framework for collecting feedback from application users
 License:        MIT
@@ -37,15 +35,12 @@
 Source2:        frameworks.keyring
 %endif
 BuildRequires:  bison
-# # For icons
-BuildRequires:  kf6-breeze-icons
-BuildRequires:  kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
+BuildRequires:  kf6-extra-cmake-modules >= %{_kf6_version}
 BuildRequires:  flex
 BuildRequires:  fdupes
 # # Needed for tests
 BuildRequires:  Mesa-dri
 BuildRequires:  xvfb-run
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt6Charts) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Gui) >= %{qt6_version}
@@ -55,6 +50,7 @@
 BuildRequires:  cmake(Qt6Qml) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Svg) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Test) >= %{qt6_version}
+BuildRequires:  cmake(Qt6ToolsTools) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
 
 %description
@@ -106,17 +102,6 @@
 telemetry and feedback surveys. This package provides a server component
 used to collect telemetry and feedback.
 
-%package tools
-Summary:        Command line utilities for the kuserfeedback server
-Requires:       kf6-kuserfeedback >= %{version}
-Suggests:       kf6-kuserfeedback-server
-Conflicts:      kuserfeedback-tools
-
-%description tools
-KUserFeedback is a framework which allows applications to collect user
-telemetry and feedback surveys. This package provides tools to connect to
-and query a local or remote KUserFeedback server.
-
 %package devel
 Summary:        Development files for kf6-kuserfeedback
 Requires:       kf6-kuserfeedback >= %{version}
@@ -136,7 +121,8 @@
 %build
 # FIXME Docs use a hardcoded path in the application code
 # Disable until fixed upstream
-%cmake_kf6 -DQT_MAJOR_VERSION:STRING=6 \
+%cmake_kf6 \
+  -DQT_MAJOR_VERSION:STRING=6 \
   -DENABLE_DOCS:BOOL=FALSE \
   -DBUILD_TESTING:BOOL=TRUE
 
@@ -152,9 +138,6 @@
 # CMakeLists.txt is not needed there and will trigger a rpmlint warning
 rm %{buildroot}%{_kf6_sharedir}/php/kuserfeedback6/CMakeLists.txt
 
-install -Dm0644  %{_kf6_iconsdir}/breeze/actions/16/search.svg 
%{buildroot}%{_kf6_iconsdir}/hicolor/scalable/actions/search.svg
-%suse_update_desktop_file -r 
%{buildroot}%{_kf6_applicationsdir}/org.kde.kuserfeedback-console.desktop Qt 
KDE Network RemoteAccess
-
 %fdupes %{buildroot}
 
 %check
@@ -184,13 +167,6 @@
 %dir %{_kf6_qmldir}/org/kde/userfeedback
 %{_kf6_qmldir}/org/kde/userfeedback/
 
-%files tools
-%{_kf6_appstreamdir}/org.kde.kuserfeedback-console.appdata.xml
-%{_kf6_bindir}/UserFeedbackConsole
-%{_kf6_bindir}/userfeedbackctl
-%{_kf6_applicationsdir}/org.kde.kuserfeedback-console.desktop
-%{_kf6_iconsdir}/hicolor/scalable/actions/search.svg
-
 %files server
 %doc composer.json
 %doc INSTALL README.md


++++++ kuserfeedback-6.13.0.tar.xz -> kuserfeedback-6.16.0.tar.xz ++++++
++++ 2648 lines of diff (skipped)

Reply via email to