Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
vim.33543
vim-changelog.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vim-changelog.sh of Package vim.33543
#!/usr/bin/env zsh directory=https://ftp.nluug.nl/pub/vim/patches/ version=9.0 if [ $# -ne 2 ]; then echo "usage: $0 <old-minor-version> <new-minor-version>" 1>&2 exit 1 fi echo "Updated to version $version.$(echo $2 | sed 's/^*//'), fixes the following problems" for i in $(seq -w $1 $2); do curl $directory/$version/$version.$i -s | grep -v "Binary file (standard input) matches" | \ tr -d '\n' | grep -oP "Problem:.*Solution:" | sed s,"Problem: "," * ", | sed s,"Solution:",, | \ tr '\t' '\n' | sed s,' ','', | fmt -w 80 done
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor