From patchwork Sat Mar 29 21:43:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 335065 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 0D1861400B2 for ; Sun, 30 Mar 2014 08:46:01 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 423758C0C8; Sat, 29 Mar 2014 21:46:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 89uM89QGBfiy; Sat, 29 Mar 2014 21:45:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 932A98BF5D; Sat, 29 Mar 2014 21:45:46 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 9D07A1C2EB8 for ; Sat, 29 Mar 2014 21:44:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 9563A25674 for ; Sat, 29 Mar 2014 21:44:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AhdS8-XEl0yR for ; Sat, 29 Mar 2014 21:44:27 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by silver.osuosl.org (Postfix) with ESMTPS id 19E86266C4 for ; Sat, 29 Mar 2014 21:44:26 +0000 (UTC) Received: from fwd05.aul.t-online.de (fwd05.aul.t-online.de ) by mailout04.t-online.de with smtp id 1WU13A-0007sb-3X; Sat, 29 Mar 2014 22:44:24 +0100 Received: from fli4l.lan.fli4l (TnfUp8ZrYhC7UG5ejWfYSgEai+PxpnWIy2VFjw3t88GCWG-rZEtVjIZftPpoXsDgB+@[79.247.187.71]) by fwd05.t-online.de with esmtp id 1WU134-16dtwG0; Sat, 29 Mar 2014 22:44:18 +0100 Received: from [192.168.1.122] (port=53214 helo=fli4lbuild64.lan.fli4l) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80.1) (envelope-from ) id 1WU133-0006RE-GF; Sat, 29 Mar 2014 22:44:17 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 29 Mar 2014 22:43:56 +0100 Message-Id: <1396129442-26428-37-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1396129442-26428-1-git-send-email-bernd.kuhls@t-online.de> References: <1396129442-26428-1-git-send-email-bernd.kuhls@t-online.de> X-ID: TnfUp8ZrYhC7UG5ejWfYSgEai+PxpnWIy2VFjw3t88GCWG-rZEtVjIZftPpoXsDgB+ X-TOI-MSGID: 1fb6dd05-4768-48d9-8695-8a43bfc478da Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 85/91] xapp_xditview: Bump version to 1.0.3 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Bernd Kuhls Signed-off-by: Bernd Kuhls --- package/x11r7/xapp_xditview/xapp_xditview.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/x11r7/xapp_xditview/xapp_xditview.mk b/package/x11r7/xapp_xditview/xapp_xditview.mk index 2ead9a5..e91b3d8 100644 --- a/package/x11r7/xapp_xditview/xapp_xditview.mk +++ b/package/x11r7/xapp_xditview/xapp_xditview.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_XDITVIEW_VERSION = 1.0.2 +XAPP_XDITVIEW_VERSION = 1.0.3 XAPP_XDITVIEW_SOURCE = xditview-$(XAPP_XDITVIEW_VERSION).tar.bz2 XAPP_XDITVIEW_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XDITVIEW_LICENSE = MIT