[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3] gnu: Add bullet.
From: |
Mark H Weaver |
Subject: |
Re: [PATCH v3] gnu: Add bullet. |
Date: |
Fri, 12 Dec 2014 08:53:45 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Tomas Cech <address@hidden> writes:
> At Thu, 11 Dec 2014 22:09:22 -0500,
> David Thompson wrote:
>>
>> Tomáš Čech <address@hidden> writes:
[...]
>> > +(define-public bullet
>> > + (package
>> > + (name "bullet")
>> > + (version "2.82")
>> > + (source (origin
>> > + (method url-fetch)
>> > + (uri (string-append
>> > "https://bullet.googlecode.com/files/bullet-"
>> > + version "-r2704.tgz"))
>>
>> 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, even
> on their own pages:
> http://bulletphysics.org/wordpress/?p=393.
>
> 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
- [PATCH v3] gnu: Add bullet., Tomáš Čech, 2014/12/11
- Re: [PATCH v3] gnu: Add bullet., David Thompson, 2014/12/11
- Re: [PATCH v3] gnu: Add bullet., Tomas Cech, 2014/12/12
- Re: [PATCH v3] gnu: Add bullet.,
Mark H Weaver <=
- Re: [PATCH v3] gnu: Add bullet., Tomáš Čech, 2014/12/13
- [PATCH v4] gnu: Add bullet., Tomáš Čech, 2014/12/13
- Re: [PATCH v4] gnu: Add bullet., David Thompson, 2014/12/13
- Re: [PATCH v4] gnu: Add bullet., Tomas Cech, 2014/12/15
- [PATCH v5] gnu: Add bullet., Tomáš Čech, 2014/12/15
- Re: [PATCH v4] gnu: Add bullet., David Thompson, 2014/12/15