Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aranym for openSUSE:Factory checked in at 2024-08-29 15:43:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aranym (Old) and /work/SRC/openSUSE:Factory/.aranym.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aranym" Thu Aug 29 15:43:29 2024 rev:47 rq:1197130 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/aranym/aranym.changes 2024-04-14 12:24:35.641505953 +0200 +++ /work/SRC/openSUSE:Factory/.aranym.new.2698/aranym.changes 2024-08-29 15:44:30.828089255 +0200 @@ -1,0 +2,5 @@ +Wed Aug 28 17:14:24 UTC 2024 - Andreas Schwab <[email protected]> + +- configure.patch: fix missing header in configure test + +------------------------------------------------------------------- New: ---- configure.patch BETA DEBUG BEGIN: New: - configure.patch: fix missing header in configure test BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aranym.spec ++++++ --- /var/tmp/diff_new_pack.PyPwoM/_old 2024-08-29 15:44:31.404113176 +0200 +++ /var/tmp/diff_new_pack.PyPwoM/_new 2024-08-29 15:44:31.408113342 +0200 @@ -28,6 +28,7 @@ Patch0: pow10.patch Patch1: lto.patch Patch2: includes.patch +Patch3: configure.patch BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: mpfr-devel ++++++ configure.patch ++++++ Index: aranym-1.1.0/configure =================================================================== --- aranym-1.1.0.orig/configure +++ aranym-1.1.0/configure @@ -10743,6 +10743,7 @@ else #include <net/if.h> #include <net/if_tun.h> #endif + #include <string.h> int main () Index: aranym-1.1.0/configure.ac =================================================================== --- aranym-1.1.0.orig/configure.ac +++ aranym-1.1.0/configure.ac @@ -539,6 +539,7 @@ AC_CACHE_CHECK([whether TUN/TAP is suppo #include <net/if.h> #include <net/if_tun.h> #endif + #include <string.h> ], [ struct ifreq ifr; memset(&ifr, 0, sizeof(ifr));
