Bug 1954842 - Review Request: sndfile-tools - Programs to do interesting things with sound files
Summary: Review Request: sndfile-tools - Programs to do interesting things with sound ...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ben Beasley
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-04-28 21:15 UTC by Guido Aulisi
Modified: 2021-05-18 19:53 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-18 19:53:30 UTC
Type: ---
Embargoed:
code: fedora-review+


Attachments (Terms of Use)

Description Guido Aulisi 2021-04-28 21:15:46 UTC
Spec URL: https://fedorapeople.org/~tartina/sndfile-tools.spec
SRPM URL: https://fedorapeople.org/~tartina/sndfile-tools-1.5-1.fc35.src.rpm
Description: Sndfile-tools is a small collection of programs that use libsndfile
and other libraries to do useful things.
Included tools are:
sndfile-generate-chirp
sndfile-jackplay
sndfile-mix-to-mono
sndfile-resample
sndfile-spectrogram
sndfile-waveform

Fedora Account System Username: tartina

Link to successful scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=66881824

sndfile-resample has been recently moved from libsamplerate to this package, the new libsamplerate package is already present in rawhide

Comment 1 Ben Beasley 2021-04-30 20:17:22 UTC
This is very close! I have a quibble in the license handling, and suggestions for running the tests.

Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated

===== Issues =====

- Per
  https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_multiple_licensing_scenarios,
  you need to document the breakdown of licenses.

  Additionally, the main/overall license is actually (GPLv2 or GPLv3) and not
  GPLv2+. The License field could look like:

    # The entire source is (GPLv2 or GPLv3) except src/jackplay.c, which is
    # GPLv2+, and src/resample.c, which is BSD.
    License:        (GPLv2 or GPLv3) and GPLv2+ and BSD

