Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package superlu for openSUSE:Factory checked 
in at 2023-05-05 15:57:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/superlu (Old)
 and      /work/SRC/openSUSE:Factory/.superlu.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "superlu"

Fri May  5 15:57:11 2023 rev:30 rq:1084760 version:6.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/superlu/superlu.changes  2023-04-22 
21:58:06.848374791 +0200
+++ /work/SRC/openSUSE:Factory/.superlu.new.1533/superlu.changes        
2023-05-05 15:57:17.276086101 +0200
@@ -1,0 +2,9 @@
+Mon May  1 10:05:57 UTC 2023 - Egbert Eich <[email protected]>
+
+- Fix broken magic in HPC module file. This has been broken since:
+   Wed Apr 19 23:20:41 UTC 2023 - Christoph G <[email protected]>
+
+   - Fix two rpmlint warning.
+- Add rpmlintrc.
+
+-------------------------------------------------------------------

New:
----
  superlu.rpmlintrc

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

Other differences:
------------------
++++++ superlu.spec ++++++
--- /var/tmp/diff_new_pack.QB7fQP/_old  2023-05-05 15:57:17.836089309 +0200
+++ /var/tmp/diff_new_pack.QB7fQP/_new  2023-05-05 15:57:17.844089355 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package superlu
+# spec file
 #
 # Copyright (c) 2023 SUSE LLC
 #
@@ -94,6 +94,7 @@
 # Tarball above is generated with the script below
 Source1:        get-tarball.sh
 Source2:        README.SUSE
+Source3:        superlu.rpmlintrc
 # PATCH-FIX-OPENSUSE superlu-remove-mc64ad.patch [bnc#796236]
 # The Harwell Subroutine Library (HSL) routine mc64ad.c have been removed
 # from the original sources for legal reasons. This patch disables the 
inclusion of
@@ -145,7 +146,7 @@
 Recommends:     %name-doc
 
 %description    devel
-SuperLU headers and libraries files needed for development
+SuperLU headers and libraries files needed for development %{with_hpc:(HPC 
variant)}
 
 %package        doc
 Summary:        Documentation for %name
@@ -221,7 +222,7 @@
 
 # TODO: is there any path to add for Matlab files?
 %hpc_write_modules_files
-
+#%Module1.0#####################################################################
 proc ModulesHelp { } {
 
 puts stderr " "
@@ -263,6 +264,7 @@
 %post -n %libname -p /sbin/ldconfig
 %postun -n %libname -p /sbin/ldconfig
 %else
+
 %post -n %libname
 /sbin/ldconfig -N %hpc_libdir
 

++++++ superlu.rpmlintrc ++++++
# In multibuild spec file names are expected to be different from source 
package names
addFilter(".*-hpc.*: E: invalid-spec-name")
# 'hidden' file names are standard for environment modules
addFilter(".*: W: hidden-file-or-dir /usr/share/lmod/.*/.version.*")
# Not a macro but the file magic for environment module files
addFilter(".*: W: macro-in-comment %Module1")
# Not a doc but an example package
addFilter(".*-examples.noarch: W: package-with-huge-docs .*")

Reply via email to