Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package octave-forge-general for
openSUSE:Factory checked in at 2022-07-08 14:01:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-general (Old)
and /work/SRC/openSUSE:Factory/.octave-forge-general.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-general"
Fri Jul 8 14:01:54 2022 rev:5 rq:987456 version:2.1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/octave-forge-general/octave-forge-general.changes
2022-02-22 21:19:52.822304855 +0100
+++
/work/SRC/openSUSE:Factory/.octave-forge-general.new.1523/octave-forge-general.changes
2022-07-08 14:02:00.610453004 +0200
@@ -1,0 +2,5 @@
+Thu Jul 7 07:13:28 UTC 2022 - Stefan Br??ns <[email protected]>
+
+- Add nettle build dependency to add SHA support.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ octave-forge-general.spec ++++++
--- /var/tmp/diff_new_pack.HY5EFn/_old 2022-07-08 14:02:01.434453886 +0200
+++ /var/tmp/diff_new_pack.HY5EFn/_new 2022-07-08 14:02:01.438453890 +0200
@@ -27,6 +27,7 @@
Source0:
https://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: hdf5-devel
+BuildRequires: libnettle-devel
BuildRequires: octave-devel
Requires: octave-cli >= 4.0.0
@@ -38,7 +39,7 @@
%setup -q -c %{name}-%{version}
%octave_pkg_src
-# COPY METAINFO FILE TO TOPLEVEL DIR FOR MANUAL INSTALLATION LATER
+# Save metainfo file, we only have tarballs later
find ./ -name "*.metainfo.xml" -exec cp '{}' ./ \;
%build
@@ -46,8 +47,7 @@
%install
%octave_pkg_install
-mkdir -p %{buildroot}%{_datadir}/metainfo
-install -m 644 octave-general.metainfo.xml %{buildroot}%{_datadir}/metainfo/
+install -Dm 644 -t %{buildroot}%{_datadir}/metainfo/ *.metainfo.xml
%check
%octave_pkg_test