From 3f090bb2fe66f9fd79c75344fa7f03a76ea67e00 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 27 Jan 2020 15:02:11 +0000 Subject: Fix shared libs installation; prepare for 2.9.2.0 --- COPYING | 2 +- Makefile | 8 ++------ NEWS | 7 +++++++ doc/index.html | 2 +- doc/upgrade.html | 6 ++++++ package/info | 2 +- 6 files changed, 18 insertions(+), 9 deletions(-) diff --git a/COPYING b/COPYING index f019bc7..b956149 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2011-2019 Laurent Bercot +Copyright (c) 2011-2020 Laurent Bercot Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/Makefile b/Makefile index d88e63d..ab95d3c 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,6 @@ update: $(DESTDIR)$(exthome) global-links: $(DESTDIR)$(exthome) $(SHARED_LIBS:lib%.so.xyzzy=$(DESTDIR)$(sproot)/library.so/lib%.so.$(version_M)) -$(DESTDIR)$(sproot)/library.so/lib%.so.$(version_M): $(DESTDIR)$(home)/library.so/lib%.so.$(version_M) - exec $(INSTALL) -D -l ..$(subst $(sproot),,$(exthome))/library.so/$(

Download

    -
  • The current released version of skalibs is 2.9.1.0.
  • +
  • The current released version of skalibs is 2.9.2.0.
  • Alternatively, you can checkout a copy of the skalibs git repository: diff --git a/doc/upgrade.html b/doc/upgrade.html index 75ecabb..ef86938 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -16,6 +16,12 @@ skarnet.org

    +

    in 2.9.2.0

    + +
      +
    • New functions: bigkv_*
    • +
    +

    in 2.9.1.0

      diff --git a/package/info b/package/info index 403794d..2907213 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=skalibs -version=2.9.1.0 +version=2.9.2.0 category=prog package_macro_name=SKALIBS -- cgit v1.2.3