diff --git a/01-fix-boost-include.patch b/01-fix-boost-include.patch deleted file mode 100644 index 2217578..0000000 --- a/01-fix-boost-include.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/general_settings_ui.cpp.orig 2021-03-15 03:42:56.000000000 +1000 -+++ src/general_settings_ui.cpp 2022-05-01 10:43:35.189139334 +1000 -@@ -21,6 +21,7 @@ - #include - #include - #include -+#include - #include "util.hpp" - - namespace { diff --git a/pulseeffects-4.8.5.tar.gz b/pulseeffects-4.8.5.tar.gz deleted file mode 100644 index df72674..0000000 --- a/pulseeffects-4.8.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df1c4c4a9811c62a549822dacde3a9e36233ba3ec58817ae52a236f6181a507c -size 2028531 diff --git a/pulseeffects-4.8.7.tar.gz b/pulseeffects-4.8.7.tar.gz new file mode 100644 index 0000000..f9c9cbf --- /dev/null +++ b/pulseeffects-4.8.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d841f27df87b99747349be6b8de62d131422369908fcb57a81f39590437a8099 +size 2028489 diff --git a/pulseeffects.changes b/pulseeffects.changes index 2a93407..6bb09ac 100644 --- a/pulseeffects.changes +++ b/pulseeffects.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun May 22 06:55:48 UTC 2022 - Konstantin Voinov + +- Update to versin 4.8.7 + * Improved compatibility with `Boost 1.79` +- remove 01-fix-boost-include.patch +- version 4.8.6 + * Fixed a crash that happened when the compressor plugin was + initialized with LSP `1.2.0` + ------------------------------------------------------------------- Sun May 1 00:48:49 UTC 2022 - Konstantin Voinov diff --git a/pulseeffects.spec b/pulseeffects.spec index bf765c1..286e97a 100644 --- a/pulseeffects.spec +++ b/pulseeffects.spec @@ -17,13 +17,12 @@ Name: pulseeffects -Version: 4.8.5 +Version: 4.8.7 Release: 0 Summary: Audio effects for Pulseaudio applications License: GPL-3.0-or-later URL: https://github.com/wwmm/pulseeffects Source0: https://github.com/wwmm/pulseeffects/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: 01-fix-boost-include.patch BuildRequires: appstream-glib BuildRequires: gcc-c++ BuildRequires: itstool @@ -63,8 +62,7 @@ effects for Pulseaudio applications. %lang_package %prep -%setup -q -%patch0 -p0 +%setup -q -n easyeffects-%{version} # we don't need this sed -i '/^meson.add_install_script/d' meson.build