rpms/squeak-vm/devel squeak-vm.spec,1.4,1.5

Daniel Drake dsd at fedoraproject.org
Mon Dec 28 11:37:46 UTC 2009


Author: dsd

Update of /cvs/pkgs/rpms/squeak-vm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30476

Modified Files:
	squeak-vm.spec 
Log Message:
add upstream patch to fix crackly sound output


Index: squeak-vm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/squeak-vm/devel/squeak-vm.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- squeak-vm.spec	27 Jul 2009 04:44:46 -0000	1.4
+++ squeak-vm.spec	28 Dec 2009 11:37:46 -0000	1.5
@@ -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-inisqu
 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 chmo
 %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 <dsd at laptop.org> - 3.10.5-3
+- Add (already upstream) patch to fix crackly sound output
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.10.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list