Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package unzip for openSUSE:Factory checked 
in at 2025-04-03 18:43:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unzip (Old)
 and      /work/SRC/openSUSE:Factory/.unzip.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unzip"

Thu Apr  3 18:43:11 2025 rev:50 rq:1266607 version:6.00

Changes:
--------
--- /work/SRC/openSUSE:Factory/unzip/unzip-rcc.changes  2024-02-23 
16:41:34.935187081 +0100
+++ /work/SRC/openSUSE:Factory/.unzip.new.1907/unzip-rcc.changes        
2025-04-03 18:43:57.218156665 +0200
@@ -1,0 +2,6 @@
+Wed Apr  2 14:03:26 UTC 2025 - Friedrich Haubensak < hs...@mail.de>
+
+- Add unzip-time-decl.patch from debian to fix gcc-15 compile time
+  error
+
+-------------------------------------------------------------------
unzip.changes: same change

New:
----
  unzip-time-decl.patch

BETA DEBUG BEGIN:
  New:/work/SRC/openSUSE:Factory/.unzip.new.1907/unzip-rcc.changes-
/work/SRC/openSUSE:Factory/.unzip.new.1907/unzip-rcc.changes:- Add 
unzip-time-decl.patch from debian to fix gcc-15 compile time
/work/SRC/openSUSE:Factory/.unzip.new.1907/unzip-rcc.changes-  error
--
/work/SRC/openSUSE:Factory/.unzip.new.1907/unzip.changes-
/work/SRC/openSUSE:Factory/.unzip.new.1907/unzip.changes:- Add 
unzip-time-decl.patch from debian to fix gcc-15 compile time
/work/SRC/openSUSE:Factory/.unzip.new.1907/unzip.changes-  error
BETA DEBUG END:

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

Other differences:
------------------
++++++ unzip-rcc.spec ++++++
--- /var/tmp/diff_new_pack.8wvr2k/_old  2025-04-03 18:43:58.150195766 +0200
+++ /var/tmp/diff_new_pack.8wvr2k/_new  2025-04-03 18:43:58.154195934 +0200
@@ -65,6 +65,7 @@
 Patch24:        CVE-2022-0530.patch
 # PATCH-FIX-UPSTREAM danilo.spine...@suse.com CVE-2022-0529 bsc#1196180
 Patch25:        CVE-2022-0529.patch
+Patch26:        unzip-time-decl.patch
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Recommends:     %{_name}-doc
@@ -115,6 +116,7 @@
 %patch -P 23 -p1
 %patch -P 24 -p1
 %patch -P 25 -p1
+%patch -P 26 -p1
 
 %build
 export RPM_OPT_FLAGS="%{optflags} \

++++++ unzip.spec ++++++
--- /var/tmp/diff_new_pack.8wvr2k/_old  2025-04-03 18:43:58.182197108 +0200
+++ /var/tmp/diff_new_pack.8wvr2k/_new  2025-04-03 18:43:58.186197276 +0200
@@ -65,6 +65,7 @@
 Patch24:        CVE-2022-0530.patch
 # PATCH-FIX-UPSTREAM danilo.spine...@suse.com CVE-2022-0529 bsc#1196180
 Patch25:        CVE-2022-0529.patch
+Patch26:        unzip-time-decl.patch
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Recommends:     %{_name}-doc
@@ -115,6 +116,7 @@
 %patch -P 23 -p1
 %patch -P 24 -p1
 %patch -P 25 -p1
+%patch -P 26 -p1
 
 %build
 export RPM_OPT_FLAGS="%{optflags} \

++++++ unzip-time-decl.patch ++++++

bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098043
salsa.debian.org/sanvila/unzip/-/commit/a21e271


From: Santiago Vila <sanv...@debian.org>
Subject: [PATCH] Drop conflicting declarations of gmtime() and localtime().
Date: Tue, 11 Mar 2025 16:01:00 +0100

--- a/unix/unxcfg.h
+++ b/unix/unxcfg.h
@@ -118,7 +118,7 @@
 #  endif
 #else
 #  include <time.h>
-   struct tm *gmtime(), *localtime();
+/*   struct tm *gmtime(), *localtime(); */
 #endif
 
 #if (defined(BSD4_4) || (defined(SYSV) && defined(MODERN)))

Reply via email to