Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wv for openSUSE:Factory checked in 
at 2021-05-18 18:27:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wv (Old)
 and      /work/SRC/openSUSE:Factory/.wv.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wv"

Tue May 18 18:27:19 2021 rev:22 rq:894055 version:1.2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/wv/wv.changes    2018-02-06 16:50:43.371662537 
+0100
+++ /work/SRC/openSUSE:Factory/.wv.new.2988/wv.changes  2021-05-18 
18:27:50.450598762 +0200
@@ -1,0 +2,6 @@
+Tue May 18 09:55:23 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Fix build: add explicit BuildRequires for libexpat-devel,
+  libjpeg-devel, and libpng-devel.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wv.spec ++++++
--- /var/tmp/diff_new_pack.XhqMQu/_old  2021-05-18 18:27:50.922596716 +0200
+++ /var/tmp/diff_new_pack.XhqMQu/_new  2021-05-18 18:27:50.926596698 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wv
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,9 +21,9 @@
 Version:        1.2.9
 Release:        0
 Summary:        Tools for Importing Microsoft Word (tm) Documents
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Publishing/Word
-Url:            http://wvware.sourceforge.net/
+URL:            http://wvware.sourceforge.net/
 Source0:        
https://www.abisource.com/downloads/%{name}/%{version}/%{name}-%{version}.tar.gz
 Patch0:         wv-1.2.2-automake.patch
 Patch5:         wv-1.0.3-wvText.patch
@@ -31,6 +31,9 @@
 Patch10:        wv-strcasecmp.patch
 Patch11:        wv-gsf.patch
 Patch12:        wv-noansi.patch
+BuildRequires:  libexpat-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  libpng-devel
 BuildRequires:  libtool
 BuildRequires:  libwmf-devel
 BuildRequires:  pkgconfig
@@ -83,20 +86,21 @@
     --disable-dependency-tracking \
     --disable-static
 
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install manonedir=%{_mandir}/man1
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files
-%doc COPYING README
+%license COPYING
+%doc README
 %{_bindir}/wvAbw
 %{_bindir}/wvCleanLatex
 %{_bindir}/wvConvert

Reply via email to