GNU bug report logs - #67588
libtool --version copyright year stale

Previous Next

Package: libtool;

Reported by: Karl Berry <karl <at> freefriends.org>

Date: Sat, 2 Dec 2023 18:52:02 UTC

Severity: normal

Done: Mike Frysinger <vapier <at> gentoo.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67588 in the body.
You can then email your comments to 67588 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-libtool <at> gnu.org:
bug#67588; Package libtool. (Sat, 02 Dec 2023 18:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Karl Berry <karl <at> freefriends.org>:
New bug report received and forwarded. Copy sent to bug-libtool <at> gnu.org. (Sat, 02 Dec 2023 18:52:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Karl Berry <karl <at> freefriends.org>
To: bug-libtool <at> gnu.org
Subject: libtool --version copyright year stale
Date: Sat, 2 Dec 2023 11:50:37 -0700
$ libtool --version
libtool (GNU libtool) 2.4.7
Written by Gordon Matzigkeit, 1996

Copyright (C) 2014 Free Software Foundation, Inc.

.. but 2.4.7 was released in 2022. -k




Information forwarded to bug-libtool <at> gnu.org:
bug#67588; Package libtool. (Fri, 12 Jan 2024 07:14:01 GMT) Full text and rfc822 format available.

Message #8 received at 67588 <at> debbugs.gnu.org (full text, mbox):

From: Mike Frysinger <vapier <at> gentoo.org>
To: 67588 <at> debbugs.gnu.org
Subject: [PATCH] maint: add hook to automate release version updates
Date: Fri, 12 Jan 2024 02:13:24 -0500
Fixes libtool bug https://bugs.gnu.org/67588.

Automate the process to avoid it falling stale again in the future,
and then refresh here to get in sync.

* cfg.mk: Add rule to update libtool.m4 release version.
* m4/libtool.m4: Update release year.
---
 cfg.mk        | 5 +++++
 m4/libtool.m4 | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/cfg.mk b/cfg.mk
index 03ada1c11d54..62782ba809fb 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -23,6 +23,11 @@
 
 update-copyright-env := UPDATE_COPYRIGHT_FORCE=1 UPDATE_COPYRIGHT_USE_INTERVALS=1
 
+update-copyright: update-release-year
+update-release-year:
+	$(AM_V_GEN)year=`date +%Y`; \
+	sed -i "/_LT_COPY/,+1 { /Copyright/ {s:[0-9][0-9][0-9][0-9]:$${year}:} }" m4/libtool.m4
+
 # Set format of NEWS
 old_NEWS_hash := 68e212222416d15e517576ce749b131f
 
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index b9d3b1a5e3a6..8606c4e243f1 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -9,7 +9,7 @@
 # modifications, as long as this notice is preserved.
 
 m4_define([_LT_COPYING], [dnl
-# Copyright (C) 2014 Free Software Foundation, Inc.
+# Copyright (C) 2024 Free Software Foundation, Inc.
 # This is free software; see the source for copying conditions.  There is NO
 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
-- 
2.43.0





bug closed, send any further explanations to 67588 <at> debbugs.gnu.org and Karl Berry <karl <at> freefriends.org> Request was from Mike Frysinger <vapier <at> gentoo.org> to control <at> debbugs.gnu.org. (Fri, 12 Jan 2024 07:17:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-libtool <at> gnu.org:
bug#67588; Package libtool. (Fri, 12 Jan 2024 22:37:01 GMT) Full text and rfc822 format available.

Message #13 received at 67588 <at> debbugs.gnu.org (full text, mbox):

From: Karl Berry <karl <at> freefriends.org>
To: 67588 <at> debbugs.gnu.org
Subject: Re: bug#67588 acknowledged by developer
         (Control message)
Date: Fri, 12 Jan 2024 23:36:26 +0100
The bug was silently closed ... hopefully Mike's patch was applied? Or
something?  Not that it's a big deal, of course, just
wondering. --thanks, karl.





Information forwarded to bug-libtool <at> gnu.org:
bug#67588; Package libtool. (Fri, 12 Jan 2024 22:40:02 GMT) Full text and rfc822 format available.

Message #16 received at 67588 <at> debbugs.gnu.org (full text, mbox):

From: Mike Frysinger <vapier <at> gentoo.org>
To: Karl Berry <karl <at> freefriends.org>
Cc: 67588 <at> debbugs.gnu.org
Subject: Re: bug#67588: acknowledged by developer         (Control message)
Date: Fri, 12 Jan 2024 17:39:25 -0500
[Message part 1 (text/plain, inline)]
On 12 Jan 2024 23:36, Karl Berry wrote:
> The bug was silently closed ... hopefully Mike's patch was applied? Or
> something?  Not that it's a big deal, of course, just
> wondering. --thanks, karl.

i suckered someone into adding me to the libtool dev pool, so i pushed+closed.
or maybe i'm the sucker.
who knows anymore.
-mike
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 10 Feb 2024 12:24:19 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 92 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.