Maxima 5.26.0 tagged in Git & posted to SF



On 12/21/11 3:12 PM, Robert Dodier wrote:
> I created (a couple of weeks ago) an annotated tag (git tag -a) which
> has the name or annotation '5.26.0' to work around the
> problem created by a dash. make dist-gzip builds a tarball and
> rpmbuild gets most of the
> way through its work; everything is compiled but then rpmbuild craps
> out with an error
> about a directory (I forget the error was). I looked at the build directory
> and it looks like the top-level 5.26.0 directory is missing,
> i.e. the children of 5.26.0 in a normal build tree are at the place in the
> directory hierarachy where I expected to find 5.26.0.
> 
> So I don't know where to go from here. I reverted the git tag stuff
> on branch-5_26 but maybe we can fix it on the trunk.

I've checked in some changes on the trunk so that the version doesn't
contain dashes (underscores instead).  make dist-gzip works and rpmbuild
starts building, but quits because dqagp.lisp doesn't exist.  I guess
the trunk is missing some changes from the branch, but at least it's
trying to build now.

Ray