Hello community, here is the log from the commit of package alsaequal for openSUSE:Factory checked in at 2020-09-04 11:13:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsaequal (Old) and /work/SRC/openSUSE:Factory/.alsaequal.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsaequal" Fri Sep 4 11:13:02 2020 rev:8 rq:831954 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/alsaequal/alsaequal.changes 2019-12-02 11:38:12.010458899 +0100 +++ /work/SRC/openSUSE:Factory/.alsaequal.new.3399/alsaequal.changes 2020-09-04 11:14:00.935088133 +0200 @@ -1,0 +2,10 @@ +Tue Aug 18 07:38:53 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 0.7.1: + * Added patches found in debian sid + * Added patches found in gentoo's bug thread + * Changed LIBDIR default assignment + * corrected a few style errors and a memory leak found by cppcheck. +- remove lib64.patch (upstream) + +------------------------------------------------------------------- Old: ---- alsaequal-0.6.tar.xz lib64.patch New: ---- v0.7.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsaequal.spec ++++++ --- /var/tmp/diff_new_pack.ufqhxL/_old 2020-09-04 11:14:02.971089157 +0200 +++ /var/tmp/diff_new_pack.ufqhxL/_new 2020-09-04 11:14:02.975089159 +0200 @@ -1,7 +1,7 @@ # # spec file for package alsaequal # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,40 +17,36 @@ Name: alsaequal -Version: 0.6 +Version: 0.7.1 Release: 0 Summary: Equalizer plugin for ALSA License: LGPL-2.1-only URL: https://github.com/bassdr/alsaequal -Source0: %{name}-%{version}.tar.xz +Source0: https://github.com/bassdr/alsaequal/archive/v%{version}.tar.gz Source1: 99-equal.conf -Patch0: lib64.patch BuildRequires: alsa-devel BuildRequires: gcc -BuildRequires: ladspa-caps +BuildRequires: ladspa-devel Requires: ladspa-caps %description Alsaequal is a real-time adjustable equalizer plugin for ALSA %prep -%setup -q -n %{name} -%if %{?_lib} == lib64 -%patch0 -p1 -%endif +%setup -q %build -%make_build +%make_build LIBDIR=%_lib %install install -d %{buildroot}%{_sysconfdir}/alsa/conf.d install -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/alsa/conf.d mkdir -p %{buildroot}%{_libdir}/alsa-lib -%make_install +%make_install LIBDIR=%_lib %files %license COPYING -%doc README +%doc README.md %dir %{_sysconfdir}/alsa %dir %{_sysconfdir}/alsa/conf.d %config(noreplace) %{_sysconfdir}/alsa/conf.d/*.conf
