Update to 1.5.1 release
This commit is contained in:
parent
5524f679ec
commit
4419a0bbac
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/chromaprint-1.2.tar.gz
|
||||
/chromaprint-1.4.2.tar.gz
|
||||
/chromaprint-1.5.0.tar.gz
|
||||
/chromaprint-1.5.1.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: chromaprint
|
||||
Version: 1.5.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Library implementing the AcoustID fingerprinting
|
||||
|
||||
License: GPLv2+
|
||||
@ -48,7 +48,7 @@ The library exposes a simple C API. The documentation for the C API can be
|
||||
found in the main header file.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-v%{version}
|
||||
%autosetup -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
# examples and cli tools equire ffmpeg, so turn off; test depend of external artifact so turn off.
|
||||
@ -77,6 +77,9 @@ rm -f %{buildroot}%{_libdir}/lib*.la
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Thu Dec 23 2021 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.5.1-1
|
||||
- Update to 1.5.1 release
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (chromaprint-1.5.0.tar.gz) = 25ab3f7834581a8204ac09614fef6036c801f5f8b7b72a864701ca0de8082b2458a2bd7c075d53451581d770898576411cdcfb23ce609bc82f9d9b395cc1a129
|
||||
SHA512 (chromaprint-1.5.1.tar.gz) = ea16e4d2b879c15b1d9b9ec93878da8b893f1834c70942663e1d2d106c2e0a661094fe2dd3bae7a6c2a1f9d5d8fab5e0b0ba493561090cf57b2228606fad1e66
|
||||
|
Loading…
x
Reference in New Issue
Block a user