From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: How to keep package greader updated? Date: Sun, 30 Jun 2024 11:14:58 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6261"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Michelangelo Rodriguez Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 30 17:15:47 2024 Return-path: Envelope-to: ged-emacs-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 1sNwHK-0001NL-U8 for ged-emacs-devel@m.gmane-mx.org; Sun, 30 Jun 2024 17:15:47 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sNwGf-0007Ep-NI; Sun, 30 Jun 2024 11:15:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sNwGe-0007ES-G9 for emacs-devel@gnu.org; Sun, 30 Jun 2024 11:15:04 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sNwGc-00026D-PN for emacs-devel@gnu.org; Sun, 30 Jun 2024 11:15:04 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 43070100043; Sun, 30 Jun 2024 11:15:01 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1719760500; bh=9ERh+sAbIASwS9zSWyiuvLBLDmtkabrXO516adQ4Eck=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=cp1evZL2d5z6n3Q4HCqq65ISOQQ+rOVRkFDCgcSn5WPnxrTNUxg2ZDgw66DB1Un5K QRBTT/aMevptdCUOVPfo3hgBLY1f8TFRkAmSHkfHWNM6yAPq20HpCXIm4WFy3Yj7JZ syCWLMY5P9I7lX2F3xrWCX//xDrhCBTu15RDfF+9KM4xwPOFnshVWIBNwaWgKokwyh K8YnmYHCoMFqUq+aVH9ZFk/R9S/QIWu06NgfgLLwVzLXp33kNhYfNBveloeMlIkaxr yxcEiBUNWJ3fUNeJVJ0X0XDkhjA/k81R5CnbS3g6hr1JW98Q/fM44XJRUx+1bd3qi6 FEJnT2O94ZP2g== Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 03E2910002E; Sun, 30 Jun 2024 11:15:00 -0400 (EDT) Original-Received: from pastel (unknown [45.72.245.253]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id AE4C5120352; Sun, 30 Jun 2024 11:14:59 -0400 (EDT) In-Reply-To: (Michelangelo Rodriguez's message of "Sun, 30 Jun 2024 13:34:29 +0200") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:320968 Archived-At: >>> Ok, I fixed (hopefully!) copyright on these 2 files. >> Seems like it worked: > package-refresh-contents > describe-package > greader Do you have GNU-devel in your `package-archives`? Compare http://elpa.gnu.org/packages/greader.html vs http://elpa.gnu.org/devel/greader.html The fix worked for GNU-devel ELPA but in order to get a release on GNU ELPA you still have to bump the `Version:` (because the release tarballs are built from the commits that change the `Version:`, and those commits still have the missing copyright line). Stefan