- The tests are pretty minimal, but you can and should run them
  (https://docs.fedoraproject.org/en-US/packaging-guidelines/#_test_suites).
  Add:

    BuildRequires:  valgrind

  and

    %check
    result="$(./tests/test-wrapper.sh)"
    if echo "${result}" | grep -Ev ': (ok$|0 errors)' >/dev/null
    then
      exit 1
    fi

  (It would be nice if upstream adjusted test_wrapper.sh to have a nonzero exit
  code on Valgrind errors, but this is not currently the case, and the above is
  arguably easier than patching it.)

  Now it turns out that there are some problems. I have submitted PRs to fix
  most of them upstream; you could apply these as patches. You should add the
  PR URLs in spec file comments to justify the patches.

    https://github.com/libsndfile/sndfile-tools/pull/74

    https://github.com/libsndfile/sndfile-tools/pull/75

  There is still a leak in the sndfile-spectrogram test; I would have liked to
  fix that too, but I haven’t been able to find the problem in a brief
  examination.

    https://github.com/libsndfile/sndfile-tools/issues/76

  If that were fixed, you could change

    if echo "${result}" | grep -Ev ': (ok$|0 errors)' >/dev/null

  to

    if echo "${result}" | grep -Ev ': ok$' >/dev/null

===== MUST items =====

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: If your application is a C or C++ application you must list a
     BuildRequires against gcc, gcc-c++ or clang.
[x]: Header files in -devel subpackage, if present.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[!]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "GNU General Public License, Version
     2", "[generated file]", "FSF Unlimited License (with Retention) GNU
     General Public License v2.0 or later [generated file]", "FSF Unlimited
     License [generated file]", "GNU General Public License v2.0 or later
     [generated file]", "GNU General Public License v3.0 or later", "Expat
     License [generated file]", "FSF All Permissive License", "GNU General
     Public License", "GNU General Public License v2.0 or later", "BSD
     2-clause "Simplified" License". 23 files have unknown license.
     Detailed output of licensecheck in /home/reviewer/1954842-sndfile-
     tools/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[!]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 389120 bytes in 7 files.

     Documentation is not “large.” A -doc subpackage is not required.

[x]: Package complies to the Packaging Guidelines

     (except as otherwise noted)

[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[-]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[?]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[-]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[!]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Fully versioned dependency in subpackages if applicable.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on debuginfo package(s).
     Note: No rpmlint messages.
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: sndfile-tools-1.5-1.fc35.x86_64.rpm
          sndfile-tools-debuginfo-1.5-1.fc35.x86_64.rpm
          sndfile-tools-debugsource-1.5-1.fc35.x86_64.rpm
          sndfile-tools-1.5-1.fc35.src.rpm
sndfile-tools.x86_64: W: spelling-error %description -l en_US libsndfile -> landfill
sndfile-tools.x86_64: W: spelling-error %description -l en_US jackplay -> jack play, jack-play, playback
sndfile-tools.x86_64: W: spelling-error %description -l en_US resample -> re sample, re-sample, res ample
sndfile-tools.x86_64: W: spelling-error %description -l en_US spectrogram -> spectrometer
sndfile-tools.x86_64: W: no-manual-page-for-binary sndfile-waveform
sndfile-tools.src: W: spelling-error %description -l en_US libsndfile -> landfill
sndfile-tools.src: W: spelling-error %description -l en_US jackplay -> jack play, jack-play, playback
sndfile-tools.src: W: spelling-error %description -l en_US resample -> re sample, re-sample, res ample
sndfile-tools.src: W: spelling-error %description -l en_US spectrogram -> spectrometer
4 packages and 0 specfiles checked; 0 errors, 9 warnings.




Rpmlint (debuginfo)
-------------------
Checking: sndfile-tools-debuginfo-1.5-1.fc35.x86_64.rpm
1 packages and 0 specfiles checked; 0 errors, 0 warnings.





Rpmlint (installed packages)
----------------------------
sndfile-tools.x86_64: W: spelling-error %description -l en_US libsndfile -> landfill
sndfile-tools.x86_64: W: spelling-error %description -l en_US jackplay -> jack play, jack-play, playback
sndfile-tools.x86_64: W: spelling-error %description -l en_US resample -> re sample, re-sample, res ample
sndfile-tools.x86_64: W: spelling-error %description -l en_US spectrogram -> spectrometer
sndfile-tools.x86_64: W: no-manual-page-for-binary sndfile-waveform
3 packages and 0 specfiles checked; 0 errors, 5 warnings.



Source checksums
----------------
https://github.com/libsndfile/sndfile-tools/releases/download/1.5/sndfile-tools-1.5.tar.bz2 :
  CHECKSUM(SHA256) this package     : 009b0f50a952ea501f95bb6b15292f81b319fe4534f95ca6c89d48ae296df3b4
  CHECKSUM(SHA256) upstream package : 009b0f50a952ea501f95bb6b15292f81b319fe4534f95ca6c89d48ae296df3b4


Requires
--------
sndfile-tools (rpmlib, GLIBC filtered):
    libc.so.6()(64bit)
    libcairo.so.2()(64bit)
    libfftw3.so.3()(64bit)
    libjack.so.0()(64bit)
    libm.so.6()(64bit)
    libpthread.so.0()(64bit)
    libsamplerate.so.0()(64bit)
    libsamplerate.so.0(libsamplerate.so.0.0)(64bit)
    libsndfile.so.1()(64bit)
    libsndfile.so.1(libsndfile.so.1.0)(64bit)
    rtld(GNU_HASH)

sndfile-tools-debuginfo (rpmlib, GLIBC filtered):

sndfile-tools-debugsource (rpmlib, GLIBC filtered):



Provides
--------
sndfile-tools:
    sndfile-tools
    sndfile-tools(x86-64)

sndfile-tools-debuginfo:
    debuginfo(build-id)
    sndfile-tools-debuginfo
    sndfile-tools-debuginfo(x86-64)

sndfile-tools-debugsource:
    sndfile-tools-debugsource
    sndfile-tools-debugsource(x86-64)



Generated by fedora-review 0.7.6 (b083f91) last change: 2020-11-10
Command line :/usr/bin/fedora-review -b 1954842
Buildroot used: fedora-rawhide-x86_64
Active plugins: C/C++, Shell-api, Generic
Disabled plugins: fonts, Haskell, Ruby, Python, Ocaml, Java, Perl, R, PHP, SugarActivity
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH

Comment 2 Guido Aulisi 2021-05-02 20:56:38 UTC
Spec URL: https://fedorapeople.org/~tartina/sndfile-tools.spec
SRPM URL: https://fedorapeople.org/~tartina/sndfile-tools-1.5-2.fc35.src.rpm

Fixed license, added tests and memory leak patches.

Thanks for your work on this.

Comment 3 Ben Beasley 2021-05-15 11:20:10 UTC
Wow, I didn‘t realize I had left this review incomplete. My apologies. I‘m working on it now.

Comment 4 Ben Beasley 2021-05-15 12:11:43 UTC
Package approved. Thanks for your work on it. Please do see the “Notes” section below.


Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated


==== Notes ====

The following are informational, not problems with the package.

- Upstream and I agreed on an explanation for the remaining memory leak in
  https://github.com/libsndfile/sndfile-tools/issues/76 and fixed it in
  https://github.com/libsndfile/sndfile-tools/commit/773d88e9be770089e14857ebe0225ddb239c4928,
  so if you backport that commit as a patch you could change

    if echo "${result}" | grep -Ev ': (ok$|0 errors)' >/dev/null

  to

    if echo "${result}" | grep -Ev ': ok$' >/dev/null

- The man page for sndfile-waveform is actually present in git
  (https://github.com/libsndfile/sndfile-tools/blob/9dbeefc470a3391afd3a64cc7f80a45f43f35a13/man/sndfile-waveform.1)
  but missing in the source tarball. I helped upstream fix this
  (https://github.com/libsndfile/sndfile-tools/commit/9dbeefc470a3391afd3a64cc7f80a45f43f35a13),
  so it will be there in the next release.

===== MUST items =====

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: If your application is a C or C++ application you must list a
     BuildRequires against gcc, gcc-c++ or clang.
[x]: Header files in -devel subpackage, if present.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "GNU General Public License, Version
     2", "[generated file]", "FSF Unlimited License (with Retention) GNU
     General Public License v2.0 or later [generated file]", "FSF Unlimited
     License [generated file]", "GNU General Public License v2.0 or later
     [generated file]", "GNU General Public License v3.0 or later", "Expat
     License [generated file]", "FSF All Permissive License", "GNU General
     Public License", "GNU General Public License v2.0 or later", "BSD
     2-clause "Simplified" License". 23 files have unknown license.
     Detailed output of licensecheck in /home/reviewer/1954842-sndfile-
     tools/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[x]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[-]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 389120 bytes in 7 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[-]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Patches link to upstream bugs/comments/lists or are otherwise
     justified.
[-]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[x]: %check is present and all tests pass.

     (but see Notes section above)

[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Fully versioned dependency in subpackages if applicable.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on debuginfo package(s).
     Note: No rpmlint messages.
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: sndfile-tools-1.5-2.fc35.x86_64.rpm
          sndfile-tools-debuginfo-1.5-2.fc35.x86_64.rpm
          sndfile-tools-debugsource-1.5-2.fc35.x86_64.rpm
          sndfile-tools-1.5-2.fc35.src.rpm
sndfile-tools.x86_64: W: spelling-error %description -l en_US libsndfile -> landfill
sndfile-tools.x86_64: W: spelling-error %description -l en_US jackplay -> jack play, jack-play, playback
sndfile-tools.x86_64: W: spelling-error %description -l en_US resample -> re sample, re-sample, res ample
sndfile-tools.x86_64: W: spelling-error %description -l en_US spectrogram -> spectrometer
sndfile-tools.x86_64: W: no-manual-page-for-binary sndfile-waveform
sndfile-tools.src: W: spelling-error %description -l en_US libsndfile -> landfill
sndfile-tools.src: W: spelling-error %description -l en_US jackplay -> jack play, jack-play, playback
sndfile-tools.src: W: spelling-error %description -l en_US resample -> re sample, re-sample, res ample
sndfile-tools.src: W: spelling-error %description -l en_US spectrogram -> spectrometer
4 packages and 0 specfiles checked; 0 errors, 9 warnings.




Rpmlint (debuginfo)
-------------------
Checking: sndfile-tools-debuginfo-1.5-2.fc35.x86_64.rpm
1 packages and 0 specfiles checked; 0 errors, 0 warnings.





Rpmlint (installed packages)
----------------------------
sndfile-tools.x86_64: W: spelling-error %description -l en_US libsndfile -> landfill
sndfile-tools.x86_64: W: spelling-error %description -l en_US jackplay -> jack play, jack-play, playback
sndfile-tools.x86_64: W: spelling-error %description -l en_US resample -> re sample, re-sample, res ample
sndfile-tools.x86_64: W: spelling-error %description -l en_US spectrogram -> spectrometer
sndfile-tools.x86_64: W: no-manual-page-for-binary sndfile-waveform
3 packages and 0 specfiles checked; 0 errors, 5 warnings.



Source checksums
----------------
https://github.com/libsndfile/sndfile-tools/releases/download/1.5/sndfile-tools-1.5.tar.bz2 :
  CHECKSUM(SHA256) this package     : 009b0f50a952ea501f95bb6b15292f81b319fe4534f95ca6c89d48ae296df3b4
  CHECKSUM(SHA256) upstream package : 009b0f50a952ea501f95bb6b15292f81b319fe4534f95ca6c89d48ae296df3b4


Requires
--------
sndfile-tools (rpmlib, GLIBC filtered):
    libc.so.6()(64bit)
    libcairo.so.2()(64bit)
    libfftw3.so.3()(64bit)
    libjack.so.0()(64bit)
    libm.so.6()(64bit)
    libpthread.so.0()(64bit)
    libsamplerate.so.0()(64bit)
    libsamplerate.so.0(libsamplerate.so.0.0)(64bit)
    libsndfile.so.1()(64bit)
    libsndfile.so.1(libsndfile.so.1.0)(64bit)
    rtld(GNU_HASH)

sndfile-tools-debuginfo (rpmlib, GLIBC filtered):

sndfile-tools-debugsource (rpmlib, GLIBC filtered):



Provides
--------
sndfile-tools:
    sndfile-tools
    sndfile-tools(x86-64)

sndfile-tools-debuginfo:
    debuginfo(build-id)
    sndfile-tools-debuginfo
    sndfile-tools-debuginfo(x86-64)

sndfile-tools-debugsource:
    sndfile-tools-debugsource
    sndfile-tools-debugsource(x86-64)



Generated by fedora-review 0.7.6 (b083f91) last change: 2020-11-10
Command line :/usr/bin/fedora-review -b 1954842
Buildroot used: fedora-rawhide-x86_64
Active plugins: C/C++, Generic, Shell-api
Disabled plugins: Haskell, SugarActivity, PHP, Perl, Ruby, R, fonts, Ocaml, Java, Python
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH

Comment 5 Guido Aulisi 2021-05-16 07:48:48 UTC
sndfile-spectrogram test still reports 0 errors, x bytes leaked
valgrind bin/sndfile-spectrogram      : 0 errors, 256 bytes leaked

so I cannot simplify the checks.

I will add the missing man page.

Comment 6 Guido Aulisi 2021-05-16 12:10:19 UTC
I missed the latest patch, now it's all ok.

Comment 7 Gwyn Ciesla 2021-05-16 22:10:30 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/sndfile-tools


Note You need to log in before you can comment on or make changes to this bug.