From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH v3] gnu: Add bullet. Date: Fri, 12 Dec 2014 08:53:45 -0500 Message-ID: <87vblhynx2.fsf@netris.org> References: <1418336516-27971-1-git-send-email-sleep_walker@suse.cz> <87a92tftst.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <874mt11h25.wl%tcech@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzQfL-0006gB-99 for guix-devel@gnu.org; Fri, 12 Dec 2014 08:54:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzQfG-0008Jy-1j for guix-devel@gnu.org; Fri, 12 Dec 2014 08:53:55 -0500 Received: from world.peace.net ([50.252.239.5]:34981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzQfF-0008Ju-Q7 for guix-devel@gnu.org; Fri, 12 Dec 2014 08:53:49 -0500 In-Reply-To: <874mt11h25.wl%tcech@suse.cz> (Tomas Cech's message of "Fri, 12 Dec 2014 08:08:18 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Tomas Cech Cc: guix-devel@gnu.org Tomas Cech writes: > At Thu, 11 Dec 2014 22:09:22 -0500, > David Thompson wrote: >>=20 >> Tom=C3=A1=C5=A1 =C4=8Cech writes: [...] >> > +(define-public bullet >> > + (package >> > + (name "bullet") >> > + (version "2.82") >> > + (source (origin >> > + (method url-fetch) >> > + (uri (string-append "https://bullet.googlecode.com/file= s/bullet-" >> > + version "-r2704.tgz")) >>=20 >> I remember there being some discussion about dashes in version numbers, >> and I can't remember the outcome. If there's no issue, I think that the >> "-r2704" should be part of the version number string. > > I'm pretty sure that this version is generally refered as '2.82' only, ev= en on their own pages: > http://bulletphysics.org/wordpress/?p=3D393. > > Gentoo has 2.82: > http://packages.gentoo.org/package/sci-physics/bullet > > > Debian is referring to that as 2.82-r2704: > https://packages.debian.org/source/sid/misc/bullet I agree with David, and Debian. The fact that they include "-r2704" in their tarball name suggests that they might release a newer version called "2.82-r2705", and I want Guix to be able to answer the question "which version is newer?". If 2.82-r2705 fixes a problem, I want to be able to see if the version I have installed still has that problem. Does that make sense? Regards, Mark