commit alsaequal for openSUSE:Factory

2020-09-04 Thread root
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 
+
+- 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




commit alsaequal for openSUSE:Factory

2019-12-02 Thread root
Hello community,

here is the log from the commit of package alsaequal for openSUSE:Factory 
checked in at 2019-12-02 11:33:48

Comparing /work/SRC/openSUSE:Factory/alsaequal (Old)
 and  /work/SRC/openSUSE:Factory/.alsaequal.new.4691 (New)


Package is "alsaequal"

Mon Dec  2 11:33:48 2019 rev:7 rq:752688 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/alsaequal/alsaequal.changes  2019-11-04 
17:15:18.992832265 +0100
+++ /work/SRC/openSUSE:Factory/.alsaequal.new.4691/alsaequal.changes
2019-12-02 11:38:12.010458899 +0100
@@ -1,0 +2,5 @@
+Sun Dec  1 09:31:45 UTC 2019 - Илья Индиго 
+
+- Add ladspa-caps to requires.
+
+---



Other differences:
--
++ alsaequal.spec ++
--- /var/tmp/diff_new_pack.RhG4H9/_old  2019-12-02 11:38:12.354458971 +0100
+++ /var/tmp/diff_new_pack.RhG4H9/_new  2019-12-02 11:38:12.354458971 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsaequal
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 BuildRequires:  alsa-devel
 BuildRequires:  gcc
 BuildRequires:  ladspa-caps
+Requires:   ladspa-caps
 
 %description
 Alsaequal is a real-time adjustable equalizer plugin for ALSA




commit alsaequal for openSUSE:Factory

2019-11-04 Thread root
Hello community,

here is the log from the commit of package alsaequal for openSUSE:Factory 
checked in at 2019-11-04 17:15:15

Comparing /work/SRC/openSUSE:Factory/alsaequal (Old)
 and  /work/SRC/openSUSE:Factory/.alsaequal.new.2990 (New)


Package is "alsaequal"

Mon Nov  4 17:15:15 2019 rev:6 rq:744985 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/alsaequal/alsaequal.changes  2019-10-30 
14:43:56.677935160 +0100
+++ /work/SRC/openSUSE:Factory/.alsaequal.new.2990/alsaequal.changes
2019-11-04 17:15:18.992832265 +0100
@@ -1,0 +2,5 @@
+Sun Nov  3 11:18:28 UTC 2019 - Илья Индиго 
+
+- Manual optimizations in spec-file: add %make_build macro.
+
+---



Other differences:
--
++ alsaequal.spec ++
--- /var/tmp/diff_new_pack.IPRVn7/_old  2019-11-04 17:15:19.976833316 +0100
+++ /var/tmp/diff_new_pack.IPRVn7/_new  2019-11-04 17:15:19.980833320 +0100
@@ -39,7 +39,7 @@
 %endif
 
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags} -funroll-loops -ffast-math -fPIC 
-DPIC"
+%make_build
 
 %install
 install -d %{buildroot}%{_sysconfdir}/alsa/conf.d




commit alsaequal for openSUSE:Factory

2019-10-30 Thread root
Hello community,

here is the log from the commit of package alsaequal for openSUSE:Factory 
checked in at 2019-10-30 14:43:56

Comparing /work/SRC/openSUSE:Factory/alsaequal (Old)
 and  /work/SRC/openSUSE:Factory/.alsaequal.new.2990 (New)


Package is "alsaequal"

Wed Oct 30 14:43:56 2019 rev:5 rq:743749 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/alsaequal/alsaequal.changes  2019-10-28 
17:00:26.669763496 +0100
+++ /work/SRC/openSUSE:Factory/.alsaequal.new.2990/alsaequal.changes
2019-10-30 14:43:56.677935160 +0100
@@ -2,18 +1,0 @@
-Sun Oct 27 06:28:53 UTC 2019 - Luigi Baldoni 
-
-- 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.7.1.tar.gz

New:

  alsaequal-0.6.tar.xz
  lib64.patch



Other differences:
--
++ alsaequal.spec ++
--- /var/tmp/diff_new_pack.9eSwIX/_old  2019-10-30 14:43:57.069935577 +0100
+++ /var/tmp/diff_new_pack.9eSwIX/_new  2019-10-30 14:43:57.073935580 +0100
@@ -17,23 +17,26 @@
 
 
 Name:   alsaequal
-Version:0.7.1
+Version:0.6
 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:
https://github.com/bassdr/alsaequal/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL:https://github.com/bassdr/alsaequal
+Source0:%{name}-%{version}.tar.xz
 Source1:99-equal.conf
