Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package easyeffects for openSUSE:Factory checked in at 2022-01-11 21:20:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/easyeffects (Old) and /work/SRC/openSUSE:Factory/.easyeffects.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "easyeffects" Tue Jan 11 21:20:15 2022 rev:8 rq:945590 version:6.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/easyeffects/easyeffects.changes 2021-12-07 00:01:11.752179553 +0100 +++ /work/SRC/openSUSE:Factory/.easyeffects.new.1892/easyeffects.changes 2022-01-11 21:24:27.665177919 +0100 @@ -1,0 +2,23 @@ +Tue Jan 11 10:42:00 UTC 2022 - Boris Manojlovic <bo...@steki.net> + +- Updated to latest release 6.2.1 +- Bugfixes + + Fixed a bug where setting a equalizer band quality to zero would lead to an application crash. + + More robust parsing to import APO presets saved with comma as thousands separator in central frequency band. + +- Features + + LibAdwaita is used to create some parts of our window and for handling + the switching between dark and light themes. + + The settings menu has been redesigned using LibAdwaita widgets. + + Equalizer APO preset import feature has been improved to apply not only the Bell filter, + but also other supported ones (at the moment only the Bandpass filter is not available in LSP plugin). + + The Reset All Settings function in our menu should work in Flatpak now. + + We have a new option that allows the user to disable our menus autohide. + This may help to workaround some bugs Popover menus currently have on gtk4. +- Notes + + The fmt library is a new dependency https://github.com/fmtlib/fmt. At least while the c++ + compilers do not implement its features. This is expected to happen in the next years. + + GTKMM and GLIBMM are not a dependency anymore. We now use gtk4 directly. + + +------------------------------------------------------------------- Old: ---- easyeffects-6.1.5+0~git.e13f757d.tar.xz New: ---- easyeffects-6.2.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ easyeffects.spec ++++++ --- /var/tmp/diff_new_pack.6XfcoX/_old 2022-01-11 21:24:28.197178293 +0100 +++ /var/tmp/diff_new_pack.6XfcoX/_new 2022-01-11 21:24:28.201178296 +0100 @@ -1,7 +1,7 @@ # # spec file for package easyeffects # -# Copyright (c) 2021 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 @@ -23,7 +23,7 @@ %endif Name: easyeffects -Version: 6.1.5+0~git.e13f757d +Version: 6.2.1 Release: 0 Summary: Audio effects for Pulseaudio applications License: GPL-3.0-or-later @@ -43,9 +43,9 @@ BuildRequires: tbb-devel BuildRequires: update-desktop-files BuildRequires: zita-convolver-devel -BuildRequires: pkgconfig(glibmm-2.68) +BuildRequires: pkgconfig(fmt) BuildRequires: pkgconfig(gtk4) -BuildRequires: pkgconfig(gtkmm-4.0) >= 4.0.0 +BuildRequires: pkgconfig(libadwaita-1) BuildRequires: pkgconfig(libbs2b) BuildRequires: pkgconfig(libebur128) BuildRequires: pkgconfig(libpipewire-0.3) @@ -55,7 +55,9 @@ BuildRequires: pkgconfig(rnnoise) BuildRequires: pkgconfig(rubberband) BuildRequires: pkgconfig(samplerate) +BuildRequires: pkgconfig(sigc++-3.0) BuildRequires: pkgconfig(sndfile) + Requires: dconf Recommends: lv2-calf >= 0.90.1 Recommends: lv2-lsp-plugins @@ -93,7 +95,6 @@ -Db_ndebug=true \ -Dc_args="${CFLAGS}" \ -Dcpp_args="${CXXFLAGS}" \ - -Dld_args="${LDFLAGS}" \ || (cat */meson-logs/meson-log.txt; exit 1) %meson_build ++++++ _service ++++++ --- /var/tmp/diff_new_pack.6XfcoX/_old 2022-01-11 21:24:28.225178313 +0100 +++ /var/tmp/diff_new_pack.6XfcoX/_new 2022-01-11 21:24:28.229178316 +0100 @@ -3,10 +3,10 @@ <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/wwmm/easyeffects.git</param> - <param name="revision">v6.1.5</param> + <param name="revision">v6.2.1</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@~git.%h</param> - <param name="versionrewrite-pattern">[a-z]*([0-9]*\.[0-9]*\.[0-9]*)\+(.*)</param> - <param name="versionrewrite-replacement">\1+\2</param> + <param name="versionrewrite-pattern">v(.*)\+0.git.*</param> + <param name="versionrewrite-replacement">\1</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ easyeffects-6.1.5+0~git.e13f757d.tar.xz -> easyeffects-6.2.1.tar.xz ++++++ ++++ 86445 lines of diff (skipped)