From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mail.openembedded.org (Postfix) with ESMTP id 5FB6F6093C for ; Mon, 12 Feb 2018 17:05:08 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Feb 2018 09:05:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,503,1511856000"; d="scan'208";a="17859063" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by orsmga006.jf.intel.com with ESMTP; 12 Feb 2018 09:05:09 -0800 To: "Maxin B. John" , openembedded-core@lists.openembedded.org References: <1518454991-32814-1-git-send-email-maxin.john@intel.com> From: Alexander Kanavin Message-ID: <8ee3b54b-5ae2-1ac5-35cd-111a9362f1e9@linux.intel.com> Date: Mon, 12 Feb 2018 18:59:00 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1518454991-32814-1-git-send-email-maxin.john@intel.com> Subject: Re: [PATCH v2 1/2] fontconfig: fix upstream version check X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2018 17:05:09 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 02/12/2018 07:03 PM, Maxin B. John wrote: > In the case of fontconfig, version x.x.9x are release candidates > for next version. > +UPSTREAM_CHECK_REGEX = "fontconfig-(?P\d+\.\d+\.(?!9\d+)\d+)\.tar\.gz" Drop the \.gz part. Upstreams can and do switch to anything else at any point - bz2, xz, lz, whateverz. Alex