Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: blobwars - Mission and Objective based 2D Platform Game https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=192060 ------- Additional Comments From j.w.r.degoede@xxxxxx 2006-06-01 06:27 EST ------- (In reply to comment #5) > === SHOULD === > * Please explain to me why you use patch -z, most examples I've seen use patch > -b and I don't understand the differences between these two options. I'm not > asking you to use -b, but just explain to me why you use -z. Thanks! There is no difference, the syntax when calling the real patch is patch -pX -b -z .suffix Where -b forces backups and -z .suffix sets the suffix, hence I use -z .suffix as that comes closes to the real patch. %patch has either of: %patch -pX -z .suffix %patch -pX -b .suffix And adss the -b before the -z or the -z between the -b and the .suffix (sigh). So %patch is a bit weird. I hope that explains. Here is a new version with fixes all MUST fix and should fix items: Spec URL: http://people.atrpms.net/~hdegoede/blobwars.spec SRPM URL: http://people.atrpms.net/~hdegoede/blobwars-1.05-2.src.rpm -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review