From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105992 invoked by alias); 29 Mar 2019 18:42:11 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 105955 invoked by uid 89); 29 Mar 2019 18:42:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: mout.kundenserver.de Received: from mout.kundenserver.de (HELO mout.kundenserver.de) (212.227.17.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 29 Mar 2019 18:42:09 +0000 Received: from [192.168.178.45] ([95.91.242.222]) by mrelayeu.kundenserver.de (mreue107 [212.227.15.183]) with ESMTPSA (Nemesis) id 1MysFQ-1gnTa91MlW-00vwRV for ; Fri, 29 Mar 2019 19:42:07 +0100 Subject: Re: calm: cygwin package upload report from sourceware.org for Thomas Wolff To: cygwin-apps@cygwin.com References: <20190329180211.86521.99579@sourceware.org> <3fb315b7-1160-1ef4-7e64-d5f99e0dcd99@towo.net> <46f4cc2f-7d4e-e252-2c38-edc6528875b5@dronecode.org.uk> From: Thomas Wolff Message-ID: Date: Fri, 29 Mar 2019 18:42:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <46f4cc2f-7d4e-e252-2c38-edc6528875b5@dronecode.org.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2019-03/txt/msg00032.txt.bz2 Jon Turney wrote: > On 29/03/2019 18:11, Thomas Wolff wrote: >> I've repeatedly tried to upload a new package, with the two discussed >> modifications in packaging, and the last response was this: >> >> Am 29.03.2019 um 19:02 schrieb >> cygwin-no-reply-rDBXBDvO6BXQT0dZR+AlfA@public.gmane.org: >>> ERROR: package 'mintty' version '3.0.0-1' is most recent non-test >>> version, but version '2.9.9-0' is curr: > > This is because you have an existing override.hint file for mintty, > containing: > > curr: 2.9.9-0 > prev: 2.9.6-0 > > You have to decide what you want instead of this. I see no such .hint file in the upload area anymore. Even downloaded the current .hint files to check. Brian Inglis wrote: > If used, that should be: > curr: 3.0.0-1 > prev: 2.9.9-0 > > Check your ${P}/${P}-${V}/${P}-${V}-{R}.${ARCH}/dist/${P}/** hints and tars all > have the same ${P}-${V}-{R} i.e. mintty-3.0.0-1. > > The issue may be, as explained, that 2.9.9-0 is treated as a test release. So I'll try the .hint as you fixed... Thomas