Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kwave for openSUSE:Factory checked 
in at 2024-12-13 22:36:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwave (Old)
 and      /work/SRC/openSUSE:Factory/.kwave.new.29675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwave"

Fri Dec 13 22:36:53 2024 rev:97 rq:1230510 version:24.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwave/kwave.changes      2024-11-08 
12:03:15.067150683 +0100
+++ /work/SRC/openSUSE:Factory/.kwave.new.29675/kwave.changes   2024-12-13 
22:39:13.064266664 +0100
@@ -1,0 +2,25 @@
+Sun Dec  8 09:28:16 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.12.0/
+- No code change since 24.11.90
+
+-------------------------------------------------------------------
+Mon Dec  2 08:43:45 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.11.90
+  * New feature release
+- Changes since 24.11.80:
+  * bugfix: keep reverse iterater valid when element is erased
+
+-------------------------------------------------------------------
+Sat Nov 16 17:30:25 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.11.80
+  * New feature release
+- Too many changes since 24.08.3, only listing bugfixes:
+  * make sure a valid method gets selected when PlayBackDialog opens 
(kde#439543)
+
+-------------------------------------------------------------------

Old:
----
  kwave-24.08.3.tar.xz
  kwave-24.08.3.tar.xz.sig

New:
----
  kwave-24.12.0.tar.xz
  kwave-24.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ kwave.spec ++++++
--- /var/tmp/diff_new_pack.ZHfZnh/_old  2024-12-13 22:39:14.812339525 +0100
+++ /var/tmp/diff_new_pack.ZHfZnh/_new  2024-12-13 22:39:14.828340191 +0100
@@ -16,9 +16,12 @@
 #
 
 
+%define kf6_version 6.6.0
+%define qt6_version 6.6.0
+
 %bcond_without released
 Name:           kwave
-Version:        24.08.3
+Version:        24.12.0
 Release:        0
 Summary:        Sound editor by KDE
 License:        GPL-2.0-or-later
@@ -30,7 +33,7 @@
 %endif
 BuildRequires:  alsa-devel
 BuildRequires:  audiofile-devel
-BuildRequires:  extra-cmake-modules
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  fftw3-devel
 BuildRequires:  flac-devel
 BuildRequires:  id3lib-devel
@@ -39,28 +42,25 @@
 BuildRequires:  libpulse-devel
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libvorbis-devel
-BuildRequires:  perl
 BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
-BuildRequires:  cmake(KF5Archive)
-BuildRequires:  cmake(KF5Completion)
-BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5ConfigWidgets)
-BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5Crash)
-BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5Service)
-BuildRequires:  cmake(KF5TextWidgets)
-BuildRequires:  cmake(KF5WidgetsAddons)
-BuildRequires:  cmake(Qt5Concurrent)
-BuildRequires:  cmake(Qt5Core)
-BuildRequires:  cmake(Qt5Multimedia)
-BuildRequires:  cmake(Qt5Test)
-BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  cmake(KF6Archive) >= %{kf6_version}
+BuildRequires:  cmake(KF6Completion) >= %{kf6_version}
+BuildRequires:  cmake(KF6Config) >= %{kf6_version}
+BuildRequires:  cmake(KF6ConfigWidgets) >= %{kf6_version}
+BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6Crash) >= %{kf6_version}
+BuildRequires:  cmake(KF6DBusAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6DocTools) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6IconThemes) >= %{kf6_version}
+BuildRequires:  cmake(KF6KIO) >= %{kf6_version}
+BuildRequires:  cmake(KF6TextWidgets) >= %{kf6_version}
+BuildRequires:  cmake(KF6XmlGui) >= %{kf6_version}
+BuildRequires:  cmake(KF6WidgetsAddons) >= %{kf6_version}
+BuildRequires:  cmake(Qt6Concurrent) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Multimedia) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
 BuildRequires:  pkgconfig(mad)
 Recommends:     lame
 Recommends:     toolame
@@ -81,33 +81,29 @@
 %prep
 %autosetup -p1
 
-# Remove "X-SuSE-translate=true" from desktop file (will be added again using 
"suse_update_desktop_file") - Fixes package build error
-perl -pi -e "s|X-SuSE-translate=true||" kwave/org.kde.kwave.desktop.in
-
 %build
-%cmake_kf5 -d build
-%cmake_build
+%cmake_kf6
 
-%install
-%kf5_makeinstall -C build
+%kf6_build
 
-%find_lang %{name} --with-man --all-name
-%{kf5_find_htmldocs}
+%install
+%kf6_install
 
-%suse_update_desktop_file -r org.kde.%{name} Qt KDE AudioVideo Audio Recorder 
AudioVideoEditing
+%find_lang %{name} --with-html --all-name
 
 %ldconfig_scriptlets
 
 %files
 %license GNU-LICENSE
-%doc %lang(en) %{_kf5_htmldir}/en/kwave/
-%{_kf5_applicationsdir}/org.kde.kwave.desktop
-%{_kf5_appstreamdir}/org.kde.kwave.appdata.xml
-%{_kf5_bindir}/kwave
-%{_kf5_iconsdir}/hicolor/*/*/*.svgz
-%{_kf5_libdir}/libkwave*.so.*
-%{_kf5_plugindir}/kwave/
-%{_kf5_sharedir}/kwave/
+%doc %lang(en) %{_kf6_htmldir}/en/kwave/
+%{_kf6_applicationsdir}/org.kde.kwave.desktop
+%{_kf6_appstreamdir}/org.kde.kwave.appdata.xml
+%{_kf6_bindir}/kwave
+%{_kf6_iconsdir}/hicolor/*/*/*.svgz
+%{_kf6_libdir}/libkwave*.so.*
+%{_kf6_plugindir}/kwave/
+%{_kf6_sharedir}/kwave/
 
 %files lang -f %{name}.lang
+%exclude %{_kf6_htmldir}/en/kwave/
 


++++++ kwave-24.08.3.tar.xz -> kwave-24.12.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/kwave/kwave-24.08.3.tar.xz 
/work/SRC/openSUSE:Factory/.kwave.new.29675/kwave-24.12.0.tar.xz differ: char 
26, line 1

Reply via email to