From ffef3bce078cb05c9743470d7acc5287eee8d956 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 26 Jul 2012 17:17:40 +0000 Subject: switch from lzma to xz payload by default (like FC & mdv) (supported since 2008) --- NEWS | 2 ++ macros.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3310a89..49f9f36 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ - install g-ir-extract-deps in the right place +- switch from lzma to xz payload by default (like FC & mdv) + (supported since 2008) Version 1.150 - 26 Jul 2012, by Thierry Vignaud - build with -fPIC on x86_64 too (pok, mdv) diff --git a/macros.in b/macros.in index 9175dd4..20f63fe 100644 --- a/macros.in +++ b/macros.in @@ -23,7 +23,7 @@ %_changelog_trimtime %{lua:print(os.time() - 3 * 365 * 86400)} # use LZMA to compress binary packages: -%_binary_payload w5.lzdio +%_binary_payload w5.xzdio #============================================================================== # ---- GPG/PGP/PGP5 signature macros. -- cgit v1.2.1