diff --git a/.cvsignore b/.cvsignore index e376a2e..c3f7a65 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -esound-0.2.27.tar.bz2 +esound-0.2.28.tar.bz2 diff --git a/esound.spec b/esound.spec index b944169..dd502fa 100644 --- a/esound.spec +++ b/esound.spec @@ -1,8 +1,11 @@ +%define __strip %{nil} +%define __os_install_post /usr/lib/rpm/redhat/brp-compress + # Note that this is NOT a relocatable package Summary: Allows several audio streams to play on a single audio device. Name: esound -Version: 0.2.27 -Release: 2 +Version: 0.2.28 +Release: 1 Epoch: 1 License: GPL URL: ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound @@ -10,6 +13,7 @@ Group: System Environment/Daemons Source0: esound-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root Patch0: esound-0.2.19-noerrors.patch +Patch1: esound-0.2.28-isstupid.patch BuildRequires: docbook-utils, audiofile-devel %description @@ -36,6 +40,7 @@ other resources needed to develop EsounD applications. %setup -q %patch0 -p1 -b .noerrors +%patch1 -p1 -b .isstupid %build %configure @@ -81,6 +86,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/man/man*/* %changelog +* Wed Aug 21 2002 Elliot Lee 0.2.28-1 +- Update 0.2.28 +- Fix some stupid bugs + * Fri Jun 21 2002 Tim Powers - automated rebuild diff --git a/sources b/sources index c605744..123f058 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b4bff480316effddb41a24c85daef758 esound-0.2.27.tar.bz2 +87a9e394971457232fcd66cf9d1b0990 esound-0.2.28.tar.bz2