Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package acct for openSUSE:Factory checked in 
at 2025-05-06 16:41:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/acct (Old)
 and      /work/SRC/openSUSE:Factory/.acct.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "acct"

Tue May  6 16:41:53 2025 rev:47 rq:1274742 version:6.6.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/acct/acct.changes        2025-03-14 
23:53:31.620216811 +0100
+++ /work/SRC/openSUSE:Factory/.acct.new.30101/acct.changes     2025-05-06 
16:42:07.025916360 +0200
@@ -1,0 +2,7 @@
+Mon May  5 14:18:56 UTC 2025 - pgaj...@suse.com
+
+- added patches
+  build with gcc15
+  + acct-gcc15.patch
+
+-------------------------------------------------------------------

New:
----
  acct-gcc15.patch

BETA DEBUG BEGIN:
  New:  build with gcc15
  + acct-gcc15.patch
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ acct.spec ++++++
--- /var/tmp/diff_new_pack.VCGIqB/_old  2025-05-06 16:42:08.529979643 +0200
+++ /var/tmp/diff_new_pack.VCGIqB/_new  2025-05-06 16:42:08.549980484 +0200
@@ -31,6 +31,8 @@
 Patch0:         acct-6.6.2-hz.patch
 # [bug#1233891]
 Patch1:         acct-sprintf-buffer-overflow.patch
+# build with gcc15
+Patch2:         acct-gcc15.patch
 BuildRequires:  makeinfo
 BuildRequires:  systemd-rpm-macros
 Requires:       logrotate


++++++ acct-gcc15.patch ++++++
--- acct-6.6.4.orig/sa.c        2025-05-05 14:16:31.365703678 +0000
+++ acct-6.6.4/sa.c     2025-05-05 14:17:40.382751367 +0000
@@ -1518,7 +1518,7 @@ void print_user_list(void)
   Remember to correct the number of elements to adjust... */
 
   qsort (entry_array + 1, (size_t) num_users - 1,
-         sizeof (struct hashtab_elem *), (int (*)()) compare_user_entry);
+         sizeof (struct hashtab_elem *), (int (*)(const void *, const void *)) 
compare_user_entry);
 
   /* Now we've got a sorted list of user entries. */
 
@@ -1698,7 +1698,7 @@ void print_command_list(void)
      than the number of commands */
 
   qsort (entry_array + 1, (size_t) num_commands - 1,
-         sizeof (struct hashtab_entry *), (int (*)()) compare_sum_entry);
+         sizeof (struct hashtab_entry *), (int (*)(const void *, const void 
*)) compare_sum_entry);
 
   for (temp = 0; temp < num_commands; temp++)
     {

Reply via email to