diff --git a/libflac.spec b/libflac.spec index 60ec186..d82f5f6 100644 --- a/libflac.spec +++ b/libflac.spec @@ -1,5 +1,5 @@ Name: libflac -Version: 1.4.3 +Version: 1.5.0 Release: 1mamba Summary: Free Lossless Audio Codec (FLAC) Group: System/Multimedia @@ -89,14 +89,9 @@ Grossly oversimplified, FLAC is similar to MP3, but lossless, meaning that audio This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see links to the right for supported devices) just like you would an MP3 file. This package contains the Flac plugin for XMMS. -%debug_package %prep %setup -q -n flac-%{version} -#%patch2 -p1 -#%patch3 -p1 -#%patch4 -p1 -#%patch5 -p0 %build %configure \ @@ -120,8 +115,6 @@ This package contains the Flac plugin for XMMS. %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -161,6 +154,9 @@ This package contains the Flac plugin for XMMS. #%endif %changelog +* Wed Feb 12 2025 Automatic Build System 1.5.0-1mamba +- automatic version update by autodist + * Sat Jun 24 2023 Automatic Build System 1.4.3-1mamba - automatic version update by autodist