From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Catalin Marinas" Subject: Re: [PATCH] Fix typo: we require Python 2.4, not 2.5 Date: Tue, 11 Dec 2007 15:06:30 +0000 Message-ID: References: <20071211142347.GA22879@diana.vm.bytemark.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "=?ISO-8859-1?Q?Karl_Hasselstr=F6m?=" , "Git Mailing List" To: "Jakub Narebski" X-From: git-owner@vger.kernel.org Tue Dec 11 16:07:04 2007 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1J26hA-0001Xe-IJ for gcvg-git-2@gmane.org; Tue, 11 Dec 2007 16:06:52 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752603AbXLKPGb (ORCPT ); Tue, 11 Dec 2007 10:06:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752567AbXLKPGb (ORCPT ); Tue, 11 Dec 2007 10:06:31 -0500 Received: from rv-out-0910.google.com ([209.85.198.188]:65379 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752563AbXLKPGa (ORCPT ); Tue, 11 Dec 2007 10:06:30 -0500 Received: by rv-out-0910.google.com with SMTP id k20so2065948rvb for ; Tue, 11 Dec 2007 07:06:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=z0pDj8UcL0s74p56V29eRR3xtq3SXut1jYgOcKE77y8=; b=nvWtOe0EqJ5A59T1z3SxW2ylGkwRfY7sgEHPkcloelJIH3GZ2/yRVwNMRlAZKX0LDOvjyjKmDhXNsdQ87Vym6Vm57v0Oe8uhoWk4o9XsSsUXEXYv+xcnJ+T9fH2MIEG4wWrnBcqi8YCRABkn1g5Ln2mEIO3YVxudUJ9/Uj5z3iw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kNBMTNeHL4wFwxK+BY0K2OBFc2mCS4qUhKRfl6TdNnnXBXimUqVg5Pc5yGkqiWZLB7btt6bpF2lHpiX3jkm+Zel1aGpDUBN86r8WjMJfv+OhTpkPUhE9D9FMQbaZ1QamXChD4UBuvFIB2M8Uu6Sy7EeEyLk1Yd7O0mjdABrlkH0= Received: by 10.141.48.10 with SMTP id a10mr2750420rvk.1197385590064; Tue, 11 Dec 2007 07:06:30 -0800 (PST) Received: by 10.141.186.5 with HTTP; Tue, 11 Dec 2007 07:06:30 -0800 (PST) In-Reply-To: Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 11/12/2007, Jakub Narebski wrote: > Jakub Narebski writes: > Ooops... I think I'd have to wait for 0.14.1 > > $ rpmbuild --rebuild --target=noarch stgit-0.14-1.src.rpm > [...] > Python version 2.5 or newer required. Found 2.4.3.final.0 Or just change the string in stgit/version.py. -- Catalin