On 14.06.2010, at 14:15, Derek O'Connell wrote:
On 14/06/10 12:56, Peter Robinson wrote:
On Mon, Jun 14, 2010 at 12:29 PM, Derek O'Connelldoc@doconnel.f9.co.uk wrote:
Hi Peter,
I don't have much experience creating patches so please let me know if the attached is the wrong format for your purposes. Created using:
diff -cB /home/doc/std/dev/squeak/vm/3.10-5/unix-3.10-5/platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c /home/doc/std/dev/squeak/vm/3.11.3/src/squeak-svn/platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c
sqUnixSoundALSA.patch
If you could use 'diff -u origfile newfile> output.patch' from the root of the source tree that would be better.
Which source tree root are you referring to?
The sources for the current Fedora package. A source rpm has a tarball of the sources, and optionally a series of patch files relative to that "upstream" tarball.
Not sure where to find those sources though, I'm not too familiar with Fedora procedures.
- Bert -
Hi,
Which source tree root are you referring to?
The sources for the current Fedora package. A source rpm has a tarball of the sources, and optionally a series of patch files relative to that "upstream" tarball.
Not sure where to find those sources though, I'm not too familiar with Fedora procedures.
Here's the latest build:
http://koji.fedoraproject.org/koji/buildinfo?buildID=148721
The .src.rpm contains a specfile (that describes which patches to apply on the tarball) and the tarball and patches.
If you want to unpack the .src.rpm on a machine that isn't running Fedora, I think you'll need rpm2cpio and cpio:
rpm2cpio squeak-vm-3.10.5-2.fc11.src.rpm | cpio -idmv
Thanks,
- Chris.