--- /srv/reproducible-results/rbuild-debian/r-b-build.NUm3Ukty/b1/go-gir-generator_3.0.0-1~exp1_arm64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.NUm3Ukty/b2/go-gir-generator_3.0.0-1~exp1_arm64.changes ├── Files │ @@ -1,7 +1,7 @@ │ │ 3e41a4a9716ab6b874d11f99c6265cd8 1168824 debug optional golang-gir-generator-dbgsym_3.0.0-1~exp1_arm64.deb │ 0188db9280290ce3e7b50cc1290a2ade 913248 devel optional golang-gir-generator_3.0.0-1~exp1_arm64.deb │ - 2f35ed99ebc6751af4f0de30b1088833 61016 devel optional golang-gir-gio-2.0-dev_3.0.0-1~exp1_all.deb │ + ce1df80c6336562b9ea18fb1e38486e0 61012 devel optional golang-gir-gio-2.0-dev_3.0.0-1~exp1_all.deb │ 648c32323cb9a3f6273311269dd10322 41036 devel optional golang-gir-glib-2.0-dev_3.0.0-1~exp1_all.deb │ f4f704b0b934267964b6f1c029b5e124 24540 devel optional golang-gir-gobject-2.0-dev_3.0.0-1~exp1_all.deb │ 5dd8c308d562c3e940641f9138b0858c 11532 devel optional golang-gir-gudev-1.0-dev_3.0.0-1~exp1_all.deb ├── golang-gir-gio-2.0-dev_3.0.0-1~exp1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2025-01-19 20:47:53.000000 debian-binary │ │ -rw-r--r-- 0 0 0 852 2025-01-19 20:47:53.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 59972 2025-01-19 20:47:53.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 59968 2025-01-19 20:47:53.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/gocode/src/github.com/linuxdeepin/go-gir/gio-2.0/gio.gen.c │ │ │ │┄ Ordering differences only │ │ │ │ @@ -2,14 +2,18 @@ │ │ │ │ #include "_cgo_export.h" │ │ │ │ │ │ │ │ static void _c_callback_cleanup(void *userdata) │ │ │ │ { │ │ │ │ _Gio_go_callback_cleanup(userdata); │ │ │ │ } │ │ │ │ │ │ │ │ +extern char* _GModuleCheckInit_c_wrapper(); │ │ │ │ +extern char* _GModuleCheckInit_c_wrapper_once(); │ │ │ │ +extern void _GModuleUnload_c_wrapper(); │ │ │ │ +extern void _GModuleUnload_c_wrapper_once(); │ │ │ │ extern void _GBaseFinalizeFunc_c_wrapper(); │ │ │ │ extern void _GBaseFinalizeFunc_c_wrapper_once(); │ │ │ │ extern void _GBaseInitFunc_c_wrapper(); │ │ │ │ extern void _GBaseInitFunc_c_wrapper_once(); │ │ │ │ extern int _GBindingTransformFunc_c_wrapper(); │ │ │ │ extern int _GBindingTransformFunc_c_wrapper_once(); │ │ │ │ extern void* _GBoxedCopyFunc_c_wrapper(); │ │ │ │ @@ -190,18 +194,14 @@ │ │ │ │ extern int _GTraverseFunc_c_wrapper_once(); │ │ │ │ extern int _GTraverseNodeFunc_c_wrapper(); │ │ │ │ extern int _GTraverseNodeFunc_c_wrapper_once(); │ │ │ │ extern int _GUnixFDSourceFunc_c_wrapper(); │ │ │ │ extern int _GUnixFDSourceFunc_c_wrapper_once(); │ │ │ │ extern void _GVoidFunc_c_wrapper(); │ │ │ │ extern void _GVoidFunc_c_wrapper_once(); │ │ │ │ -extern char* _GModuleCheckInit_c_wrapper(); │ │ │ │ -extern char* _GModuleCheckInit_c_wrapper_once(); │ │ │ │ -extern void _GModuleUnload_c_wrapper(); │ │ │ │ -extern void _GModuleUnload_c_wrapper_once(); │ │ │ │ extern void _GAsyncReadyCallback_c_wrapper(); │ │ │ │ extern void _GAsyncReadyCallback_c_wrapper_once(); │ │ │ │ extern void _GBusAcquiredCallback_c_wrapper(); │ │ │ │ extern void _GBusAcquiredCallback_c_wrapper_once(); │ │ │ │ extern void _GBusNameAcquiredCallback_c_wrapper(); │ │ │ │ extern void _GBusNameAcquiredCallback_c_wrapper_once(); │ │ │ │ extern void _GBusNameAppearedCallback_c_wrapper(); │ │ │ ├── ./usr/share/gocode/src/github.com/linuxdeepin/go-gir/gio-2.0/gio.gen.h │ │ │ │┄ Ordering differences only │ │ │ │ @@ -8,14 +8,20 @@ │ │ │ │ { │ │ │ │ void** array = (void**)_array; │ │ │ │ unsigned int i=0; │ │ │ │ while (array && array[i] != 0) i++; │ │ │ │ return i; │ │ │ │ } │ │ │ │ │ │ │ │ +typedef struct _GModule GModule; │ │ │ │ +struct _GModule {}; │ │ │ │ +typedef void* GModuleCheckInit; │ │ │ │ +typedef uint32_t GModuleError; │ │ │ │ +typedef uint32_t GModuleFlags; │ │ │ │ +typedef void* GModuleUnload; │ │ │ │ typedef void* GBaseFinalizeFunc; │ │ │ │ typedef void* GBaseInitFunc; │ │ │ │ typedef struct _GBinding GBinding; │ │ │ │ typedef uint32_t GBindingFlags; │ │ │ │ typedef struct _GBindingGroup GBindingGroup; │ │ │ │ typedef void* GBindingTransformFunc; │ │ │ │ typedef void* GBoxedCopyFunc; │ │ │ │ @@ -441,20 +447,14 @@ │ │ │ │ typedef uint32_t GVariantClass; │ │ │ │ typedef struct _GVariantDict GVariantDict; │ │ │ │ struct _GVariantDict {}; │ │ │ │ typedef uint32_t GVariantParseError; │ │ │ │ typedef struct _GVariantType GVariantType; │ │ │ │ struct _GVariantType {}; │ │ │ │ typedef void* GVoidFunc; │ │ │ │ -typedef struct _GModule GModule; │ │ │ │ -struct _GModule {}; │ │ │ │ -typedef void* GModuleCheckInit; │ │ │ │ -typedef uint32_t GModuleError; │ │ │ │ -typedef uint32_t GModuleFlags; │ │ │ │ -typedef void* GModuleUnload; │ │ │ │ typedef struct _GAction GAction; │ │ │ │ typedef struct _GActionEntry GActionEntry; │ │ │ │ typedef struct _GActionGroup GActionGroup; │ │ │ │ typedef struct _GActionGroupInterface GActionGroupInterface; │ │ │ │ typedef struct _GActionInterface GActionInterface; │ │ │ │ typedef struct _GActionMap GActionMap; │ │ │ │ typedef struct _GActionMapInterface GActionMapInterface;