From patchwork Mon Mar 7 11:35:24 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Lissy X-Patchwork-Id: 85730 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id C1DA6B70DC for ; Mon, 7 Mar 2011 22:35:47 +1100 (EST) Received: (qmail 20020 invoked by alias); 7 Mar 2011 11:35:42 -0000 Received: (qmail 19904 invoked by uid 22791); 7 Mar 2011 11:35:42 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from hermes.univ-tours.fr (HELO hermes.univ-tours.fr) (193.52.209.50) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Mar 2011 11:35:37 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgcGACtSdE0KwQUB/2dsb2JhbACYTI5xvgOFYgSQDQ Received: from unknown (HELO proxy10.zimbra.univ-tours.local) ([10.193.5.1]) by hermes2.univ-tours.fr with ESMTP; 07 Mar 2011 12:35:27 +0100 Received: from localhost (localhost [127.0.0.1]) by proxy10.zimbra.univ-tours.local (Postfix) with ESMTP id 093312007C; Mon, 7 Mar 2011 12:35:27 +0100 (CET) Received: from proxy10.zimbra.univ-tours.local ([127.0.0.1]) by localhost (proxy10.zimbra.univ-tours.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id md07EzCY5ELI; Mon, 7 Mar 2011 12:35:26 +0100 (CET) Received: from portable-alex.polytech.univ-tours.local (portable-alex.polytech.univ-tours.local [10.108.5.42]) by proxy10.zimbra.univ-tours.local (Postfix) with ESMTP id A9BF32007B; Mon, 7 Mar 2011 12:35:26 +0100 (CET) From: Alexandre Lissy To: gcc-patches@gcc.gnu.org Cc: Alexandre Lissy Subject: [PATCH 4/4] Updating MELT ChangeLog Date: Mon, 7 Mar 2011 12:35:24 +0100 Message-Id: <1299497724-3972-5-git-send-email-alissy@mandriva.com> In-Reply-To: <1299497724-3972-1-git-send-email-alissy@mandriva.com> References: <20110301223047.2ae3a8f0.basile@starynkevitch.net> <1299497724-3972-1-git-send-email-alissy@mandriva.com> X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org --- ChangeLog.MELT | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ChangeLog.MELT b/ChangeLog.MELT index b18e8ff..0e52116 100644 --- a/ChangeLog.MELT +++ b/ChangeLog.MELT @@ -1,3 +1,7 @@ +2011-03-07 Alexandre Lissy + + * Fixing issues in compilation process for RPM packaging + * Regenerating melt-build.mk 2011-02-07 Basile Starynkevitch MELT branch merged with trunk rev 169877 [probably!]