From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id DCD663858415 for ; Tue, 8 Nov 2022 08:04:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DCD663858415 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org From: Sam James Content-Type: multipart/signed; boundary="Apple-Mail=_17BBB186-6849-4A68-9A7F-F1004C135981"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.200.110.1.12\)) Subject: Re: [PATCH] configure.ac: add dist-xz Date: Tue, 8 Nov 2022 08:04:38 +0000 References: <20221108073503.2609200-1-sam@gentoo.org> To: libabigail@sourceware.org In-Reply-To: <20221108073503.2609200-1-sam@gentoo.org> Message-Id: <9B665B0E-2AE8-471F-9B35-D2809DDEA35E@gentoo.org> X-Mailer: Apple Mail (2.3731.200.110.1.12) X-Spam-Status: No, score=-10.5 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --Apple-Mail=_17BBB186-6849-4A68-9A7F-F1004C135981 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On 8 Nov 2022, at 07:35, Sam James wrote: >=20 > On master at 9db716e3b15912b7162def1faa704eb7823bbf34: > .rw-r--r-- 406M sam 8 Nov 07:27 =EF=90=90 libabigail-2.2.tar.gz > .rw-r--r-- 348M sam 8 Nov 07:26 =EF=90=90 libabigail-2.2.tar.xz >=20 > xz is quite a common format for software to be distributed > in nowadays because of its size reductions. >=20 > Signed-off-by: Sam James > --- > ChangeLog | 8 ++++++++ > Makefile.am | 4 ++-- > configure.ac | 2 +- > 3 files changed, 11 insertions(+), 3 deletions(-) >=20 > diff --git a/ChangeLog b/ChangeLog > index 33944561..f7f8d6f8 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,11 @@ > +2022-11-08 Sam James > + > + build: Create an xz distribution tarball in addition to gzip. > + > + * configure.ac: add dist-xz to AM_INIT_AUTOMAKE. > + * Makefile.am: adjust $(TARBALL) to new extension. > + * Makefile.am: pass XZ_OPT=3D"-0" for distcheck-fast. > + > 2022-09-24 Dodji Seketeli >=20 > ir: Avoid cancelling a "confirmed" propagated canonical type > diff --git a/Makefile.am b/Makefile.am > index 65a1b121..a0310368 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -53,7 +53,7 @@ check-valgrind-recursive: > update-changelog: > python $(srcdir)/gen-changelog.py > $(srcdir)/ChangeLog >=20 > -TARBALL =3D $(PACKAGE_NAME)-$(VERSION).tar.gz > +TARBALL =3D $(PACKAGE_NAME)-$(VERSION).tar.xz > RELEASED_BRANCH =3D master I should've just changed this to take two so we keep gzip (as make will produce one anyway), but I'll wait until feedback about if we want to do this at all first. --Apple-Mail=_17BBB186-6849-4A68-9A7F-F1004C135981 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iNUEARYKAH0WIQQlpruI3Zt2TGtVQcJzhAn1IN+RkAUCY2oNll8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0MjVB NkJCODhERDlCNzY0QzZCNTU0MUMyNzM4NDA5RjUyMERGOTE5MAAKCRBzhAn1IN+R kJzDAP9qQim1wkkLv8SyyPz5ns21HhycnGuMMTK8QVixx1zVbQD9G/pBVk2P05Oe paTd+jLiJqIH6F8IwSmRr9r7Oze+CQA= =TW5U -----END PGP SIGNATURE----- --Apple-Mail=_17BBB186-6849-4A68-9A7F-F1004C135981--