Hello community,

here is the log from the commit of package kwave for openSUSE:Factory checked 
in at 2019-12-14 12:15:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwave (Old)
 and      /work/SRC/openSUSE:Factory/.kwave.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwave"

Sat Dec 14 12:15:02 2019 rev:37 rq:756309 version:19.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwave/kwave.changes      2019-11-13 
13:22:59.975364811 +0100
+++ /work/SRC/openSUSE:Factory/.kwave.new.4691/kwave.changes    2019-12-14 
12:21:35.159215554 +0100
@@ -1,0 +2,36 @@
+Tue Dec 10 06:39:04 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- No code change since 19.11.90
+
+-------------------------------------------------------------------
+Sat Nov 30 09:12:23 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- No code change since 19.11.80
+
+-------------------------------------------------------------------
+Sun Nov 24 13:29:57 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.80
+  * New feature release
+- Changes since 19.08.3:
+  * fixed some warnings about unnecessary temporary containers
+    (pointed out by clang)
+  * use QVector<unsigned int> instead of QList<unsigned int> for track lists.
+    This makes clang happy and is a more efficient container anyway.
+  * removed class Kwave::MemoryManager, use Kwave::SampleArray directly
+    as backend for Kwave::Stripe (which reduces complexity a lot)
+  * changed SAMPLE_INDEX_MAX to maximum value of a 32bit int (2.147.483.647),
+    minor cleanup in memory manager
+  * (minor EBN fix)
+  * fixed compiler warning about deprecated implicit assignment operator
+    (gcc-9.1)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kwave.spec ++++++
--- /var/tmp/diff_new_pack.i3MnRZ/_old  2019-12-14 12:21:36.535215347 +0100
+++ /var/tmp/diff_new_pack.i3MnRZ/_new  2019-12-14 12:21:36.539215346 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kwave
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,20 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kwave
-Version:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        Sound Editor designed for KDE
 License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Sound/Editors and Convertors
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 BuildRequires:  alsa-devel
@@ -38,20 +38,6 @@
 BuildRequires:  fftw3-devel
 BuildRequires:  flac-devel
 BuildRequires:  id3lib-devel
-BuildRequires:  karchive-devel
-BuildRequires:  kcompletion-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kconfigwidgets-devel
-BuildRequires:  kcoreaddons-devel
-BuildRequires:  kcrash-devel
-BuildRequires:  kdbusaddons-devel
-BuildRequires:  kdoctools-devel
-BuildRequires:  ki18n-devel
-BuildRequires:  kiconthemes-devel
-BuildRequires:  kio-devel
-BuildRequires:  kservice-devel
-BuildRequires:  ktextwidgets-devel
-BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  libogg-devel
 BuildRequires:  libopus-devel
 BuildRequires:  libpulse-devel
@@ -65,11 +51,25 @@
 BuildRequires:  rsvg-view
 %endif
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent)
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Multimedia)
-BuildRequires:  pkgconfig(Qt5Test)
-BuildRequires:  pkgconfig(Qt5Widgets)
+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:  pkgconfig(mad)
 Recommends:     %{name}-lang
 Recommends:     lame

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

++++++ kwave-19.08.3.tar.xz -> kwave-19.12.0.tar.xz ++++++
++++ 51620 lines of diff (skipped)


Reply via email to