Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package petsc for openSUSE:Factory checked in at 2024-07-29 21:52:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/petsc (Old) and /work/SRC/openSUSE:Factory/.petsc.new.1882 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "petsc" Mon Jul 29 21:52:49 2024 rev:36 rq:1190164 version:3.21.2 Changes: -------- --- /work/SRC/openSUSE:Factory/petsc/petsc.changes 2024-06-20 16:48:10.419685161 +0200 +++ /work/SRC/openSUSE:Factory/.petsc.new.1882/petsc.changes 2024-07-29 21:53:47.564133135 +0200 @@ -1,0 +2,5 @@ +Thu Jul 25 19:18:20 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de> + +- fix missing libyaml requirement of -devel package boo#1228280 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ petsc.spec ++++++ --- /var/tmp/diff_new_pack.PpFzxj/_old 2024-07-29 21:53:48.304163103 +0200 +++ /var/tmp/diff_new_pack.PpFzxj/_new 2024-07-29 21:53:48.308163265 +0200 @@ -2,6 +2,7 @@ # spec file # # Copyright (c) 2024 SUSE LLC +# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -273,7 +274,7 @@ URL: https://www.mcs.anl.gov/petsc/ BuildRequires: fdupes BuildRequires: hwloc-devel -BuildRequires: libyaml-devel +BuildRequires: pkgconfig(yaml-0.1) BuildRequires: pkg-config BuildRequires: python3-base @@ -346,6 +347,7 @@ Summary: Devel files for petsc Group: Development/Libraries/C and C++ Requires: %{libname %_vers} = %{version} +Requires: pkgconfig(yaml-0.1) %if %{without hpc} Requires: Modules Requires: suitesparse-devel