Import from CS git
This commit is contained in:
parent
12568e4c8f
commit
ddfb2eee3d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/mpg123-1.25.10.tar.bz2
|
SOURCES/mpg123-1.32.9.tar.bz2
|
||||||
|
@ -1 +1 @@
|
|||||||
604784ddbcfe282bffdc595d1d45c677c7cf381f SOURCES/mpg123-1.25.10.tar.bz2
|
25aea7c5edfe6bc637f603c075210c13955200fe SOURCES/mpg123-1.32.9.tar.bz2
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
%global out out123
|
%global out out123
|
||||||
%global fmt fmt123
|
%global fmt fmt123
|
||||||
|
%global syn syn123
|
||||||
|
|
||||||
Name: mpg123
|
Name: mpg123
|
||||||
Version: 1.25.10
|
Version: 1.32.9
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3
|
Summary: Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -146,18 +147,26 @@ rm %{buildroot}%{_libdir}/*.la
|
|||||||
%doc NEWS
|
%doc NEWS
|
||||||
%{_libdir}/lib%{name}.so.0*
|
%{_libdir}/lib%{name}.so.0*
|
||||||
%{_libdir}/lib%{out}.so.0*
|
%{_libdir}/lib%{out}.so.0*
|
||||||
|
%{_libdir}/lib%{syn}.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc NEWS.lib%{name} doc/html doc/examples doc/BENCHMARKING doc/README.gain
|
%doc NEWS.lib%{name} doc/html doc/examples doc/BENCHMARKING doc/README.gain
|
||||||
%{_includedir}/%{name}.h
|
%{_includedir}/%{name}.h
|
||||||
%{_includedir}/%{out}.h
|
%{_includedir}/%{out}.h
|
||||||
%{_includedir}/%{fmt}.h
|
%{_includedir}/%{fmt}.h
|
||||||
|
%{_includedir}/%{syn}.h
|
||||||
%{_libdir}/lib%{name}.so
|
%{_libdir}/lib%{name}.so
|
||||||
%{_libdir}/lib%{out}.so
|
%{_libdir}/lib%{out}.so
|
||||||
|
%{_libdir}/lib%{syn}.so
|
||||||
%{_libdir}/pkgconfig/lib%{name}.pc
|
%{_libdir}/pkgconfig/lib%{name}.pc
|
||||||
%{_libdir}/pkgconfig/lib%{out}.pc
|
%{_libdir}/pkgconfig/lib%{out}.pc
|
||||||
|
%{_libdir}/pkgconfig/lib%{syn}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 02 2024 Wim Taymans <wtaymans@redhat.com> - 1.25.10-2
|
||||||
|
- Rebase to 1.32.9, includes patch for CVE-2024-10573
|
||||||
|
- Resolves: RHEL-65443
|
||||||
|
|
||||||
* Tue Oct 09 2018 Wim Taymans <wtaymans@redhat.com> - 1.25.10-2
|
* Tue Oct 09 2018 Wim Taymans <wtaymans@redhat.com> - 1.25.10-2
|
||||||
- Add dwarf2 debug symbols to yasm output
|
- Add dwarf2 debug symbols to yasm output
|
||||||
- Resolves: #1630598
|
- Resolves: #1630598
|
||||||
|
Loading…
Reference in New Issue
Block a user