62816d3f54
OBS-URL: https://build.opensuse.org/package/show/server:mail/alpine?expand=0&rev=8c49d5503c40525d7d90f9ad6e27a6ba
16 lines
588 B
Plaintext
16 lines
588 B
Plaintext
Update procedure:
|
|
|
|
Some features of Alpine do not exist in the release tarball but are only
|
|
provided as patches (but by the same author..). So when there is a new
|
|
release, the out-of-tree patches on the website get updated too.
|
|
|
|
version="2.25"
|
|
for i in WrtAcc colortext fancy fillpara fromheader insertpat maildir rules DelText; do
|
|
wget -O- "http://alpine.x10host.com/alpine/patches/alpine-$version/$i.patch.gz" | gzip -cd >"chappa-$i.patch";
|
|
done
|
|
|
|
These do not necessarily apply cleanly, so they also need to be
|
|
quilt-refreshed as needed.
|
|
|
|
fillpara is known to collide with DelText.
|