From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110215 invoked by alias); 16 Apr 2017 19:06:46 -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 110201 invoked by uid 89); 16 Apr 2017 19:06:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*M:cygwin, H*i:sk:announc, H*MI:sk:announc, readily 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 ESMTP; Sun, 16 Apr 2017 19:06:44 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E1379C049D5D for ; Sun, 16 Apr 2017 19:06:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com E1379C049D5D Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=none smtp.mailfrom=yselkowitz@cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com E1379C049D5D Received: from [10.10.120.31] (ovpn-120-31.rdu2.redhat.com [10.10.120.31]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9E19478349 for ; Sun, 16 Apr 2017 19:06:44 +0000 (UTC) Subject: Re: [ANNOUNCEMENT] test: icu-59.1-1 To: cygwin-apps@cygwin.com References: From: Yaakov Selkowitz Message-ID: <618e34d6-7007-8c86-9535-3fb7dbaa1c54@cygwin.com> Date: Sun, 16 Apr 2017 19:06:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00039.txt.bz2 On 2017-04-16 12:20, Ken Brown wrote: > This is an update to the latest upstream release. There are major > changes in this release that will make ICU easier to use but require > changes in projects using ICU. In particular, ICU now requires C++11, > so packages using ICU may need to add -std=c++11 or -std=gnu++11 to > CXXFLAGS. See > > http://site.icu-project.org/download/59 > > for further details. > > I'm making this a test release to give other maintainers time to > adapt to the changes. If no problems are reported within a few weeks, > I'll promote it to current. I can see this being problematic for some packages. We may want to wait for this to hit Fedora rawhide first so that patches for dependent packages are readily available. -- Yaakov