Compare commits

..

No commits in common. 'c9' and 'c10-beta' have entirely different histories.
c9 ... c10-beta

2
.gitignore vendored

@ -1 +1 @@
SOURCES/mpg123-1.32.9.tar.bz2
SOURCES/mpg123-1.31.3.tar.bz2

@ -1 +1 @@
25aea7c5edfe6bc637f603c075210c13955200fe SOURCES/mpg123-1.32.9.tar.bz2
c41b98e4c5ac55a5b3787b5aa309a71a6d458145 SOURCES/mpg123-1.31.3.tar.bz2

@ -2,24 +2,24 @@
%global fmt fmt123
%global syn syn123
Name: mpg123
Version: 1.32.9
Release: 1%{?dist}
Summary: Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3
Name: mpg123
Version: 1.31.3
Release: 5%{?dist}
License: LGPLv2+
URL: http://mpg123.org
Source0: %{url}/download/%{name}-%{version}.tar.bz2
Summary: Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3
License: GPL-2.0-or-later
URL: https://mpg123.org
BuildRequires: make
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
Source0: %{url}/download/%{name}-%{version}.tar.bz2
BuildRequires: gcc
BuildRequires: pkgconfig(alsa)
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc
BuildRequires: libtool
BuildRequires: make
BuildRequires: pkgconfig(alsa)
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
%if 0%{?fedora}
%global enable_jack 1
@ -29,18 +29,18 @@ Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
%global _summary %{summary}
%global _description \
Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (most\
commonly MPEG 1.0 layer 3 aka MP3), as well as re-usable decoding and output\
Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (most \
commonly MPEG 1.0 layer 3 aka MP3), as well as re-usable decoding and output \
libraries.
%description %{_description}
%package plugins-pulseaudio
Summary: Pulseaudio output plug-in for %{name}
BuildRequires: pkgconfig(libpulse-simple)
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Summary: Pulseaudio output plug-in for %{name}
BuildRequires: pkgconfig(libpulse-simple)
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
%if 0%{?fedora} || 0%{?rhel} >= 8
Supplements: (mpg123%{?_isa} and pulseaudio%{?_isa})
Supplements: (mpg123%{?_isa} and pulseaudio%{?_isa})
%endif
%description plugins-pulseaudio %{_description}
@ -49,13 +49,13 @@ Pulseaudio output plug-in.
%if 0%{?enable_jack}
%package plugins-jack
Summary: JACK output plug-in for %{name}
BuildRequires: pkgconfig(jack)
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Summary: JACK output plug-in for %{name}
BuildRequires: pkgconfig(jack)
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
%if 0%{?fedora} || 0%{?rhel} >= 8
Supplements: (mpg123%{?_isa} and jack-audio-connection-kit%{?_isa})
Supplements: (mpg123%{?_isa} and jack-audio-connection-kit%{?_isa})
%endif
Obsoletes: %{name}-plugins-extras < 1.23.4-1
Obsoletes: %{name}-plugins-extras < 1.23.4-1
%description plugins-jack %{_description}
@ -64,11 +64,11 @@ JACK output plug-in.
%if 0%{?enable_portaudio}
%package plugins-portaudio
Summary: PortAudio output plug-in for %{name}
BuildRequires: pkgconfig(portaudio-2.0)
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Summary: PortAudio output plug-in for %{name}
BuildRequires: pkgconfig(portaudio-2.0)
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
%if 0%{?fedora} || 0%{?rhel} >= 8
Supplements: (mpg123%{?_isa} and portaudio%{?_isa})
Supplements: (mpg123%{?_isa} and portaudio%{?_isa})
%endif
%description plugins-portaudio %{_description}
@ -77,21 +77,21 @@ PortAudio output plug-in.
%endif
%package libs
Summary: %{_summary}
Provides: lib%{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: lib%{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: lib%{name} < 1.23.4-1
Summary: %{_summary}
Provides: lib%{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: lib%{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: lib%{name} < 1.23.4-1
%description libs %{_description}
%package devel
Summary: %{_summary}
BuildRequires: /usr/bin/doxygen
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: lib%{name}-devel = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: lib%{name}-devel%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: lib%{name}-devel < 1.23.4-1
Obsoletes: %{name}-libs-devel < 1.23.8-3
Summary: %{_summary}
BuildRequires: /usr/bin/doxygen
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: lib%{name}-devel = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: lib%{name}-devel%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: lib%{name}-devel < 1.23.4-1
Obsoletes: %{name}-libs-devel < 1.23.8-3
%description devel %{_description}
@ -103,7 +103,7 @@ Development files for decoding and output libraries.
%build
autoreconf -vfi
%configure --enable-modules=yes --with-default-audio=alsa \
--with-audio=alsa,%{?enable_jack:jack},pulse,oss,%{?enable_portaudio:portaudio}
--with-audio=alsa,%{?enable_jack:jack},pulse,oss,%{?enable_portaudio:portaudio}
%make_build
pushd doc
doxygen doxygen.conf
@ -162,16 +162,62 @@ rm %{buildroot}%{_libdir}/*.la
%{_libdir}/pkgconfig/lib%{syn}.pc
%changelog
* Mon Dec 02 2024 Wim Taymans <wtaymans@redhat.com> - 1.32.9-1
- Rebase to 1.32.9, includes patch for CVE-2024-10573
Resolves: RHEL-65444
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.31.3-5
- Bump release for June 2024 mass rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.31.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.31.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.31.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Mar 20 2023 Phil Wyett <philip.wyett@kathenas.org> - 1.31.3-1
- Update to 1.31.3
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.31.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sun Jan 15 2023 Phil Wyett <philip.wyett@kathenas.org> - 1.31.2-1
- Update to 1.31.2
* Sun Nov 13 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.31.1-3
- Revert the previous change for now
* Fri Nov 11 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.31.1-2
- Use --disable-largefile and allow co-installable arch devel packages
* Tue Nov 01 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.31.1-1
- Update to 1.31.1
* Sun Oct 30 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.31.0-1
- Update to 1.31.0
* Tue Aug 09 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.30.2-1
- Update to 1.30.2
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.30.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jul 13 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.30.1-1
- Update to 1.30.1
* Mon Jun 27 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.30.0-1
- Update to 1.30.0
* Thu Feb 17 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.29.3-1
- Update to 1.29.3
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.26.2-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.26.2-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Jun 08 2021 Nicolas Chauvet <kwizart@gmail.com> - 1.26.5-1
- Update to 1.26.5
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save