changeset 6163:44208f5ffe6a release

of-struct: Update to v1.0.18 * src/of-struct.mk: Update version and checksum. * src/of-struct-1-verror.patch: Remove file. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 14 Apr 2022 19:42:39 +0200
parents 8fcac4d6d983
children 1a9aa3d92cbb
files dist-files.mk src/of-struct-1-verror.patch src/of-struct.mk
diffstat 3 files changed, 2 insertions(+), 25 deletions(-) [+]
line wrap: on
line diff
--- a/dist-files.mk	Thu Apr 14 19:27:13 2022 +0200
+++ b/dist-files.mk	Thu Apr 14 19:42:39 2022 +0200
@@ -548,7 +548,6 @@
   of-strings-1-fixes.patch \
   of-strings-2-error_state.patch \
   of-strings.mk \
-  of-struct-1-verror.patch \
   of-struct.mk \
   of-symbolic.mk \
   of-tisean-1-fixes.patch \
--- a/src/of-struct-1-verror.patch	Thu Apr 14 19:27:13 2022 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# HG changeset patch
-# User Markus Mützel <markus.muetzel@gmx.de>
-# Date 1638187375 -3600
-#      Mon Nov 29 13:02:55 2021 +0100
-# Node ID 3d28b7df6df9c5c161f9e4518a03c34d6300f2b4
-# Parent  b38448d3d291256bedb125b2c52c40820acdc235
-Fix compilation with Octave 8 (bug #61582).
-
-* src/error-helpers.h: Use wrapper function.
-
-diff -r b38448d3d291 -r 3d28b7df6df9 src/error-helpers.h
---- a/src/error-helpers.h	Wed Feb 17 13:25:40 2021 +0100
-+++ b/src/error-helpers.h	Mon Nov 29 13:02:55 2021 +0100
-@@ -64,7 +64,7 @@
-       } \
-     catch (OCTAVE__EXECUTION_EXCEPTION& e) \
-       { \
--        verror (e, __VA_ARGS__); \
-+        c_verror (e, __VA_ARGS__); \
-       }
- #endif
- 
--- a/src/of-struct.mk	Thu Apr 14 19:27:13 2022 +0200
+++ b/src/of-struct.mk	Thu Apr 14 19:42:39 2022 +0200
@@ -3,8 +3,8 @@
 
 PKG             := of-struct
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.0.17
-$(PKG)_CHECKSUM := df82c63f13cece4e8dbd1aa9d52b9e8450f6fd09
+$(PKG)_VERSION  := 1.0.18
+$(PKG)_CHECKSUM := 2494d826f609aca8540c33f907559ff29d6a31a2
 $(PKG)_REMOTE_SUBDIR := 
 $(PKG)_SUBDIR   := struct-$($(PKG)_VERSION)
 $(PKG)_FILE     := struct-$($(PKG)_VERSION).tar.gz