From patchwork Mon Oct 15 09:46:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 191500 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 7E97F2C00A3 for ; Mon, 15 Oct 2012 20:47:05 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6E3678A3B8; Mon, 15 Oct 2012 09:47:02 +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 wLzyBuezkT91; Mon, 15 Oct 2012 09:46:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id E80388B008; Mon, 15 Oct 2012 09:46:52 +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 7AAAC8F74A for ; Mon, 15 Oct 2012 09:46:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8EC6B8A376 for ; Mon, 15 Oct 2012 09:46:47 +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 aWY+chRTnrar for ; Mon, 15 Oct 2012 09:46:46 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.visionsystems.de (ns.visionsystems.de [62.145.30.242]) by whitealder.osuosl.org (Postfix) with ESMTP id 7B9DD8082E for ; Mon, 15 Oct 2012 09:46:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id 9F1E52A1F50; Mon, 15 Oct 2012 11:46:45 +0200 (CEST) Received: from mail.visionsystems.de ([127.0.0.1]) by localhost (mail.visionsystems.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13774-02; Mon, 15 Oct 2012 11:46:29 +0200 (CEST) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id 392B02A97D0; Mon, 15 Oct 2012 11:46:29 +0200 (CEST) Received: from development1.visionsystems.local ([192.168.1.36]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Mon, 15 Oct 2012 11:46:28 +0200 From: yegorslists@googlemail.com To: buildroot@busybox.net Date: Mon, 15 Oct 2012 11:46:17 +0200 Message-Id: <1350294378-20956-2-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.7.7 In-Reply-To: <1350294378-20956-1-git-send-email-yegorslists@googlemail.com> References: <1350294378-20956-1-git-send-email-yegorslists@googlemail.com> X-OriginalArrivalTime: 15 Oct 2012 09:46:28.0926 (UTC) FILETIME=[F32F7DE0:01CDAAB9] X-Virus-Scanned: amavisd-new at visionsystems.de Subject: [Buildroot] [PATCH 2/3] xapp_xclock: bump to 1.0.6 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: Yegor Yefremov Signed-off-by: Yegor Yefremov --- package/x11r7/xapp_xclock/xapp_xclock.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/x11r7/xapp_xclock/xapp_xclock.mk b/package/x11r7/xapp_xclock/xapp_xclock.mk index 9fdc792..6d7bf65 100644 --- a/package/x11r7/xapp_xclock/xapp_xclock.mk +++ b/package/x11r7/xapp_xclock/xapp_xclock.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_XCLOCK_VERSION = 1.0.3 +XAPP_XCLOCK_VERSION = 1.0.6 XAPP_XCLOCK_SOURCE = xclock-$(XAPP_XCLOCK_VERSION).tar.bz2 XAPP_XCLOCK_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XCLOCK_DEPENDENCIES = xlib_libX11 xlib_libXaw xlib_libXft xlib_libXrender xlib_libxkbfile