icu: Update to version 56.1.
Message ID | 1444410357-19836-1-git-send-email-stefan.schantl@ipfire.org |
---|---|
State | Accepted |
Commit | 406d01e730bd54d41bf8a6273014c4b167172fec |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id 545FF60456 for <patchwork@ipfire.org>; Fri, 9 Oct 2015 19:05:59 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id ED636F02; Fri, 9 Oct 2015 19:05:58 +0200 (CEST) Received: from tuxedo.stevee.com (unknown [217.111.161.213]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id EEEFF1F5; Fri, 9 Oct 2015 19:05:55 +0200 (CEST) From: Stefan Schantl <stefan.schantl@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] icu: Update to version 56.1. Date: Fri, 9 Oct 2015 19:05:57 +0200 Message-Id: <1444410357-19836-1-git-send-email-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.4.3 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Stefan Schantl
Oct. 10, 2015, 4:05 a.m. UTC
This is an update to the latest stable release.
As a benefit of this, the brocken tests also are fixed.
Fixes #10789
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
icu/icu.nm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Comments
reviewed-by: Timo Eissler <timo.eissler@ipfire.org> Am 09.10.2015 um 19:05 schrieb Stefan Schantl: > This is an update to the latest stable release. > > As a benefit of this, the brocken tests also are fixed. > > Fixes #10789 > > Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> > --- > icu/icu.nm | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/icu/icu.nm b/icu/icu.nm > index 116ed14..39b7b83 100644 > --- a/icu/icu.nm > +++ b/icu/icu.nm > @@ -4,11 +4,11 @@ > ############################################################################### > > name = icu > -version = %{ver_major}.%{ver_minor}.%{ver_plevel} > -ver_major = 50 > +version = %{ver_major}.%{ver_minor} > +ver_major = 56 > ver_minor = 1 > -ver_plevel = 2 > -release = 3 > +ver_plevel = > +release = 1 > > groups = Development/Tools > url = http://www.icu-project.org > @@ -20,7 +20,7 @@ description > end > > source_dl = http://download.icu-project.org/files/icu4c/%{version}/ > -sources = icu4c-%{ver_major}_%{ver_minor}_%{ver_plevel}-src.tgz > +sources = icu4c-%{ver_major}_%{ver_minor}-src.tgz > > build > DIR_APP = %{DIR_SRC}/icu/source