[flac/f19] update to 1.3.0

Miroslav Lichvar mlichvar at fedoraproject.org
Tue May 28 08:20:50 UTC 2013


commit 6ecbdd0567f3cafe298f62f739671e3d6c0cb999
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Tue May 28 10:19:32 2013 +0200

    update to 1.3.0

 .gitignore |    2 +-
 flac.spec  |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ec1496..19eae18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/flac-1.3.0pre3.tar.xz
+/flac-1.3.0.tar.xz
diff --git a/flac.spec b/flac.spec
index 8d33546..46ee8b0 100644
--- a/flac.spec
+++ b/flac.spec
@@ -1,11 +1,11 @@
 Summary: An encoder/decoder for the Free Lossless Audio Codec
 Name: flac
 Version: 1.3.0
-Release: 0.2.pre3%{?dist}
+Release: 1%{?dist}
 License: BSD and GPLv2+ and GFDL
 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/
 
 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.
 
 %prep
-%setup -q -n %{name}-%{version}pre3
+%setup -q
 
 %build
 # 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
 
 %changelog
+* Tue May 28 2013 Miroslav Lichvar <mlichvar at redhat.com> 1.3.0-1
+- update to 1.3.0
+
 * Tue Apr 02 2013 Miroslav Lichvar <mlichvar at redhat.com> 1.3.0-0.2.pre3
 - update to 1.3.0pre3
 
diff --git a/sources b/sources
index fb34815..b80377a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a65d33e67b75849a6c90b31a865f18ae  flac-1.3.0pre3.tar.xz
+13b5c214cee8373464d3d65dee362cdd  flac-1.3.0.tar.xz


More information about the scm-commits mailing list