update to 2.2.8 [release 2.2.8-1mamba;Fri Sep 13 2024]

This commit is contained in:
Silvan Calarco 2024-09-14 13:08:30 +02:00
parent a875ce5375
commit a0d0e19e83

View File

@ -1,5 +1,5 @@
Name: libkeyfinder
Version: 2.2.6
Version: 2.2.8
Release: 1mamba
Summary: A small C++11 library for estimating the musical key of digital audio
Group: System/Libraries
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://mixxxdj.github.io/libkeyfinder/
Source: https://github.com/mixxxdj/libkeyfinder.git/v%{version}/libkeyfinder-%{version}.tar.bz2
Source: https://github.com/mixxxdj/libkeyfinder.git/%{version}/libkeyfinder-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -46,8 +46,6 @@ This package contains libraries and header files for developing applications tha
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -67,6 +65,9 @@ This package contains libraries and header files for developing applications tha
%doc README.md
%changelog
* Fri Sep 13 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.8-1mamba
- update to 2.2.8
* Fri Jan 07 2022 Automatic Build System <autodist@mambasoft.it> 2.2.6-1mamba
- automatic version update by autodist