From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by sourceware.org (Postfix) with ESMTPS id 39B08385DC00 for ; Wed, 3 Jun 2020 05:33:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 39B08385DC00 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=utahime.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=yasu@utahime.org Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id 9F1F5580A7 for ; Wed, 3 Jun 2020 14:33:35 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1591162415; bh=RqQKGHMP/MQ0gcGbW0CF3y/3aTnm6z2ABfAHXuMgTDI=; h=Date:To:Subject:From:In-Reply-To:References; b=B3BoaJrbNsgFff98hZCDWE18Rp8YPMYh/Sh1cIesluLmpA6DpK3jyWl124SLc0wXs ixb46VeIHq1GLoJ5vWjjGwUpTuMLnF7VGrOs7tX9bohG2daaYUrY126c0uvs0TilIz s7IisNJqlOQDjNo7xIgV+bqkDxE7Kap2OpGHKfnrw4ldKhRwI5M8nBngzwkZ2RwReW iEuSbI/tR7WtjS90zCTWz09ZrrhMhY6BXw0kPWv3WpOfHleovj8qUb+J3Tb/N1RqLo YPHOREqsDkWeftU1Zgz4CaTFHxd5zvSMIC6+rWqJ7To+Cm37BIEjfWrSEj2JnJWbNW momGcrsyMMviA== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 5C02E6BEC; Wed, 3 Jun 2020 14:33:34 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.3 at eastasia.home.utahime.org Date: Wed, 03 Jun 2020 14:31:56 +0900 (JST) Message-Id: <20200603.143156.1513397643549932284.yasu@utahime.org> To: cygwin-apps@cygwin.com Subject: Re: Update of packages by non-maintainer From: Yasuhiro KIMURA In-Reply-To: References: <20200529.073435.1952274186863135803.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_ASCII_DIVIDERS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2020 05:33:40 -0000 From: Achim Gratz Subject: Re: Update of packages by non-maintainer Date: Fri, 29 May 2020 11:59:01 +0200 >> In my case following line should be put as override.hint. Right? >> > ---------------------------------------------------------------------- >> curr: 0.4-1 >> > ---------------------------------------------------------------------- > > You would probably also need a "replace-versions:" line. I'd tend to > use the "version:" line to override the upstream version number to > something that sorts correctly with the previous version number in > this case, though. Something as simple as "deb+0.4" might already do > that. I put this override.hint to my overlay package server directory and ran mksetupini. But it resulted in error that mksetupini don't know "cur:". So I changed override.hint as following. ---------------------------------------------------------------------- replace-versions: 9100h-2 ---------------------------------------------------------------------- Then again I put it to the direcotry and ran mksetupini. This time it succeeded without any error. But when I run setup-x86_64, anthy packages didn't appear in Pending view. So I gave up to use override.hint and decided to change version number to "9100h+0.4". It works fine with all of cygport, mksetupini and setup-x86_64. --- Yasuhiro KIMURA