From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97984 invoked by alias); 8 Jan 2016 07:32:08 -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 97969 invoked by uid 89); 8 Jan 2016 07:32:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_05,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*Ad:U*yselkowitz, yaakov, Yaakov, UD:cz X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 08 Jan 2016 07:32:06 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id C37788F282 for ; Fri, 8 Jan 2016 07:32:05 +0000 (UTC) Received: from [10.10.116.42] (ovpn-116-42.rdu2.redhat.com [10.10.116.42]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u087W4So010500 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 8 Jan 2016 02:32:05 -0500 Subject: Re: [cygport] Bugfixes To: cygwin-apps@cygwin.com References: <87a8pfd7a3.fsf@Rainer.invalid> From: Yaakov Selkowitz Message-ID: <568F65E8.3060205@cygwin.com> Date: Fri, 08 Jan 2016 07:32:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <87a8pfd7a3.fsf@Rainer.invalid> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00005.txt.bz2 On 2015-12-12 09:19, Achim Gratz wrote: > The following two patches fix a bug in the shebang detection which was > not properly restricted to just the beginning of the file and a more > obscure on in the dependency extraction. > > http://repo.or.cz/cygport/rpm-style.git/commitdiff/d5bd5854cce3acfea7572ce0276519149ee92081 Merged, thanks. > http://repo.or.cz/cygport/rpm-style.git/commitdiff/c57857ab52ba0c1c7edf37ae4fb9384690dd1df1 Do we really need to sort twice? -- Yaakov