From 8d2b471a3c00c4cc39a0ab400246493564da6bcc Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:47:30 +0000 Subject: [PATCH] auto-import changelog data from flac-1.1.0-7.src.rpm Thu Jul 15 2004 Tim Waugh 1.1.0-7 - Fixed warnings in shipped m4 file. --- flac.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flac.spec b/flac.spec index 0c6f9f6..d63f9c7 100644 --- a/flac.spec +++ b/flac.spec @@ -3,12 +3,13 @@ Summary: An encoder/decoder for the Free Lossless Audio Codec. Name: flac Version: 1.1.0 -Release: 6 +Release: 7 License: LGPL/GPL Group: Applications/Multimedia Source: http://prdownloads.sourceforge.net/flac/flac-%{version}.tar.gz Patch0: flac-1.1.0-m4.patch Patch1: flac-1.1.0-libtool.patch +Patch2: flac-underquoted.patch URL: http://flac.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-root BuildRequires: xmms-devel, glib-devel, libogg-devel, doxygen, nasm @@ -47,6 +48,7 @@ This is the input plugin for XMMS to be able to FLAC files. %setup -q %patch -p1 %patch1 -p1 +%patch2 -p1 -b .underquoted %build %configure @@ -89,6 +91,9 @@ rm -rf %{buildroot} %{xmmsinputdir}/*.so %changelog +* Thu Jul 15 2004 Tim Waugh 1.1.0-7 +- Fixed warnings in shipped m4 file. + * Mon Jun 21 2004 Colin Walters 1.1.0-6 - BuildRequire glib-devel for xmms plugin - BuildRequire nasm