# HG changeset patch # User Markus Mützel # Date 1649958159 -7200 # Node ID 44208f5ffe6a202aa6ce344f4e7d2913ddc64428 # Parent 8fcac4d6d983d91158605e651209397914b36bfe 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. diff -r 8fcac4d6d983 -r 44208f5ffe6a dist-files.mk --- 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 \ diff -r 8fcac4d6d983 -r 44208f5ffe6a src/of-struct-1-verror.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 -# 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 - diff -r 8fcac4d6d983 -r 44208f5ffe6a src/of-struct.mk --- 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