Hello community,

here is the log from the commit of package genwqe-tools for openSUSE:Factory 
checked in at 2019-07-31 14:37:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/genwqe-tools (Old)
 and      /work/SRC/openSUSE:Factory/.genwqe-tools.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "genwqe-tools"

Wed Jul 31 14:37:00 2019 rev:5 rq:720018 version:4.0.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/genwqe-tools/genwqe-tools.changes        
2018-02-13 10:31:20.436905538 +0100
+++ /work/SRC/openSUSE:Factory/.genwqe-tools.new.4126/genwqe-tools.changes      
2019-07-31 14:37:03.929843685 +0200
@@ -1,0 +2,7 @@
+Tue Jul 30 15:27:04 UTC 2019 - Michel Normand <[email protected]>
+
+- for ppc64* remove in spec the lines about BUNDLE_LIBCXL
+  to avoid build error.
+- update rpmlintrc
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ genwqe-tools.spec ++++++
--- /var/tmp/diff_new_pack.pY6wkc/_old  2019-07-31 14:37:04.721843238 +0200
+++ /var/tmp/diff_new_pack.pY6wkc/_new  2019-07-31 14:37:04.721843238 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package genwqe-tools
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright 2015, International Business Machines
 #
 # All modifications and additions to the file contributed by third parties
@@ -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/
 #
 
 
@@ -29,6 +29,7 @@
 BuildRequires:  zlib-devel >= 1.2.7
 %ifarch ppc64le ppc64
 BuildRequires:  kernel-devel >= 4.4.21-69
+BuildRequires:  libcxl-devel
 %endif
 BuildRequires:  fdupes
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -69,18 +70,9 @@
 %prep
 %autosetup -p1 -n genwqe-user-%{version}
 
-%ifarch ppc64le ppc64
-%define libcxl "BUNDLE_LIBCXL=1"
-%endif
-
 %build
-%ifarch ppc64le ppc64
-mkdir -p ext/libcxl/include/misc/
-cp /usr/include/misc/cxl.h ext/libcxl/include/misc/
-%endif
-
 make %{?_smp_mflags} tools lib VERSION=%{version} \
-       CONFIG_ZLIB_PATH=/%{_lib}/libz.so.1 %{?libcxl}
+       CONFIG_ZLIB_PATH=/%{_lib}/libz.so.1
 
 %install
 make %{?_smp_mflags} install DESTDIR=%{buildroot}/%{_prefix} \

++++++ genwqe-tools-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.pY6wkc/_old  2019-07-31 14:37:04.761843216 +0200
+++ /var/tmp/diff_new_pack.pY6wkc/_new  2019-07-31 14:37:04.761843216 +0200
@@ -1 +1,3 @@
 addFilter(".*macro-in-comment.*")
+addFilter(".*devel-file-in-non-devel-package.*")
+addFilter(".*static-library-without-debuginfo.*")


Reply via email to