GraphicsMagick: 2 new changesets
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.31516.1659191584.1510.graphicsmagick-commit@lists.sourceforge.net> |
changeset 8c2e5a3c2702 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=8c2e5a3c2702 summary: configure: fix bashism changeset 6067712c2819 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=6067712c2819 summary: Update generated files diffstat: ChangeLog | 4 ++++ VisualMagick/installer/inc/version.isx | 4 ++-- configure | 2 +- configure.ac | 2 +- magick/version.h | 4 ++-- www/Changelog.html | 3 +++ 6 files changed, 13 insertions(+), 6 deletions(-) diffs (73 lines): diff -r 0a06f497d588 -r 6067712c2819 ChangeLog --- a/ChangeLog Wed Jul 27 18:26:42 2022 -0500 +++ b/ChangeLog Sat Jul 30 09:32:46 2022 -0500 @@ -1,3 +1,7 @@ +2022-07-30 Sam James <[email protected]> + + * configure.ac: Fix Bashism in maintainer-mode check. + 2022-07-27 Bob Friesenhahn <[email protected]> * coders/miff.c (ImportRLEPixels): Add missing type cast for diff -r 0a06f497d588 -r 6067712c2819 VisualMagick/installer/inc/version.isx --- a/VisualMagick/installer/inc/version.isx Wed Jul 27 18:26:42 2022 -0500 +++ b/VisualMagick/installer/inc/version.isx Sat Jul 30 09:32:46 2022 -0500 @@ -10,5 +10,5 @@ #define public MagickPackageName "GraphicsMagick" #define public MagickPackageVersion "1.4" -#define public MagickPackageVersionAddendum ".020220727" -#define public MagickPackageReleaseDate "snapshot-20220727" +#define public MagickPackageVersionAddendum ".020220730" +#define public MagickPackageReleaseDate "snapshot-20220730" diff -r 0a06f497d588 -r 6067712c2819 configure --- a/configure Wed Jul 27 18:26:42 2022 -0500 +++ b/configure Sat Jul 30 09:32:46 2022 -0500 @@ -29493,7 +29493,7 @@ # Tests for programs only used while in maintainer mode -if test "$MAINT" == '' ; then +if test "$MAINT" = '' ; then # Test for optional rst2html.py utility and define automake conditional HasRST2HTML if found. for ac_prog in rst2html.py rst2html do diff -r 0a06f497d588 -r 6067712c2819 configure.ac --- a/configure.ac Wed Jul 27 18:26:42 2022 -0500 +++ b/configure.ac Sat Jul 30 09:32:46 2022 -0500 @@ -3148,7 +3148,7 @@ AM_CONDITIONAL([HasPSDelegate],[test "$have_gs" = 'yes']) # Tests for programs only used while in maintainer mode -if test "$MAINT" == '' ; then +if test "$MAINT" = '' ; then # Test for optional rst2html.py utility and define automake conditional HasRST2HTML if found. AC_CHECK_PROGS([RST2HTML],[rst2html.py rst2html]) diff -r 0a06f497d588 -r 6067712c2819 magick/version.h --- a/magick/version.h Wed Jul 27 18:26:42 2022 -0500 +++ b/magick/version.h Sat Jul 30 09:32:46 2022 -0500 @@ -38,8 +38,8 @@ #define MagickLibVersion 0x272400 #define MagickLibVersionText "1.4" #define MagickLibVersionNumber 27,24,0 -#define MagickChangeDate "20220727" -#define MagickReleaseDate "snapshot-20220727" +#define MagickChangeDate "20220730" +#define MagickReleaseDate "snapshot-20220730" /* The MagickLibInterfaceNewest and MagickLibInterfaceOldest defines diff -r 0a06f497d588 -r 6067712c2819 www/Changelog.html --- a/www/Changelog.html Wed Jul 27 18:26:42 2022 -0500 +++ b/www/Changelog.html Sat Jul 30 09:32:46 2022 -0500 @@ -35,6 +35,9 @@ <div class="document"> +<p>2022-07-30 Sam James <<a class="reference external" href="mailto:sam%40gentoo.org">sam<span>@</span>gentoo<span>.</span>org</a>></p> +<blockquote> +* configure.ac: Fix Bashism in maintainer-mode check.</blockquote> <p>2022-07-27 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p> <blockquote> * coders/miff.c (ImportRLEPixels): Add missing type cast for