diff --git a/0001-Export-libfvalue_value_get_entry.patch b/0001-Export-libfvalue_value_get_entry.patch index 2755b6a..3f5e446 100644 --- a/0001-Export-libfvalue_value_get_entry.patch +++ b/0001-Export-libfvalue_value_get_entry.patch @@ -14,14 +14,22 @@ libesedb_value_data_handle.c:175:29: error: implicit declaration of function 'li Hence, it needs to be exported for DLLs to work correctly. This patch corrects that problem. --- - include/libfvalue.h.in | 33 +++++++++++++++++++++++++++++++++ - 1 file changed, 33 insertions(+) + include/libfvalue.h.in | 34 ++++++++++++++++++++++++++++++++++ + 1 file changed, 34 insertions(+) Index: libfvalue-20240415/include/libfvalue.h.in =================================================================== --- libfvalue-20240415.orig/include/libfvalue.h.in +++ libfvalue-20240415/include/libfvalue.h.in -@@ -210,6 +210,14 @@ int libfvalue_data_handle_set_value_entr +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + + #include + +@@ -210,6 +211,14 @@ int libfvalue_data_handle_set_value_entr int encoding, libfvalue_error_t **error ); @@ -36,7 +44,7 @@ Index: libfvalue-20240415/include/libfvalue.h.in /* Appends a value entry * Returns if successful or -1 on error */ -@@ -943,6 +951,14 @@ int libfvalue_value_get_number_of_value_ +@@ -943,6 +952,14 @@ int libfvalue_value_get_number_of_value_ int *number_of_value_entries, libfvalue_error_t **error ); @@ -51,7 +59,7 @@ Index: libfvalue-20240415/include/libfvalue.h.in /* Retrieves the entry data * Returns 1 if successful, 0 if the value has no data or -1 on error */ -@@ -967,6 +983,14 @@ int libfvalue_value_set_entry_data( +@@ -967,6 +984,14 @@ int libfvalue_value_set_entry_data( int encoding, libfvalue_error_t **error ); @@ -66,7 +74,7 @@ Index: libfvalue-20240415/include/libfvalue.h.in /* Appends the entry data * Returns 1 if successful or -1 on error */ -@@ -979,6 +1003,15 @@ int libfvalue_value_append_entry_data( +@@ -979,6 +1004,15 @@ int libfvalue_value_append_entry_data( int encoding, libfvalue_error_t **error ); diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 7930231..beeba22 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1730564877 -commit: b2e0839597dfb60e8e3c1b4ee7e0d8247d81d563c3e1c87d9e49916ea2251b0d +mtime: 1732626484 +commit: 2332cb9e6c98d514ecf810387f0f990b5d6a9f715f93a2d5e92d5f6dad52c4a9 url: https://src.opensuse.org/jengelh/libfvalue revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index ef63b31..b30c1f1 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26f441b8cdab1a482b37c8bb24a4ff9f7e21dea70e8d3a2ba6a4a8b0ae8b8f6d +oid sha256:6eb42f6acd24c8664d1bce560d3b6cbb2179aa83bec382dc85b17839325f46c1 size 256 diff --git a/libfvalue.changes b/libfvalue.changes index be0a6ba..68db784 100644 --- a/libfvalue.changes +++ b/libfvalue.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 25 16:55:09 UTC 2024 - Jan Engelhardt + +- Update 0001-Export-libfvalue_value_get_entry.patch so libnk2 + does not fail to build + ------------------------------------------------------------------- Sat Nov 2 16:03:42 UTC 2024 - Jan Engelhardt