Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fec for openSUSE:Factory checked in 
at 2022-10-12 18:25:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fec (Old)
 and      /work/SRC/openSUSE:Factory/.fec.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fec"

Wed Oct 12 18:25:37 2022 rev:4 rq:1009923 version:3.0.0+git.20160910

Changes:
--------
--- /work/SRC/openSUSE:Factory/fec/fec.changes  2018-01-24 15:31:34.879340144 
+0100
+++ /work/SRC/openSUSE:Factory/.fec.new.2275/fec.changes        2022-10-12 
18:27:23.162045755 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 19:43:02 UTC 2022 - Martin Hauke <mar...@gmx.de>
+
+- Fails to build on i586 - build only for "x86_64 %{arm} aarch64"
+- Run spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fec.spec ++++++
--- /var/tmp/diff_new_pack.uIpwxY/_old  2022-10-12 18:27:23.534046574 +0200
+++ /var/tmp/diff_new_pack.uIpwxY/_new  2022-10-12 18:27:23.542046591 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package fec
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2017, Martin Hauke <mar...@gmx.de>
+# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2017-2022, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,7 +13,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/
 #
 
 
@@ -22,15 +22,16 @@
 Version:        3.0.0+git.20160910
 Release:        0
 Summary:        Library with several forward error correction (FEC) functions
-License:        LGPL-2.1
+License:        LGPL-2.1-only
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/Opendigitalradio/ka9q-fec
+URL:            https://github.com/Opendigitalradio/ka9q-fec
 Source:         %{name}-%{version}.tar.xz
 Patch0:         fec-fix-cmake-libdir.patch
 Patch1:         fec-fix-cmake-pkgconfig-whitespace.patch
 BuildRequires:  cmake
 BuildRequires:  git-core
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
+ExclusiveArch:  x86_64 %{arm} aarch64
 
 %description
 A library that provides a set of functions that implement several
@@ -75,7 +76,8 @@
 %postun -n libfec%{sover} -p /sbin/ldconfig
 
 %files -n libfec%{sover}
-%doc LICENSE README README.x86-64
+%license LICENSE
+%doc README README.x86-64
 %{_libdir}/libfec.so.%{sover}
 
 %files devel

Reply via email to