auto-import changelog data from audiofile-0.2.6-1.src.rpm

Fri Jul 30 2004 Colin Walters <walters@redhat.com>
- Update to 0.2.6
- Rework description to not contain apostrophe that makes emacs unhappy
Thu Jul 15 2004 Tim Waugh <twaugh@redhat.com>
- Fixed warnings in shipped m4 file.
This commit is contained in:
cvsdist 2004-09-09 03:17:54 +00:00
parent 33d03184a3
commit b74bd76b69
4 changed files with 27 additions and 6 deletions

View File

@ -1 +1 @@
audiofile-0.2.5.tar.bz2 audiofile-0.2.6.tar.bz2

View File

@ -0,0 +1,11 @@
--- audiofile-0.2.5/audiofile.m4.underquoted 2004-07-15 13:18:34.963462705 +0100
+++ audiofile-0.2.5/audiofile.m4 2004-07-15 13:18:43.976738116 +0100
@@ -9,7 +9,7 @@
dnl AM_PATH_AUDIOFILE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for Audio File Library, and define AUDIOFILE_CFLAGS and AUDIOFILE_LIBS.
dnl
-AC_DEFUN(AM_PATH_AUDIOFILE,
+AC_DEFUN([AM_PATH_AUDIOFILE],
[dnl
dnl Get compiler flags and libraries from the audiofile-config script.
dnl

View File

@ -1,17 +1,18 @@
Summary: A library for accessing various audio file formats. Summary: A library for accessing various audio file formats.
Name: audiofile Name: audiofile
Version: 0.2.5 Version: 0.2.6
Release: 2 Release: 1
Epoch: 1 Epoch: 1
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
Source: ftp://ftp.gnome.org/pub/gnome/sources/audiofile/0.2/audiofile-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/gnome/sources/audiofile/0.2/audiofile-%{version}.tar.bz2
Patch0: audiofile-underquoted.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prereq: /sbin/ldconfig Prereq: /sbin/ldconfig
%description %description
The Audio File library is an implementation of SGI's Audio File The Audio File library is an implementation of the Audio File Library
Library, which provides an API for accessing audio file formats like from SGI, which provides an API for accessing audio file formats like
AIFF/AIFF-C, WAVE, and NeXT/Sun .snd/.au files. This library is used AIFF/AIFF-C, WAVE, and NeXT/Sun .snd/.au files. This library is used
by the EsounD daemon. by the EsounD daemon.
@ -30,6 +31,7 @@ other resources you can use to develop Audio File applications.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .underquoted
%build %build
%configure %configure
@ -69,6 +71,14 @@ rm -rf %{buildroot}
%{_datadir}/aclocal/* %{_datadir}/aclocal/*
%changelog %changelog
* Thu Jul 30 2004 Colin Walters <walters@redhat.com>
- Update to 0.2.6
- Rework description to not contain apostrophe that
makes emacs unhappy
* Thu Jul 15 2004 Tim Waugh <twaugh@redhat.com>
- Fixed warnings in shipped m4 file.
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt - rebuilt

View File

@ -1 +1 @@
7eb4a437851062e93f965b6c981471c4 audiofile-0.2.5.tar.bz2 3d01302834660850b6141cac1e6f5501 audiofile-0.2.6.tar.bz2