From patchwork Sat Mar 29 21:43:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 335038 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id DDDE71400B4 for ; Sun, 30 Mar 2014 08:45:03 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id EB43A8BDE7; Sat, 29 Mar 2014 21:44:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lyILw97pDr_O; Sat, 29 Mar 2014 21:44:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id A8F608BD13; Sat, 29 Mar 2014 21:44:39 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id F03571C2EB8 for ; Sat, 29 Mar 2014 21:44:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E9F0584000 for ; Sat, 29 Mar 2014 21:44:17 +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 nCGcO+AjrPws for ; Sat, 29 Mar 2014 21:44:17 +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 whitealder.osuosl.org (Postfix) with ESMTPS id 4B68483981 for ; Sat, 29 Mar 2014 21:44:17 +0000 (UTC) Received: from fwd22.aul.t-online.de (fwd22.aul.t-online.de ) by mailout04.t-online.de with smtp id 1WU131-0005c5-Jz; Sat, 29 Mar 2014 22:44:15 +0100 Received: from fli4l.lan.fli4l (EkqLnBZHghedog+iIrgxQv--WBg0HCYBl6SikpB3RD3RomvbbY3aYTGSxknks-HZ+d@[79.247.187.71]) by fwd22.t-online.de with esmtp id 1WU12y-0LnGKW0; Sat, 29 Mar 2014 22:44:12 +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 1WU12y-0006RE-80; Sat, 29 Mar 2014 22:44:12 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 29 Mar 2014 22:43:39 +0100 Message-Id: <1396129442-26428-20-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: EkqLnBZHghedog+iIrgxQv--WBg0HCYBl6SikpB3RD3RomvbbY3aYTGSxknks-HZ+d X-TOI-MSGID: 92f826d5-a44b-4519-8a9f-a342437c7ff1 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 68/91] xapp_rstart: Bump version to 1.0.5 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_rstart/xapp_rstart.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/x11r7/xapp_rstart/xapp_rstart.mk b/package/x11r7/xapp_rstart/xapp_rstart.mk index aa6a4b3..2bcc292 100644 --- a/package/x11r7/xapp_rstart/xapp_rstart.mk +++ b/package/x11r7/xapp_rstart/xapp_rstart.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_RSTART_VERSION = 1.0.2 +XAPP_RSTART_VERSION = 1.0.5 XAPP_RSTART_SOURCE = rstart-$(XAPP_RSTART_VERSION).tar.bz2 XAPP_RSTART_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_RSTART_LICENSE = MIT