From patchwork Sat Mar 29 21:43:57 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 335053 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 2A8BD1400B5 for ; Sun, 30 Mar 2014 08:45:39 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id AC2A98BD83; Sat, 29 Mar 2014 21:45:18 +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 irTaeCblbdld; Sat, 29 Mar 2014 21:45:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3A2FC8BD13; Sat, 29 Mar 2014 21:44:59 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id CDCDD1C2EB8 for ; Sat, 29 Mar 2014 21:44:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C980389036 for ; Sat, 29 Mar 2014 21:44:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m0Xf2zGLMnUP for ; Sat, 29 Mar 2014 21:44:21 +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 hemlock.osuosl.org (Postfix) with ESMTPS id 7C46C88FBF for ; Sat, 29 Mar 2014 21:44:20 +0000 (UTC) Received: from fwd29.aul.t-online.de (fwd29.aul.t-online.de ) by mailout04.t-online.de with smtp id 1WU134-0004Vv-QV; Sat, 29 Mar 2014 22:44:18 +0100 Received: from fli4l.lan.fli4l (TWF6h8ZZohBYuH52tbfdQ2qWJSLbiNCQabgvnMNp6R0WIlySMMKz3WVDLZ1YUXIwr-@[79.247.187.71]) by fwd29.t-online.de with esmtp id 1WU134-480Fyy0; 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-Pw; Sat, 29 Mar 2014 22:44:18 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 29 Mar 2014 22:43:57 +0100 Message-Id: <1396129442-26428-38-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: TWF6h8ZZohBYuH52tbfdQ2qWJSLbiNCQabgvnMNp6R0WIlySMMKz3WVDLZ1YUXIwr- X-TOI-MSGID: d84fb616-21f5-486a-b5a6-45b307afd656 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 86/91] xapp_viewres: Bump version to 1.0.4 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_viewres/xapp_viewres.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/x11r7/xapp_viewres/xapp_viewres.mk b/package/x11r7/xapp_viewres/xapp_viewres.mk index 6a7fe51..3e1fd8d 100644 --- a/package/x11r7/xapp_viewres/xapp_viewres.mk +++ b/package/x11r7/xapp_viewres/xapp_viewres.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_VIEWRES_VERSION = 1.0.3 +XAPP_VIEWRES_VERSION = 1.0.4 XAPP_VIEWRES_SOURCE = viewres-$(XAPP_VIEWRES_VERSION).tar.bz2 XAPP_VIEWRES_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_VIEWRES_LICENSE = MIT