Skip to content

Commit

Permalink
Switch release tarballs .bz2 -> .xz
Browse files Browse the repository at this point in the history
* `.bz2` = 3.57 MiB
* `.xz` = 3.18 MiB
  by switching, we save over 10%

Fixes #170
  • Loading branch information
SoapGentoo committed Sep 4, 2021
1 parent 2ae0a10 commit aadb050
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Octave/make_src_filter
Win32/Makefile.mingw
aclocal.m4
autom4te.cache
libsamplerate-*.tar.bz2
libsamplerate-*.tar.xz
compile
config.*
!/config.h.in
Expand Down
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Unreleased
platforms.
* Fixes and improvements for CMake build system.
* Fixes and improvements for Autotools build system.
* Switch to .xz over .bz2 for release tarballs.
* Minor bug fixes and updates.

Version 0.2.1 (2021-01-23)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([src/config.h])

AM_INIT_AUTOMAKE([1.14 foreign dist-bzip2 no-dist-gzip subdir-objects serial-tests])
AM_INIT_AUTOMAKE([1.14 foreign dist-xz no-dist-gzip subdir-objects serial-tests])
AM_SILENT_RULES([yes])

dnl ====================================================================================
Expand Down

0 comments on commit aadb050

Please sign in to comment.