update to 1.3.0

This commit is contained in:
Miroslav Lichvar 2013-05-28 10:19:32 +02:00
parent c1c2a555f6
commit 6ecbdd0567
3 changed files with 8 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/flac-1.3.0pre3.tar.xz /flac-1.3.0.tar.xz

View File

@ -1,11 +1,11 @@
Summary: An encoder/decoder for the Free Lossless Audio Codec Summary: An encoder/decoder for the Free Lossless Audio Codec
Name: flac Name: flac
Version: 1.3.0 Version: 1.3.0
Release: 0.2.pre3%{?dist} Release: 1%{?dist}
License: BSD and GPLv2+ and GFDL License: BSD and GPLv2+ and GFDL
Group: Applications/Multimedia Group: Applications/Multimedia
Source0: http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre3.tar.xz Source0: http://downloads.xiph.org/releases/flac/flac-%{version}.tar.xz
URL: http://www.xiph.org/flac/ URL: http://www.xiph.org/flac/
Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release}
@ -53,7 +53,7 @@ This package contains all the files needed to develop applications that
will use the Free Lossless Audio Codec. will use the Free Lossless Audio Codec.
%prep %prep
%setup -q -n %{name}-%{version}pre3 %setup -q
%build %build
# use our libtool to avoid problems with RPATH # use our libtool to avoid problems with RPATH
@ -104,6 +104,9 @@ make -C test check FLAC__TEST_LEVEL=0 &> /dev/null
%{_datadir}/aclocal/*.m4 %{_datadir}/aclocal/*.m4
%changelog %changelog
* Tue May 28 2013 Miroslav Lichvar <mlichvar@redhat.com> 1.3.0-1
- update to 1.3.0
* Tue Apr 02 2013 Miroslav Lichvar <mlichvar@redhat.com> 1.3.0-0.2.pre3 * Tue Apr 02 2013 Miroslav Lichvar <mlichvar@redhat.com> 1.3.0-0.2.pre3
- update to 1.3.0pre3 - update to 1.3.0pre3

View File

@ -1 +1 @@
a65d33e67b75849a6c90b31a865f18ae flac-1.3.0pre3.tar.xz 13b5c214cee8373464d3d65dee362cdd flac-1.3.0.tar.xz