On 12/04/2014 05:05 PM, Stephen J. Turnbull wrote: > > After a quick look at the patch I'd guess a 50% change that nothing > relevant to MHonArc except the version number has changed since > 2.1.12, and a 90% chance that any fixes needed are *very* simple. > Have you tried that patch and had it fail? If not, give it a try, > please. We'll be happy to help debug any issues.
Just for fun, I applied both the prerequisite modinc-2.1.12-0.1.patch and the mhonarc-2.1.12-0.1.patch to Mailman 2.1.18-1 Both patches failed to patch Mailman/Version.py because the 2.1.18-1 DATA_FILE_VERSION is 105 and in 2.1.12 it was 97. This is trivial to fix. Just increment DATA_FILE_VERSION to 105.2. The only other failure was in Mailman/Mailbox.py because Mailman 2.1.18 adds a skipping() method to the end of the module. Again, it is very simple to manually add the intended changes. Everything else applied with at most line number offsets. -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org