Update to Update to 0.16.3
This commit is contained in:
parent
516abaa10f
commit
3f32d52222
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libmad-0.15.1b.tar.gz
|
||||
/libmad-0.16.3.tar.gz
|
||||
|
12
libmad.spec
12
libmad.spec
@ -1,11 +1,11 @@
|
||||
Name: libmad
|
||||
Version: 0.16.2
|
||||
Version: 0.16.3
|
||||
Release: 1%{?dist}
|
||||
Summary: MPEG audio decoder library
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://github.com/tenacityteam/libmad
|
||||
Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
URL: https://codeberg.org/tenacityteam/libmad
|
||||
Source0: %url/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Patch0: Add_unversioned_so.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
@ -25,7 +25,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -p1 -n %{name}
|
||||
|
||||
%build
|
||||
%cmake -DOPTIMIZE=ACCURACY
|
||||
@ -52,8 +52,8 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 01 2023 Leigh Scott <leigh123linux@gmail.com> - 0.16.2-1
|
||||
- Update to 0.16.2
|
||||
* Fri Sep 01 2023 Leigh Scott <leigh123linux@gmail.com> - 0.16.3-1
|
||||
- Update to 0.16.3
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1b-36
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user