Accepting request 876001 from home:mgerstner:branches:editors

- vim-changelog.sh:
  * use https:// URL for authenticity. For this URL needs to be changed to
    nluugl.nl which is the actual server behind this and the SSL certificate
    only works for this URL.
  * Check for number of arguments.
  * Maintain leading zeroes in version arguments, otherwise things
    like `vim-changelog.sh 0007 0010` fail to work.

OBS-URL: https://build.opensuse.org/request/show/876001
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=651
This commit is contained in:
Ismail Dönmez
2021-03-01 16:43:07 +00:00
committed by Git OBS Bridge
parent c6d85ad3bb
commit d614f5a310
2 changed files with 18 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 1 13:45:17 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
- vim-changelog.sh:
* use https:// URL for authenticity. For this URL needs to be changed to
nluugl.nl which is the actual server behind this and the SSL certificate
only works for this URL.
* Check for number of arguments.
* Maintain leading zeroes in version arguments, otherwise things
like `vim-changelog.sh 0007 0010` fail to work.
-------------------------------------------------------------------
Thu Feb 18 16:44:25 UTC 2021 - Ludwig Nussel <lnussel@suse.de>