From 4083ba04901738a8fa7633a5396ea8a520ffd538 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Dec 28 2009 11:37:46 +0000 Subject: add upstream patch to fix crackly sound output --- diff --git a/squeak-vm.spec b/squeak-vm.spec index dc9b50d..6637da7 100644 --- a/squeak-vm.spec +++ b/squeak-vm.spec @@ -5,7 +5,7 @@ Name: squeak-vm Version: %{major}.%{minor} -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Squeak virtual machine Group: Development/Languages @@ -18,6 +18,7 @@ Patch1: squeak-vm-install-inisqueak.patch Patch2: squeak-vm-imgdir.patch Patch3: squeak-vm-tail-options.patch Patch4: squeak-vm-dprintf.patch +Patch5: alsa-scratchy-sound.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires(post): shared-mime-info @@ -87,6 +88,7 @@ find platforms -name '*.[ch]' -exec chmod ug=rw,o=r {} \; %patch2 -p1 -b .imgdir %patch3 -p1 -b .tail-options %patch4 -p1 -b .dprintf +%patch5 -p1 -b .alsa-scratchy %build mkdir -p bld @@ -218,6 +220,9 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Dec 28 2009 Daniel Drake - 3.10.5-3 +- Add (already upstream) patch to fix crackly sound output + * Sun Jul 26 2009 Fedora Release Engineering - 3.10.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild