From 6f4e0f0f2e8d96ee1703076e8b3e8d6482ec3501 Mon Sep 17 00:00:00 2001 From: Christopher Micallef Date: Sat, 27 May 2023 13:32:53 +0200 Subject: databases/recutils: update to 1.9 - Removed non-existent elisp files from pkg-plist. Changelog: https://fossies.org/linux/recutils/ChangeLog PR: 271386 Approved by: zeus@gnu.org.ua (maintainer timeout, two weeks) --- databases/recutils/files/patch-utils_mdb2rec.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'databases/recutils/files/patch-utils_mdb2rec.c') diff --git a/databases/recutils/files/patch-utils_mdb2rec.c b/databases/recutils/files/patch-utils_mdb2rec.c index c1290edb9c1d..b4c2e3aac59e 100644 --- a/databases/recutils/files/patch-utils_mdb2rec.c +++ b/databases/recutils/files/patch-utils_mdb2rec.c @@ -1,6 +1,6 @@ ---- utils/mdb2rec.c.orig 2019-01-03 08:47:43 UTC +--- utils/mdb2rec.c.orig 2022-04-16 15:56:37 UTC +++ utils/mdb2rec.c -@@ -33,7 +33,7 @@ +@@ -26,7 +26,7 @@ #include #define _(str) gettext (str) @@ -9,7 +9,7 @@ #include #include -@@ -472,16 +472,14 @@ process_mdb (void) +@@ -427,14 +427,12 @@ process_mdb (void) if (!db) recutl_out_of_memory (); @@ -19,10 +19,8 @@ - mdb = mdb_open (mdb2rec_mdb_file, MDB_NOFLAGS); if (!mdb) - { - recutl_fatal (_("could not open file %s\n"), - mdb2rec_mdb_file); - } + recutl_fatal (_("could not open file %s\n"), + mdb2rec_mdb_file); + + mdb_set_date_fmt (mdb, "%Y-%m-%dT%H:%M:%S%z"); /* ISO 8601 */ -- cgit v1.2.3