Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package igerman98 for openSUSE:Factory checked in at 2025-03-10 18:06:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/igerman98 (Old) and /work/SRC/openSUSE:Factory/.igerman98.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "igerman98" Mon Mar 10 18:06:35 2025 rev:32 rq:1251714 version:20161207 Changes: -------- --- /work/SRC/openSUSE:Factory/igerman98/igerman98.changes 2024-05-07 18:05:48.555755023 +0200 +++ /work/SRC/openSUSE:Factory/.igerman98.new.19136/igerman98.changes 2025-03-10 18:07:06.891045373 +0100 @@ -1,0 +2,7 @@ +Tue Mar 4 20:05:38 UTC 2025 - pgaj...@suse.com + +- build with gcc15 +- modified sources + % fix8bit.c + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ igerman98.spec ++++++ --- /var/tmp/diff_new_pack.26c7qj/_old 2025-03-10 18:07:07.763081956 +0100 +++ /var/tmp/diff_new_pack.26c7qj/_new 2025-03-10 18:07:07.763081956 +0100 @@ -1,7 +1,7 @@ # # spec file for package igerman98 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ fix8bit.c ++++++ --- /var/tmp/diff_new_pack.26c7qj/_old 2025-03-10 18:07:07.803083634 +0100 +++ /var/tmp/diff_new_pack.26c7qj/_new 2025-03-10 18:07:07.811083969 +0100 @@ -77,17 +77,14 @@ #include <stdio.h> #include <string.h> +#include <stdlib.h> -int main (); /* Convert to/from 8-bit sequences */ +int main (int argc, char *argv[]); /* Convert to/from 8-bit sequences */ static void usage (); /* Issue a usage message */ static void to7bit (); /* Convert from 8-bit sequences */ static void to8bit (); /* Convert to 8-bit sequences */ -extern void exit (); /* Terminate program */ - -int main (argc, argv) /* Convert to/from 8-bit sequences */ - int argc; /* Argument count */ - char * argv[]; /* Argument vector */ +int main (int argc, char *argv[]) /* Convert to/from 8-bit sequences */ { if (argc != 2)