From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.devel Subject: shlib major change from 3.0.3 to 3.0.4 Date: Sun, 13 Dec 2020 09:44:01 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25805"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (berkeley-unix) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Sun Dec 13 15:44:22 2020 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1koSbk-0006bl-IP for guile-devel@m.gmane-mx.org; Sun, 13 Dec 2020 15:44:20 +0100 Original-Received: from localhost ([::1]:36754 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1koSbj-00065a-DK for guile-devel@m.gmane-mx.org; Sun, 13 Dec 2020 09:44:19 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58166) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1koSbY-00065S-MX for guile-devel@gnu.org; Sun, 13 Dec 2020 09:44:08 -0500 Original-Received: from s1.lexort.com ([71.19.148.97]:53139) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1koSbW-0006Up-3G for guile-devel@gnu.org; Sun, 13 Dec 2020 09:44:08 -0500 Original-Received: by s1.lexort.com (Postfix, from userid 10853) id 20F3441067D; Sun, 13 Dec 2020 09:44:04 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lexort.com; s=mail; t=1607870644; bh=sJQIu4jTpYtMfnjq6u8ow/AwjpRgzX8q+uCkmMYqHyc=; h=From:To:Subject:Date; b=HG6Pz9PDHLJlaEqYab43n5hXMRwhNd3hFyflGt2yTXkJ/8CkRagdyV+9/t3ivbHYX roLncQkMmtetNeAzEXr8K0/lkzzRIq+pvBmoCVR1uXyGdRlpf0vLIJ9H6o4eqXyTSg WZR84egl9PQZaLhR0zg8SEFyvGKyAPdJRKB5APMw= OpenPGP: id=098ED60E Received-SPF: pass client-ip=71.19.148.97; envelope-from=gdt@lexort.com; helo=s1.lexort.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:20622 Archived-At: --=-=-= Content-Type: text/plain I am packaging guile 3 in pkgsrc-wip. (It's not promoted to pkgsrc proper because I am still having some issues.) Doing the update from 3.0.3 to 3.0.4 I found this change in install files: -guile/3.0/lib/libguile-3.0.so.3.0.0-gdb.scm +guile/3.0/lib/libguile-3.0.so.1.2.0-gdb.scm and that strikes me as likely a bug. Are others seeing this? Is it supposed to be 3.1.0 or 3.0.1, to reflect a micro change? Having the major version go backwards is baffling to me. Greg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQS7wyAjWilQwVHG9Vsf2nroCY7WDgUCX9YosQAKCRAf2nroCY7W DsUAAJ0Zoh6SjnYV/80/9B/KeBvkJw6uBgCfah1nyJy+kyGZ3AV7SsBAIdKkdSc= =YyJR -----END PGP SIGNATURE----- --=-=-=--