pkgsrc-WIP-changes archive

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

recutils: update to 1.8



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Wed Mar 23 15:17:42 2022 +0100
Changeset:	b955d7bc5956b627130f0267f0bff6a4d180ac70

Modified Files:
	recutils/Makefile
	recutils/PLIST
	recutils/distinfo

Log Message:
recutils: update to 1.8

Changelog taken from https://lists.gnu.org/archive/html/info-gnu/2019-01/msg00002.html

The changes in this release are:

- Utilities:
  + Fix the build of readrec with recent bash headers.

- librec:
  + Fix evaluation of sexes containing #NAME expressions.
  + Make numeric results from aggregated functions signed.

- readred:
  + readrec --help now shows the help message and returns,
    instead of waiting for input.

- Emacs mode:
  + rec-mode.el now supports case-insensitive searches.
  + rec-mode.el now defines it's own faces.
  + ob-rec.el was switched to lexical binding to satisfy later
    org-mode versions.

- It is now possible to run the testsuite in parallel.

- Other fixes:
  + gnulib updated.
  + GNU/Hurd build fixed.
  + Aggregate functions now work properly in Aarch64 and powerpc.

- Internal cleanup and code factorization.
- Other bug fixes.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b955d7bc5956b627130f0267f0bff6a4d180ac70

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 recutils/Makefile | 3 +--
 recutils/PLIST    | 5 ++---
 recutils/distinfo | 6 +++---
 3 files changed, 6 insertions(+), 8 deletions(-)

diffs:
diff --git a/recutils/Makefile b/recutils/Makefile
index d9a2df679b..36381b6eab 100644
--- a/recutils/Makefile
+++ b/recutils/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.2 2012/10/07 14:53:43 asau Exp $
-#
 
-DISTNAME=	recutils-1.7
+DISTNAME=	recutils-1.8
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_GNU:=recutils/}
 
diff --git a/recutils/PLIST b/recutils/PLIST
index 73439b8195..c3fef1578b 100644
--- a/recutils/PLIST
+++ b/recutils/PLIST
@@ -11,7 +11,6 @@ bin/recset
 include/rec.h
 info/rec-mode.info
 info/recutils.info
-lib/charset.alias
 lib/librec.la
 man/man1/csv2rec.1
 man/man1/rec2csv.1
@@ -22,12 +21,12 @@ man/man1/recinf.1
 man/man1/recins.1
 man/man1/recsel.1
 man/man1/recset.1
-share/emacs/site-lisp/ob-rec.el
-share/emacs/site-lisp/rec-mode.el
 share/locale/de/LC_MESSAGES/recutils.mo
+share/locale/es/LC_MESSAGES/recutils.mo
 share/locale/fi/LC_MESSAGES/recutils.mo
 share/locale/fr/LC_MESSAGES/recutils.mo
 share/locale/nl/LC_MESSAGES/recutils.mo
+share/locale/pt_BR/LC_MESSAGES/recutils.mo
 share/locale/sr/LC_MESSAGES/recutils.mo
 share/locale/sv/LC_MESSAGES/recutils.mo
 share/locale/uk/LC_MESSAGES/recutils.mo
diff --git a/recutils/distinfo b/recutils/distinfo
index 1275c5c1eb..d05b206c3a 100644
--- a/recutils/distinfo
+++ b/recutils/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2012/04/02 16:17:31 emil_s Exp $
 
-RMD160 (recutils-1.7.tar.gz) = 8376dd636a6ee1808adb7b00bcf8462f6660a304
-SHA512 (recutils-1.7.tar.gz) = 80f6996f2bc02986695223db597cff75aae2bd47b88e81b0dfe44c33f79fc3320108e2715b1af086b167ff1124fe94deeec4e337b1ede99807d381927327bd68
-Size (recutils-1.7.tar.gz) = 2252648 bytes
+BLAKE2s (recutils-1.8.tar.gz) = b2a54cdfa00c3f92ee823988b743cd944eb51ec442cbba055a613d735d202c37
+SHA512 (recutils-1.8.tar.gz) = 607284f3e0f067c4fbbd239ff93fdadcf0864d45cb7d27c955a79595778cd76531043f6896f00345fc74853c5fd63bd2379deb4f7d26d49cf515ae46a2dd937c
+Size (recutils-1.8.tar.gz) = 2474024 bytes


Home | Main Index | Thread Index | Old Index