Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package spek for openSUSE:Factory checked in at 2022-09-08 14:22:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spek (Old) and /work/SRC/openSUSE:Factory/.spek.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spek" Thu Sep 8 14:22:47 2022 rev:2 rq:1001724 version:0.8.4 Changes: -------- --- /work/SRC/openSUSE:Factory/spek/spek.changes 2020-04-22 20:53:34.491460659 +0200 +++ /work/SRC/openSUSE:Factory/.spek.new.2083/spek.changes 2022-09-08 14:23:22.586630508 +0200 @@ -1,0 +2,31 @@ +Tue Sep 6 08:57:59 UTC 2022 - Bj??rn Lie <[email protected]> + +- Update to version 0.8.4: + + New features since 0.8.2: + - Add 2 more palettes and change the default. + - Allow changing the DFT window size and function. + - Allow switching between audio streams and channels. + - Add translations for 14 additional languages. + + Enhancements: + - Remove dependency on intltool. + - Fix FFmpeg build warnings. + - Detect AR tool. + - Use Homebrew for macOS dependencies. + - Improve test coverage. + + Bugfixes: + - Remove association with .mod and MIDI files. + - Fix autoconf errors. + - Fix an AVX-related crash. +- Drop patches fixed upstream: + + ffmpeg_2.9.patch + + fix-compilation-with-libav-8.patch +- Changes in BuildRequires: + + Added: libtool and explicit gettext (since version 0.21 or + newer is needed). + + Dropped: intltool. +- Workaround upstreams issue: + https://github.com/alexkay/spek/issues/149 + export CXXFLAGS="$CXXFLAGS -std=gnu++11 -Wall -Wextra -I/usr/include/ffmpeg" +- Limit ffmpeg dependencies to ffmpeg-4 and older variant. + +------------------------------------------------------------------- Old: ---- ffmpeg_2.9.patch fix-compilation-with-libav-8.patch spek-0.8.3.tar.gz New: ---- spek-0.8.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spek.spec ++++++ --- /var/tmp/diff_new_pack.Yf5VYg/_old 2022-09-08 14:23:23.014631495 +0200 +++ /var/tmp/diff_new_pack.Yf5VYg/_new 2022-09-08 14:23:23.022631514 +0200 @@ -1,7 +1,7 @@ # # spec file for package spek # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,26 +17,25 @@ Name: spek -Version: 0.8.3 +Version: 0.8.4 Release: 0 Summary: Tool for audio spectrum analysis and visualization License: GPL-3.0-only Group: Productivity/Multimedia/Sound/Utilities URL: http://spek.cc/ Source: https://github.com/alexkay/spek/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: ffmpeg_2.9.patch -Patch1: fix-compilation-with-libav-8.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ +BuildRequires: gettext >= 0.21 BuildRequires: hicolor-icon-theme -BuildRequires: intltool +BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: wxGTK-devel -BuildRequires: pkgconfig(libavcodec) >= 53.25 -BuildRequires: pkgconfig(libavformat) >= 53.17 -BuildRequires: pkgconfig(libavutil) >= 51.17 +BuildRequires: pkgconfig(libavcodec) <= 58.134.100 +BuildRequires: pkgconfig(libavformat) <= 58.76.100 +BuildRequires: pkgconfig(libavutil) <= 56.70.100 %description Spek helps to analyse your audio files by showing their spectrogram. @@ -52,11 +51,11 @@ * Adjustable spectral density range %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 %build +# Workaround upstreams issue https://github.com/alexkay/spek/issues/149 +export CXXFLAGS="$CXXFLAGS -std=gnu++11 -Wall -Wextra -I/usr/include/ffmpeg" ./autogen.sh %configure %make_build ++++++ spek-0.8.3.tar.gz -> spek-0.8.4.tar.gz ++++++ ++++ 13904 lines of diff (skipped)
