pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/libxls textproc/libxls: Update to 1.6.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3991296ca57d
branches:  trunk
changeset: 440016:3991296ca57d
user:      sjmulder <sjmulder%pkgsrc.org@localhost>
date:      Thu Oct 01 19:34:09 2020 +0000

description:
textproc/libxls: Update to 1.6.1

Changes in 1.6.0:

 - This release enables decoding of non-Unicode character sets in older
   (BIFF5) XLS files. In addition, it improves string-conversion
   performance in newer files.

   See: https://github.com/libxls/libxls/pull/77

Changes in 1.6.1:

 - This release corrects the libtool version information found in libxls
   1.6.0, and fixes undefined behavior for applications that were
   originally linked against the 1.5.x dynamic library. The C source
   code is unchanged from the last release.

   See: https://github.com/libxls/libxls/issues/79

diffstat:

 textproc/libxls/Makefile      |   4 ++--
 textproc/libxls/PLIST         |   3 ++-
 textproc/libxls/buildlink3.mk |   4 ++--
 textproc/libxls/distinfo      |  10 +++++-----
 4 files changed, 11 insertions(+), 10 deletions(-)

diffs (58 lines):

diff -r 2bb7e1045b7c -r 3991296ca57d textproc/libxls/Makefile
--- a/textproc/libxls/Makefile  Thu Oct 01 19:12:57 2020 +0000
+++ b/textproc/libxls/Makefile  Thu Oct 01 19:34:09 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/07/14 12:48:58 sjmulder Exp $
+# $NetBSD: Makefile,v 1.7 2020/10/01 19:34:09 sjmulder Exp $
 
-DISTNAME=      libxls-1.5.3
+DISTNAME=      libxls-1.6.1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libxls/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
diff -r 2bb7e1045b7c -r 3991296ca57d textproc/libxls/PLIST
--- a/textproc/libxls/PLIST     Thu Oct 01 19:12:57 2020 +0000
+++ b/textproc/libxls/PLIST     Thu Oct 01 19:34:09 2020 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2019/05/06 08:55:20 sjmulder Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/10/01 19:34:09 sjmulder Exp $
 bin/xls2csv
 include/libxls/brdb.c.h
 include/libxls/brdb.h
 include/libxls/endian.h
+include/libxls/locale.h
 include/libxls/ole.h
 include/libxls/xlsstruct.h
 include/libxls/xlstool.h
diff -r 2bb7e1045b7c -r 3991296ca57d textproc/libxls/buildlink3.mk
--- a/textproc/libxls/buildlink3.mk     Thu Oct 01 19:12:57 2020 +0000
+++ b/textproc/libxls/buildlink3.mk     Thu Oct 01 19:34:09 2020 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.2 2020/07/14 12:48:58 sjmulder Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2020/10/01 19:34:09 sjmulder Exp $
 
 BUILDLINK_TREE+=       libxls
 
 .if !defined(LIBXLS_BUILDLINK3_MK)
 LIBXLS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libxls+= libxls>=1.5.3
+BUILDLINK_API_DEPENDS.libxls+= libxls>=1.6.1
 BUILDLINK_PKGSRCDIR.libxls?=   ../../textproc/libxls
 
 .include "../../converters/libiconv/buildlink3.mk"
diff -r 2bb7e1045b7c -r 3991296ca57d textproc/libxls/distinfo
--- a/textproc/libxls/distinfo  Thu Oct 01 19:12:57 2020 +0000
+++ b/textproc/libxls/distinfo  Thu Oct 01 19:34:09 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/07/14 12:48:58 sjmulder Exp $
+$NetBSD: distinfo,v 1.5 2020/10/01 19:34:09 sjmulder Exp $
 
-SHA1 (libxls-1.5.3.tar.gz) = c48d5c355e8d4c40bd85efd18989ca3eeeb951a5
-RMD160 (libxls-1.5.3.tar.gz) = 79db09942656853516d69e36e60013fafb512062
-SHA512 (libxls-1.5.3.tar.gz) = 75943e7bd3f1dbc28cc50ff7e4f21a9b6a9c97299c7594e0807b06e0bca9cca3d83f3e52086950422d67f175ae0c7c677222a1f716c5297e2f072b8e7b4fc52d
-Size (libxls-1.5.3.tar.gz) = 442217 bytes
+SHA1 (libxls-1.6.1.tar.gz) = f7ebcfa658fa54a7b48e742239d9687ed3f8db03
+RMD160 (libxls-1.6.1.tar.gz) = 5c0eaea425172707a9c686d4069ef5becfd989f3
+SHA512 (libxls-1.6.1.tar.gz) = 99d4aa911bc12a52698e11c0592ed8ecb16fa055d4634e6bcc3e0a3900fd8311bade70d2cc8d2f60abbe72d644b6f30757b284544ca589e85c35eeb6f158b8cd
+Size (libxls-1.6.1.tar.gz) = 443736 bytes



Home | Main Index | Thread Index | Old Index