Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gcal for openSUSE:Factory checked in at 2025-06-23 15:05:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gcal (Old) and /work/SRC/openSUSE:Factory/.gcal.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcal" Mon Jun 23 15:05:33 2025 rev:30 rq:1287835 version:4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gcal/gcal.changes 2024-02-27 22:49:23.412782769 +0100 +++ /work/SRC/openSUSE:Factory/.gcal.new.7067/gcal.changes 2025-06-23 15:06:33.000930709 +0200 @@ -1,0 +2,7 @@ +Tue Jun 10 09:48:51 UTC 2025 - pgaj...@suse.com + +- added patches + build with gcc15 + + gcal-gcc15.patch + +------------------------------------------------------------------- New: ---- gcal-gcc15.patch ----------(New B)---------- New: build with gcc15 + gcal-gcc15.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gcal.spec ++++++ --- /var/tmp/diff_new_pack.iLkivz/_old 2025-06-23 15:06:33.752962083 +0200 +++ /var/tmp/diff_new_pack.iLkivz/_new 2025-06-23 15:06:33.752962083 +0200 @@ -30,6 +30,8 @@ Patch1: gcal-3.6-cleanup.patch Patch2: gnulib-4af4a4a71827c0bc5e0ec67af23edef4f15cee8e-excerpt.patch Patch3: gnulib-74d9d6a293d7462dea8f83e7fc5ac792e956a0ad-excerpt.patch +# build with gcc15 +Patch4: gcal-gcc15.patch BuildRequires: ncurses-devel BuildRequires: xz Requires(post): %{install_info_prereq} @@ -49,6 +51,7 @@ %patch -P 1 %patch -P 2 -p1 %patch -P 3 -p1 +%patch -P 4 -p1 %build %configure ++++++ gcal-gcc15.patch ++++++ --- gcal-4.1.orig/src/hd-defs.h 2025-06-10 09:37:26.469215242 +0000 +++ gcal-4.1/src/hd-defs.h 2025-06-10 09:42:44.522116166 +0000 @@ -677,7 +677,7 @@ typedef struct country_code_type char *cc_info; /* The country code specific holiday handling function. */ - void (*Cc_hdy_handler) (); + void (*Cc_hdy_handler) (Bool *, const Bool, int, const int, int *, const int, const int); } Cc_struct;