Hello community, here is the log from the commit of package alsaequal for openSUSE:Factory checked in at 2019-10-28 16:59:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsaequal (Old) and /work/SRC/openSUSE:Factory/.alsaequal.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsaequal" Mon Oct 28 16:59:37 2019 rev:4 rq:743515 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/alsaequal/alsaequal.changes 2019-04-28 20:11:59.302473106 +0200 +++ /work/SRC/openSUSE:Factory/.alsaequal.new.2990/alsaequal.changes 2019-10-28 17:00:26.669763496 +0100 @@ -1,0 +2,18 @@ +Sun Oct 27 06:28:53 UTC 2019 - Luigi Baldoni <[email protected]> + +- Update to version 0.7.1 + * Corrected a few style errors and a memory leak found by + cppcheck. + Also inspired from + "https://bugs.gentoo.org/attachment.cgi?id=554834&action=diff" + and used types from stdint.h in ladspa_utils.h + version 0.7: + * Changed LIBDIR default assignment + version 0.6.1: + * From @raedwulf at github.com/raedwulf/alsaequal master + +- Dropped lib64.patch (set variable with sed instead) + +- Switched to maintained fork + +------------------------------------------------------------------- Old: ---- alsaequal-0.6.tar.xz lib64.patch New: ---- alsaequal-0.7.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsaequal.spec ++++++ --- /var/tmp/diff_new_pack.ukeZKR/_old 2019-10-28 17:00:27.657764683 +0100 +++ /var/tmp/diff_new_pack.ukeZKR/_new 2019-10-28 17:00:27.661764688 +0100 @@ -17,27 +17,23 @@ Name: alsaequal -Version: 0.6 +Version: 0.7.1 Release: 0 Summary: Equalizer plugin for ALSA License: LGPL-2.1-only Group: System/Libraries URL: https://web.archive.org/web/20161105202833/http://thedigitalmachine.net/alsaequal.html -Source0: %{name}-%{version}.tar.xz +Source0: https://github.com/bassdr/alsaequal/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: 99-equal.conf -Patch0: lib64.patch BuildRequires: alsa-devel -BuildRequires: gcc -BuildRequires: ladspa-caps +BuildRequires: ladspa-devel %description Alsaequal is a real-time adjustable equalizer plugin for ALSA %prep -%setup -q -n %{name} -%if %{?_lib} == lib64 -%patch0 -p1 -%endif +%setup -q +sed -i '/^LIBDIR/s/lib/%{_lib}/' Makefile %build make %{?_smp_mflags} CFLAGS="%{optflags} -funroll-loops -ffast-math -fPIC -DPIC" @@ -49,9 +45,8 @@ %make_install %files -%defattr(0644,root,root,-) %license COPYING -%doc README +%doc README.md %dir %{_sysconfdir}/alsa %dir %{_sysconfdir}/alsa/conf.d %config(noreplace) %{_sysconfdir}/alsa/conf.d/*.conf
