From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by sourceware.org (Postfix) with ESMTP id A91F03947420 for ; Mon, 6 Apr 2020 16:50:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A91F03947420 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=yselkowitz@cygwin.com Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-147-4luOxsruNFC4sXnVimSyIQ-1; Mon, 06 Apr 2020 12:50:24 -0400 X-MC-Unique: 4luOxsruNFC4sXnVimSyIQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5F923107ACC7 for ; Mon, 6 Apr 2020 16:50:23 +0000 (UTC) Received: from smtp.corp.redhat.com (ovpn-117-48.rdu2.redhat.com [10.10.117.48]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 012079B912 for ; Mon, 6 Apr 2020 16:50:22 +0000 (UTC) X-Mailbox-Line: From cygwin-announce-pkgconf-1.6.3-1 Mon Apr 06 12:49:31 2020 From: Yaakov Selkowitz To: cygwin-announce@cygwin.com Date: Mon, 06 Apr 2020 12:49:31 -0400 Message-Id: <20200406124931.64061-1-yselkowitz@cygwin.com> Subject: pkgconf 1.6.3-1 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: cygwin.com Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-9.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NEUTRAL, 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-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2020 16:50:27 -0000 The following packages have been uploaded to the Cygwin distribution: * pkgconf-1.6.3-1 * libpkgconf3-1.6.3-1 * libpkgconf-devel-1.6.3-1 * pkg-config-1.6.3-1 pkgconf is a program which helps to configure compiler and linker flags=20 for development frameworks. It is an alternative to pkg-config. This is an update to the latest upstream release. The cross-pkg-config=20 commands have been switched to symlinks based on upstream advice. -- Yaakov