summaryrefslogtreecommitdiff
path: root/newmoon/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-20 18:57:53 +0000
committerB. Stack <bgstack15@gmail.com>2022-01-20 18:57:53 +0000
commit7f9d6c9f9a6c40582470f123a5466c984bae55be (patch)
tree5e397d6dbbebca4b4122e4211a2d52eaeb34c3e0 /newmoon/README.md
parentMerge branch 'scite-bump' into 'master' (diff)
parentcheck gcc ver instead of fedora ver (diff)
downloadstackrpms-7f9d6c9f9a6c40582470f123a5466c984bae55be.tar.gz
stackrpms-7f9d6c9f9a6c40582470f123a5466c984bae55be.tar.bz2
stackrpms-7f9d6c9f9a6c40582470f123a5466c984bae55be.zip
Merge branch 'newmoon-bump' into 'master'
newmoon 29.4.3 with gcc11 support See merge request bgstack15/stackrpms!280
Diffstat (limited to 'newmoon/README.md')
-rw-r--r--newmoon/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/newmoon/README.md b/newmoon/README.md
index 5553a8b..c011701 100644
--- a/newmoon/README.md
+++ b/newmoon/README.md
@@ -21,5 +21,9 @@ Credit goes to so many sources and inspirations:
* https://build.opensuse.org/package/view_file/network/palemoon/palemoon.spec?expand=1
* instructions for compiling on centos 6 and 7 http://developer.palemoon.org/Developer_Guide:Build_Instructions/Pale_Moon/Linux#head:CentOS_6
+Fold the debian changelog notes with:
+
+ :'<,'>!sed -r -e 's/^ */* /;' | fold -w 72 -s | sed -r -e 's/^([^\*])/ \1/;' -e 's/^\*/ */;'
+
# Differences from upstream
diff -aur palemoon newmoon | vi -
bgstack15