[postgis-users] 2.1.8 Bug Fix Release
Sandro Santilli
strk at keybit.net
Tue Jul 7 13:55:06 PDT 2015
On Tue, Jul 07, 2015 at 12:53:23PM -0400, Greg Troxel wrote:
> Here's the diff of installed files. The new 2.0.7 and 2.1.7 make sense,
> but I can't explain the new emergence of:
>
> +share/postgresql/extension/postgis--${PKGVERSION}--${PKGVERSION}.sql
>
> plus the "next" files seem funny to me. They are all the same, so this
> isn't important.
The ${PKGVERSION}--${PKGVERSION} looks like a bug to me, but we don't
do that ${PKGVERSION} ourselves, right ? So you should tell more about
how you generate them.
The "next" files serve the purpose of doing upgrades between revisions
advertising as the same version (2.1.8dev -> 2.1.8devnext -> 2.1.8dev).
They don't really make sense for a release, so maybe we should make
the Makefiles aware of what is a release and what a dev version and behave
differently based on that.
A patch is welcome.
--strk;
More information about the postgis-users
mailing list