Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wdiff for openSUSE:Factory checked 
in at 2025-02-20 16:29:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wdiff (Old)
 and      /work/SRC/openSUSE:Factory/.wdiff.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wdiff"

Thu Feb 20 16:29:04 2025 rev:33 rq:1247288 version:1.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/wdiff/wdiff.changes      2022-01-23 
12:16:35.392106279 +0100
+++ /work/SRC/openSUSE:Factory/.wdiff.new.1873/wdiff.changes    2025-02-20 
16:30:13.204536221 +0100
@@ -1,0 +2,7 @@
+Wed Feb 19 15:01:43 UTC 2025 - [email protected]
+
+- added patches
+  fix build with gcc15
+  + wdiff-gcc15.patch
+
+-------------------------------------------------------------------

New:
----
  wdiff-gcc15.patch

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

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

Other differences:
------------------
++++++ wdiff.spec ++++++
--- /var/tmp/diff_new_pack.m1wiRG/_old  2025-02-20 16:30:13.984568867 +0100
+++ /var/tmp/diff_new_pack.m1wiRG/_new  2025-02-20 16:30:13.988569034 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wdiff
 #
-# Copyright (c) 2022 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
@@ -26,10 +26,13 @@
 Source0:        https://ftp.gnu.org/gnu/wdiff/wdiff-%{version}.tar.gz
 Source1:        https://ftp.gnu.org/gnu/wdiff/wdiff-%{version}.tar.gz.sig
 Source2:        %{name}.keyring
+# build with gcc15
+Patch0:         wdiff-gcc15.patch
+BuildRequires:  help2man
 BuildRequires:  makeinfo
 BuildRequires:  ncurses-devel
 Requires(post): %{install_info_prereq}
-Requires(preun):%{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 
 %description
 wdiff compares two files and finds which words have been deleted or
@@ -41,7 +44,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure \


++++++ wdiff-gcc15.patch ++++++
--- wdiff-1.2.2/src/mdiff.c     2014-04-14 22:05:53.000000000 +0200
+++ wdiff-1.2.2/src/mdiff.c     2025-02-19 15:54:26.678366353 +0100
@@ -53,8 +53,6 @@
 #include <ctype.h>
 #include <string.h>
 
-char *strstr ();
-
 #if HAVE_TPUTS
 # if HAVE_TERMCAP_H
 #  include <termcap.h>

Reply via email to