Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gsl for openSUSE:Factory checked in 
at 2022-06-03 14:15:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsl (Old)
 and      /work/SRC/openSUSE:Factory/.gsl.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gsl"

Fri Jun  3 14:15:17 2022 rev:49 rq:980297 version:2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/gsl/gsl.changes  2021-05-20 19:23:04.162442312 
+0200
+++ /work/SRC/openSUSE:Factory/.gsl.new.1548/gsl.changes        2022-06-03 
14:15:26.233220655 +0200
@@ -1,0 +2,7 @@
+Tue May 24 20:48:30 UTC 2022 - Egbert Eich <e...@suse.com>
+
+- Add gsl-rpmlintrc rule to ignore shlib name policy errors for HPC
+  packages (see this file for explanation) (bsc#1191757).
+- Make doc package arch-independent.
+
+-------------------------------------------------------------------

New:
----
  gsl-rpmlintrc

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

Other differences:
------------------
++++++ gsl.spec ++++++
--- /var/tmp/diff_new_pack.asNJLc/_old  2022-06-03 14:15:26.793221382 +0200
+++ /var/tmp/diff_new_pack.asNJLc/_new  2022-06-03 14:15:26.801221392 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gsl
+# spec file
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -120,6 +120,7 @@
 Source0:        https://ftp.gnu.org/pub/gnu/%{pname}/%{pname}-%{version}.tar.gz
 Source1:        
https://ftp.gnu.org/pub/gnu/%{pname}/%{pname}-%{version}.tar.gz.sig
 Source2:        
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=gsl&download=1#/%{pname}.keyring
+Source3:        gsl-rpmlintrc
 Patch6:         gsl-qawc-test-x86-precision.diff
 Patch7:         gsl-disable-fma.patch
 BuildRequires:  autoconf
@@ -219,6 +220,7 @@
 Group:          Documentation/Other
 Requires(post): %{install_info_prereq}
 Requires(preun):%{install_info_prereq}
+BuildArch:      noarch
 
 %description    doc
 This package contains documentation for GSL
@@ -419,8 +421,11 @@
 %files doc
 %doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO
 %license COPYING
-%{?with_hpc:%hpc_dirs}
-%{?with_hpc:%dir %p_infodir}
+%if %{with hpc}
+%dir %{hpc_install_path_base}
+%dir %{hpc_install_path}
+%dir %{p_infodir}
+%endif
 %{p_infodir}/gsl-ref*
 
 %post doc


++++++ gsl-rpmlintrc ++++++
# HPC allows simultaneous installation of multiple versions of the same
# library even with the same so-name. These are provided in non-system
# directories which are not handled by entries to /etc/ld.so.conf but
# by the well known concept of environment modules which allow users
# to customize their runtime library stack per session.
# Therefore, the package version, not the so version is used for
# package names.
addFilter(".*-hpc.*shlib-policy-name-error.*")

Reply via email to