* Makefile.am: Add empty line to ChangeLog after date/author

This commit is contained in:
Tim Rühsen
2017-04-11 15:29:21 +02:00
parent f00a7574f6
commit 863370b87c
2 changed files with 1 additions and 28 deletions

View File

@ -1,27 +0,0 @@
2016-03-16 Giuseppe Scrivano <gscrivan@redhat.com>
* include/libwget.h.in (wget_bar_init): Change type of nslots and max from int to size_t.
(wget_bar_deinit): Likewise.
(wget_bar_update): Likewise.
(wget_bar_print): Likewise.
(wget_bar_vprintf): Likewise.
(wget_bar_printf): Likewise.
* libwget/bar.c (wget_bar_init): Change type of nslots and max from int to size_t.
(wget_bar_deinit): Likewise.
(wget_bar_update): Likewise.
(wget_bar_print): Likewise.
(wget_bar_vprintf): Likewise.
(wget_bar_printf): Likewise.
* src/bar.h (bar_init): Change type of nslots and max from int to size_t.
(bar_deinit): Likewise.
(bar_update): Likewise.
(bar_print): Likewise.
(bar_vprintf): Likewise.
(bar_printf): Likewise.
* src/bar.c (bar_init): Change type of nslots and max from int to size_t.
(bar_deinit): Likewise.
(bar_update): Likewise.
(bar_print): Likewise.
(bar_vprintf): Likewise.
(bar_printf): Likewise.

View File

@ -26,7 +26,7 @@ dist-hook: gen-ChangeLog
gen-ChangeLog:
$(AM_V_GEN)if test -d .git; then \
git log --no-merges --date=short \
--pretty='format:%ad %an <%ae>%w(0,0,5)%+B' \
--pretty='format:%ad %an <%ae>%w(0,0,5)%+B' | sed '/^[1-9].*/G' \
> $(distdir)/ChangeLog; \
fi