+Patch0: lib64.patch
 BuildRequires:  alsa-devel
-BuildRequires:  ladspa-devel
+BuildRequires:  gcc
+BuildRequires:  ladspa-caps
 
 %description
 Alsaequal is a real-time adjustable equalizer plugin for ALSA
 
 %prep
-%setup -q
-sed -i '/^LIBDIR/s/lib/%{_lib}/' Makefile
+%setup -q -n %{name}
+%if %{?_lib} == lib64
+%patch0 -p1
+%endif
 
 %build
 make %{?_smp_mflags} CFLAGS="%{optflags} -funroll-loops -ffast-math -fPIC 
-DPIC"
@@ -46,7 +49,7 @@
 
 %files
 %license COPYING
-%doc README.md
+%doc README
 %dir %{_sysconfdir}/alsa
 %dir %{_sysconfdir}/alsa/conf.d
 %config(noreplace) %{_sysconfdir}/alsa/conf.d/*.conf

++ lib64.patch ++
diff -Pdpru alsaequal.orig/ctl_equal.c alsaequal/ctl_equal.c
--- alsaequal.orig/ctl_equal.c  2009-02-01 01:06:47.0 +0300
+++ alsaequal/ctl_equal.c   2017-07-16 17:43:03.103171927 +0300
@@ -166,7 +166,7 @@ SND_CTL_PLUGIN_DEFINE_FUNC(equal)
snd_config_iterator_t it, next;
snd_ctl_equal_t *equal;
const char *controls = ".alsaequal.bin";
-   const char *library = "/usr/lib/ladspa/caps.so";
+   const char *library = "/usr/lib64/ladspa/caps.so";
const char *module = "Eq";
long channels = 2;
const char *sufix = " Playback Volume";
diff -Pdpru alsaequal.orig/Makefile alsaequal/Makefile
--- alsaequal.orig/Makefile 2010-03-05 20:30:39.0 +0300
+++ alsaequal/Makefile  2017-07-16 17:42:16.005092241 +0300
@@ -45,11 +45,11 @@ clean:
 
 install: all
@echo Installing...
-   $(Q)install -m 644 $(SND_PCM_BIN) ${DESTDIR}/usr/lib/alsa-lib/
-   $(Q)install -m 644 $(SND_CTL_BIN) ${DESTDIR}/usr/lib/alsa-lib/
+   $(Q)install -m 644 $(SND_PCM_BIN) ${DESTDIR}/usr/lib64/alsa-lib/
+   $(Q)install -m 644 $(SND_CTL_BIN) ${DESTDIR}/usr/lib64/alsa-lib/
 
 uninstall:
@echo Un-installing...
-   $(Q)rm ${DESTDIR}/usr/lib/alsa-lib/$(SND_PCM_BIN)
-   $(Q)rm ${DESTDIR}/usr/lib/alsa-lib/$(SND_CTL_BIN)
+   $(Q)rm ${DESTDIR}/usr/lib64/alsa-lib/$(SND_PCM_BIN)
+   $(Q)rm ${DESTDIR}/usr/lib64/alsa-lib/$(SND_CTL_BIN)

diff -Pdpru alsaequal.orig/pcm_equal.c alsaequal/pcm_equal.c
--- alsaequal.orig/pcm_equal.c  2010-02-02 01:55:00.0 +0300
+++ alsaequal/pcm_equal.c   2017-07-16 17:43:25.178271867 +0300
@@ -150,7 +150,7 @@ SND_PCM_PLUGIN_DEFINE_FUNC(equal)
snd_pcm_equal_t *equal;
snd_config_t *sconf = NULL;
const char *controls = ".alsaequal.bin";
-   const char *library = "/usr/lib/ladspa/caps.so";
+   const char *library = "/usr/lib64/ladspa/caps.so";
const char *module = "Eq";
long channels = 2;
int err;



commit alsaequal for openSUSE:Factory

2019-10-28 Thread root
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 
+
+- 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




commit alsaequal for openSUSE:Factory

2019-04-28 Thread root
Hello community,

here is the log from the commit of package alsaequal for openSUSE:Factory 
checked in at 2019-04-28 20:11:31

Comparing /work/SRC/openSUSE:Factory/alsaequal (Old)
 and  /work/SRC/openSUSE:Factory/.alsaequal.new.5536 (New)


Package is "alsaequal"

Sun Apr 28 20:11:31 2019 rev:3 rq:697891 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/alsaequal/alsaequal.changes  2018-03-11 
15:25:51.293916040 +0100
+++ /work/SRC/openSUSE:Factory/.alsaequal.new.5536/alsaequal.changes
2019-04-28 20:11:59.302473106 +0200
@@ -1,0 +2,5 @@
+Thu Apr 25 09:37:12 UTC 2019 - Илья Индиго 
+
+- Add config /etc/alsa/conf.d/99-equal.conf (boo#1133432)
+
+---

New:

  99-equal.conf



Other differences:
--
++ alsaequal.spec ++
--- /var/tmp/diff_new_pack.bekWQ5/_old  2019-04-28 20:11:59.958472698 +0200
+++ /var/tmp/diff_new_pack.bekWQ5/_new  2019-04-28 20:11:59.962472696 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package alsaequal
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,9 +12,10 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:   alsaequal
 Version:0.6
 Release:0
@@ -23,6 +24,7 @@
 Group:  System/Libraries
 URL:
https://web.archive.org/web/20161105202833/http://thedigitalmachine.net/alsaequal.html
 Source0:%{name}-%{version}.tar.xz
+Source1:99-equal.conf
 Patch0: lib64.patch
 BuildRequires:  alsa-devel
 BuildRequires:  gcc
@@ -41,6 +43,8 @@
 make %{?_smp_mflags} CFLAGS="%{optflags} -funroll-loops -ffast-math -fPIC 
-DPIC"
 
 %install
+install -d %{buildroot}%{_sysconfdir}/alsa/conf.d
+install -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/alsa/conf.d
 mkdir -p %{buildroot}%{_libdir}/alsa-lib
 %make_install
 
@@ -48,6 +52,9 @@
 %defattr(0644,root,root,-)
 %license COPYING
 %doc README
+%dir %{_sysconfdir}/alsa
+%dir %{_sysconfdir}/alsa/conf.d
+%config(noreplace) %{_sysconfdir}/alsa/conf.d/*.conf
 %dir %{_libdir}/alsa-lib
 %{_libdir}/alsa-lib/*.so
 

++ 99-equal.conf ++
ctl.equal {
type equal;
}
pcm.plugequal {
type equal;
slave.pcm "plug:dmix";
}
pcm.equal {
type plug;
slave.pcm plugequal;
}



commit alsaequal for openSUSE:Factory

2018-03-11 Thread root
Hello community,

here is the log from the commit of package alsaequal for openSUSE:Factory 
checked in at 2018-03-11 15:25:49

Comparing /work/SRC/openSUSE:Factory/alsaequal (Old)
 and  /work/SRC/openSUSE:Factory/.alsaequal.new (New)


Package is "alsaequal"

Sun Mar 11 15:25:49 2018 rev:2 rq:585175 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/alsaequal/alsaequal.changes  2017-08-24 
18:42:21.718222967 +0200
+++ /work/SRC/openSUSE:Factory/.alsaequal.new/alsaequal.changes 2018-03-11 
15:25:51.293916040 +0100
@@ -1,0 +2,6 @@
+Fri Mar  9 21:42:58 UTC 2018 - i...@ilya.pp.ua
+
+- Refresh spec-file via spec-cleaner.
+- Add %license macro.
+
+---



Other differences:
--
++ alsaequal.spec ++
--- /var/tmp/diff_new_pack.wDu1Ox/_old  2018-03-11 15:25:51.937892938 +0100
+++ /var/tmp/diff_new_pack.wDu1Ox/_new  2018-03-11 15:25:51.937892938 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsaequal
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,25 @@
 #
 
 Name: alsaequal
-License:  LGPL-2.1
-Group:System/Libraries
 Version:  0.6
 Release:  0
 Summary:  Equalizer plugin for ALSA
-Source:   %{name}-%{version}.tar.xz
-Patch:lib64.patch
-BuildRequires:gcc alsa-devel ladspa-caps
+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
+Patch0: lib64.patch
+BuildRequires:  alsa-devel
+BuildRequires:  gcc
+BuildRequires:  ladspa-caps
 
 %description
 Alsaequal is a real-time adjustable equalizer plugin for ALSA
 
 %prep
-%setup -qn %{name}
-# FixMe: Replace hardcoded library path to dynamic linking
+%setup -q -n %{name}
 %if %{?_lib} == lib64
-%patch -p1
+%patch0 -p1
 %endif
 
 %build
@@ -44,9 +45,10 @@
 %make_install
 
 %files
-%defattr(-,root,root)
+%defattr(0644,root,root,-)
+%license COPYING
+%doc README
 %dir %{_libdir}/alsa-lib
 %{_libdir}/alsa-lib/*.so
-%doc README
 
 %changelog