Version 0.2.2
This commit is contained in:
parent
227a455b78
commit
8ec6bf8fba
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ libsamplerate-0.1.7.tar.gz
|
||||
/libsamplerate-0.1.8.tar.gz
|
||||
/libsamplerate-0.1.9.tar.gz
|
||||
/libsamplerate-0.2.1.tar.bz2
|
||||
/libsamplerate-0.2.2.tar.xz
|
||||
|
@ -1,10 +1,10 @@
|
||||
Summary: Sample rate conversion library for audio data
|
||||
Name: libsamplerate
|
||||
Version: 0.2.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.2.2
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
URL: https://libsndfile.github.io/libsamplerate/
|
||||
Source0: https://github.com/libsndfile/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2
|
||||
Source0: https://github.com/libsndfile/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
BuildRequires: alsa-lib-devel
|
||||
BuildRequires: fftw-devel >= 0.15.0
|
||||
BuildRequires: gcc
|
||||
@ -72,6 +72,9 @@ unset LD_LIBRARY_PATH
|
||||
%exclude %{_pkgdocdir}/README.md
|
||||
|
||||
%changelog
|
||||
* Thu Nov 11 2021 Guido Aulisi <guido.aulisi@gmail.com> - 0.2.2-1
|
||||
- Version 0.2.2
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libsamplerate-0.2.1.tar.bz2) = f54f7f12c9536868d7a11fc9cbb86857505e7b75fe34cedaf0b9bfc864da6037296b3eae303a33d4c87b7fd20d96933b91ef59c8cc3d1313b9fc21654e5daa2d
|
||||
SHA512 (libsamplerate-0.2.2.tar.xz) = d23ae54d23209ba22baae9e5fd178dd8e0e99205dada7e7c3a7b3a3d8cf816ed427a411bfeb008427f64da7767d645edce40811f238af11c8c386f5ef25a9f0c
|
||||
|
Loading…
Reference in New Issue
Block a user