Skip to content

Commit 553ca1b

Browse files
author
Cristy
committed
auto-generate the change log from git commit
1 parent 8215fc2 commit 553ca1b

8 files changed

+848
-9069
lines changed

.auto-changelog

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"output": "ChangeLog.md",
3+
"template": "keepachangelog",
4+
"unreleased": false,
5+
"commitLimit": false,
6+
"startingVersion": "6.9.12-0",
7+
"hideCredit": true
8+
}

ChangeLog

-9,053
This file was deleted.

ChangeLog.md

+824
Large diffs are not rendered by default.

ImageMagick.spec.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}
223223
%ldconfig_scriptlets c++
224224

225225
%files
226-
%doc README.txt LICENSE NOTICE AUTHORS.txt NEWS.txt ChangeLog
226+
%doc README.txt LICENSE NOTICE AUTHORS.txt NEWS.txt ChangeLog.md
227227
%{_bindir}/[a-z]*
228228
%{_mandir}/man[145]/[a-z]*
229229
%{_mandir}/man1/%{name}.*

Makefile.am

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ XFAIL_TESTS = \
9494

9595
TOP_EXTRA_DIST = \
9696
AUTHORS.txt \
97-
ChangeLog \
97+
ChangeLog.md \
9898
LICENSE \
9999
QuickStart.txt \
100100
NOTICE \
@@ -168,7 +168,7 @@ man_MANS = \
168168

169169
doc_DATA = \
170170
LICENSE \
171-
ChangeLog \
171+
ChangeLog.md \
172172
NEWS.txt
173173
endif
174174

@@ -283,7 +283,7 @@ magick-version: magick/version.h
283283
fi ; \
284284
touch magick-version
285285

286-
magick/version.h: $(top_srcdir)/ChangeLog $(top_srcdir)/m4/version.m4
286+
magick/version.h: $(top_srcdir)/ChangeLog.md $(top_srcdir)/m4/version.m4
287287

288288
# Automagically reconfigure libtool
289289
LIBTOOL_DEPS = @LIBTOOL_DEPS@

Makefile.in

+7-7
Original file line numberDiff line numberDiff line change
@@ -2960,10 +2960,10 @@ am__DIST_COMMON = $(srcdir)/ImageMagick.spec.in \
29602960
$(top_srcdir)/wand/MagickWand-config.in \
29612961
$(top_srcdir)/wand/MagickWand.pc.in \
29622962
$(top_srcdir)/wand/Wand-config.in \
2963-
$(top_srcdir)/wand/Wand.pc.in ChangeLog config/ar-lib \
2964-
config/compile config/config.guess config/config.sub \
2965-
config/depcomp config/install-sh config/ltmain.sh \
2966-
config/missing config/mkinstalldirs
2963+
$(top_srcdir)/wand/Wand.pc.in config/ar-lib config/compile \
2964+
config/config.guess config/config.sub config/depcomp \
2965+
config/install-sh config/ltmain.sh config/missing \
2966+
config/mkinstalldirs
29672967
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
29682968
distdir = $(PACKAGE)-$(VERSION)
29692969
top_distdir = $(distdir)
@@ -3429,7 +3429,7 @@ TESTS_ENVIRONMENT = \
34293429

34303430
TOP_EXTRA_DIST = \
34313431
AUTHORS.txt \
3432-
ChangeLog \
3432+
ChangeLog.md \
34333433
LICENSE \
34343434
QuickStart.txt \
34353435
NOTICE \
@@ -5614,7 +5614,7 @@ pkgconfig_DATA = \
56145614

56155615
@INSTALL_DOC_TRUE@doc_DATA = \
56165616
@INSTALL_DOC_TRUE@ LICENSE \
5617-
@INSTALL_DOC_TRUE@ ChangeLog \
5617+
@INSTALL_DOC_TRUE@ ChangeLog.md \
56185618
@INSTALL_DOC_TRUE@ NEWS.txt
56195619

56205620
@MAINTAINER_MODE_TRUE@MAINTAINER_TARGETS = \
@@ -12979,7 +12979,7 @@ magick-version: magick/version.h
1297912979
fi ; \
1298012980
touch magick-version
1298112981

12982-
magick/version.h: $(top_srcdir)/ChangeLog $(top_srcdir)/m4/version.m4
12982+
magick/version.h: $(top_srcdir)/ChangeLog.md $(top_srcdir)/m4/version.m4
1298312983
libtool: $(LIBTOOL_DEPS)
1298412984
$(SHELL) ./config.status --recheck
1298512985

configure

+3-3
Original file line numberDiff line numberDiff line change
@@ -4494,7 +4494,7 @@ else
44944494
fi
44954495
AM_BACKSLASH='\'
44964496

4497-
CONFIGURE_DEPENDENCIES="$CONFIGURE_DEPENDENCIES \$(top_srcdir)/ChangeLog \$(top_srcdir)/m4/version.m4"
4497+
CONFIGURE_DEPENDENCIES="$CONFIGURE_DEPENDENCIES \$(top_srcdir)/ChangeLog.md \$(top_srcdir)/m4/version.m4"
44984498

44994499

45004500
#
@@ -4551,7 +4551,7 @@ MAGICK_PATCHLEVEL_VERSION=42
45514551

45524552
MAGICK_VERSION=6.9.12-42
45534553

4554-
MAGICK_GIT_REVISION=17091:8b7b17c8f:20220221
4554+
MAGICK_GIT_REVISION=17101:8215fc2e7:20220226
45554555

45564556

45574557
# Substitute library versioning
@@ -4581,7 +4581,7 @@ PACKAGE_LIB_VERSION=0x69C
45814581

45824582
PACKAGE_LIB_VERSION_NUMBER=6,9,12,42
45834583

4584-
PACKAGE_RELEASE_DATE=2022-02-21
4584+
PACKAGE_RELEASE_DATE=2022-02-26
45854585

45864586

45874587
# Ensure that make can run correctly

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ m4_define([magick_git_revision],
3939
]))
4040
m4_define([magick_release_date],
4141
m4_esyscmd([
42-
d=$(date -u +%F -r ./ChangeLog)
42+
d=$(date -u +%F -r ./ChangeLog.md)
4343
printf %s "$d"
4444
]))
4545

@@ -61,7 +61,7 @@ AC_CANONICAL_TARGET
6161
AM_INIT_AUTOMAKE([foreign no-define color-tests parallel-tests -Wall -Wno-portability subdir-objects dist-bzip2 dist-lzip dist-xz dist-zip tar-ustar])
6262

6363
AM_SILENT_RULES([yes])
64-
AC_SUBST([CONFIGURE_DEPENDENCIES],["$CONFIGURE_DEPENDENCIES \$(top_srcdir)/ChangeLog \$(top_srcdir)/m4/version.m4"])
64+
AC_SUBST([CONFIGURE_DEPENDENCIES],["$CONFIGURE_DEPENDENCIES \$(top_srcdir)/ChangeLog.md \$(top_srcdir)/m4/version.m4"])
6565

6666
#
6767
# Save initial user-tunable values

0 commit comments

Comments
 (0)