Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package easyeffects for openSUSE:Factory 
checked in at 2023-04-20 17:49:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/easyeffects (Old)
 and      /work/SRC/openSUSE:Factory/.easyeffects.new.2023 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "easyeffects"

Thu Apr 20 17:49:25 2023 rev:14 rq:1080835 version:7.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/easyeffects/easyeffects.changes  2022-10-14 
15:43:26.232008361 +0200
+++ /work/SRC/openSUSE:Factory/.easyeffects.new.2023/easyeffects.changes        
2023-04-20 17:49:26.276261162 +0200
@@ -1,0 +2,29 @@
+Thu Apr 20 11:10:29 UTC 2023 - Martin Liška <mli...@suse.cz>
+
+- Drop usage of binutils-gold as the package in unmaintained
+  and will be dropped soon (boo#1210687).
+
+-------------------------------------------------------------------
+Fri Feb  3 10:31:57 UTC 2023 - Boris Manojlovic <bo...@steki.net>
+
+- update to release 7.0.0
+- Features:
+  + It is now possible to add more than one filter instance to the effects 
pipeline.
+  + A new Speech Processor plugin based on the Speex library was added. 
Besides providing noise suppression it also can detect voice activity.
+    It is a decent alternative to the cases whre the rnnoise library does not 
work well.
+  + Improved compatibility with Linux Studio Plugins 1.2.3.
+  + GraphicEQ presets can be imported into the Equalizer effect.
+  + The application name has been changed to Easy Effects to adhere to the 
naming conventions of GNOME Human Interface Guidelines.
+  + The documentation has been updated.
+  + Improved presets autoloading.
+  + The Autogain silence threshold can now be configured by the user.
+  + Dry and wet controls added to the Stereo Tools effect.
+  + The echo canceller now has a residual noise suppression control also based 
on the Speex library.
+- Bug fixes:
+  + When the mouse was hovering over a chart the wrong value for the x axis 
coordinate was being shown. This regression is fixed.
+- Other notes:
+  + Because of the new multiple instances feature, the preset format has 
changed, but the old one is still compatible to be loaded.
+    Anyway take in consideration that saving the current preset will always 
write it in the new format.
+ 
+
+-------------------------------------------------------------------

Old:
----
  easyeffects-6.3.0.tar.xz

New:
----
  easyeffects-7.0.0.tar.xz

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

Other differences:
------------------
++++++ easyeffects.spec ++++++
--- /var/tmp/diff_new_pack.zKcG2X/_old  2023-04-20 17:49:26.944264049 +0200
+++ /var/tmp/diff_new_pack.zKcG2X/_new  2023-04-20 17:49:26.948264067 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package easyeffects
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,8 @@
 #
 
 
-%ifarch riscv64
-%bcond_with gold
-%else
-%bcond_without gold
-%endif
-
 Name:           easyeffects
-Version:        6.3.0
+Version:        7.0.0
 Release:        0
 Summary:        Audio effects for Pulseaudio applications
 License:        GPL-3.0-or-later
@@ -31,9 +25,6 @@
 #Source0:        
https://github.com/wwmm/easyeffects/archive/v%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz
 Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  appstream-glib
-%if %{with gold}
-BuildRequires:  binutils-gold
-%endif
 BuildRequires:  cmake
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
@@ -44,6 +35,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  zita-convolver-devel
 BuildRequires:  pkgconfig(fmt)
+BuildRequires:  pkgconfig(gsl)
 BuildRequires:  pkgconfig(gtk4)
 BuildRequires:  pkgconfig(libadwaita-1)
 BuildRequires:  pkgconfig(libbs2b)
@@ -89,16 +81,9 @@
 export QMAKE_CFLAGS_ISYSTEM=-I
 
 %build
-%if %{with gold}
-export LD=ld.gold
-alias ld=gold
-%endif
 export CC=gcc
 export CXX=g++
 export LDFLAGS="${LDFLAGS} -fPIC -Wl,--gc-sections -Wl,-O1"
-%if %{with gold}
-LDFLAGS+=" -fuse-ld=gold -Wl,--icf=safe"
-%endif
 %meson \
             -Db_ndebug=true \
             -Dc_args="${CFLAGS}" \

++++++ _service ++++++
--- /var/tmp/diff_new_pack.zKcG2X/_old  2023-04-20 17:49:26.996264274 +0200
+++ /var/tmp/diff_new_pack.zKcG2X/_new  2023-04-20 17:49:27.000264291 +0200
@@ -3,7 +3,7 @@
   <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.3.0</param>
+    <param name="revision">v7.0.0</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@~git.%h</param>
     <param name="versionrewrite-pattern">v(.*)\+0.git.*</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ easyeffects-6.3.0.tar.xz -> easyeffects-7.0.0.tar.xz ++++++
++++ 70390 lines of diff (skipped)

Reply via email to