GraphicsMagick: Makefile.am: Stop producing Zstandard compressed...
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.21493.1677440615.1384.graphicsmagick-commit@lists.sourceforge.net> |
changeset ca9c374fc191 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=ca9c374fc191 summary: Makefile.am: Stop producing Zstandard compressed archives. diffstat: ChangeLog | 2 ++ Makefile.am | 4 ++-- Makefile.in | 4 ++-- www/Changelog.html | 1 + 4 files changed, 7 insertions(+), 4 deletions(-) diffs (50 lines): diff -r 860c6cdfe06e -r ca9c374fc191 ChangeLog --- a/ChangeLog Sun Feb 26 12:13:22 2023 -0600 +++ b/ChangeLog Sun Feb 26 13:43:22 2023 -0600 @@ -1,5 +1,7 @@ 2023-02-26 Bob Friesenhahn <[email protected]> + * Makefile.am: Stop producing Zstandard compressed archives. + * www/download.rst: Add summary documentation regarding archive formats. * Makefile.am: Stop producing BZip compressed archives. diff -r 860c6cdfe06e -r ca9c374fc191 Makefile.am --- a/Makefile.am Sun Feb 26 12:13:22 2023 -0600 +++ b/Makefile.am Sun Feb 26 13:43:22 2023 -0600 @@ -382,8 +382,8 @@ endif # HAS_RPM # Add zstd compression to output files -DIST_TARGETS = dist-lzip dist-xz dist-gzip dist-zstd -DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.lz $(distdir).tar.xz $(distdir).tar.zst +DIST_TARGETS = dist-lzip dist-xz dist-gzip +DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.lz $(distdir).tar.xz # Rules to build a .tar.zst tarball dist-zstd: distdir diff -r 860c6cdfe06e -r ca9c374fc191 Makefile.in --- a/Makefile.in Sun Feb 26 12:13:22 2023 -0600 +++ b/Makefile.in Sun Feb 26 13:43:22 2023 -0600 @@ -4922,8 +4922,8 @@ # Add zstd compression to output files -DIST_TARGETS = dist-lzip dist-xz dist-gzip dist-zstd -DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.lz $(distdir).tar.xz $(distdir).tar.zst +DIST_TARGETS = dist-lzip dist-xz dist-gzip +DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.lz $(distdir).tar.xz # # Build a validated snapshot release and move to the snapshots directory. diff -r 860c6cdfe06e -r ca9c374fc191 www/Changelog.html --- a/www/Changelog.html Sun Feb 26 12:13:22 2023 -0600 +++ b/www/Changelog.html Sun Feb 26 13:43:22 2023 -0600 @@ -40,6 +40,7 @@ <p>2023-02-26 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> <ul class="simple"> +<li><p>Makefile.am: Stop producing Zstandard compressed archives.</p></li> <li><p>www/download.rst: Add summary documentation regarding archive formats.</p></li> <li><p>Makefile.am: Stop producing BZip compressed archives.</p></li> </ul>