Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wordnet for openSUSE:Factory checked 
in at 2023-04-27 20:01:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wordnet (Old)
 and      /work/SRC/openSUSE:Factory/.wordnet.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wordnet"

Thu Apr 27 20:01:11 2023 rev:16 rq:1083137 version:3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/wordnet/wordnet.changes  2020-08-31 
16:53:17.488442891 +0200
+++ /work/SRC/openSUSE:Factory/.wordnet.new.1533/wordnet.changes        
2023-04-27 20:01:37.558169423 +0200
@@ -1,0 +2,7 @@
+Wed Apr 26 11:54:55 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Remove unused old BuildRequires on xorg-x11-*; this is actually
+  a dependency of tk, not so much wordnet.
+- Modernize specfile constructs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wordnet.spec ++++++
--- /var/tmp/diff_new_pack.CBmoWG/_old  2023-04-27 20:01:38.210173255 +0200
+++ /var/tmp/diff_new_pack.CBmoWG/_new  2023-04-27 20:01:38.218173302 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wordnet
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,8 +45,6 @@
 BuildRequires:  libtool
 BuildRequires:  tcl-devel
 BuildRequires:  tk-devel
-BuildRequires:  xorg-x11-devel
-BuildRequires:  xorg-x11-libXext-devel
 Requires:       tcl
 Requires:       tk
 
@@ -97,27 +95,21 @@
 applications based on WordNet.
 
 %prep
-%setup -q -n WordNet-3.0 -b 1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%autosetup -n WordNet-3.0 -b 1 -p1
 # delete the include/tk dir, since we do not use the included tk headers
 rm -rf include/tk
 
 %build
-libtoolize && aclocal
-autoupdate
-autoreconf -i
-
-CFLAGS="%{optflags} -DUSE_INTERP_RESULT"
+autoreconf -fi
+export CFLAGS="%{optflags} -DUSE_INTERP_RESULT"
 %configure --enable-static=no --prefix=%{_datadir}/wordnet-%{version}/
 
+# Build will fail with SLE15SP2 tk because /usr/lib64/tkConfig.sh's TK_LIBS
+# has extraneous libs in it. (But SP2 is EOL.)
 %make_build
 
 %install
-%make_install DESTDIR=%{buildroot}
+%make_install
 
 # delete the libWN.la files (reasoning in the packaging guidelines)
 rm -f  %{buildroot}%{_libdir}/libWN.la

Reply via email to