Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libmsym for openSUSE:Factory checked in at 2022-09-15 22:58:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmsym (Old) and /work/SRC/openSUSE:Factory/.libmsym.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmsym" Thu Sep 15 22:58:50 2022 rev:2 rq:1003663 version:0.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libmsym/libmsym.changes 2021-06-05 23:31:59.916486638 +0200 +++ /work/SRC/openSUSE:Factory/.libmsym.new.2083/libmsym.changes 2022-09-15 22:59:31.693272621 +0200 @@ -1,0 +2,5 @@ +Sun Sep 11 18:47:58 UTC 2022 - Stefan Br??ns <stefan.bru...@rwth-aachen.de> + +- Fix python_files macro invocation on Leap 15.4/SLE 15SP4. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmsym.spec ++++++ --- /var/tmp/diff_new_pack.JIzb6M/_old 2022-09-15 22:59:33.749278425 +0200 +++ /var/tmp/diff_new_pack.JIzb6M/_new 2022-09-15 22:59:33.753278437 +0200 @@ -1,7 +1,7 @@ # # spec file for package libmsym # -# Copyright (c) 2020 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 @@ -32,10 +32,10 @@ Group: System/Libraries URL: https://github.com/mcodev31/libmsym Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: %{python_module numpy} BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: python-rpm-macros -BuildRequires: %{python_module numpy} %define python_subpackage_only 1 %python_subpackages @@ -98,13 +98,13 @@ %{_includedir}/libmsym/ %{_libdir}/libmsym.so -%if 0%{?suse_version} >= 1550 +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400 %files %{python_files %name} %{python_sitelib}/* %else + %files %{python_files} %{python_sitelib}/* %endif - %changelog