Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package labplot for openSUSE:Factory checked in at 2025-08-20 14:40:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/labplot (Old) and /work/SRC/openSUSE:Factory/.labplot.new.29662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "labplot" Wed Aug 20 14:40:31 2025 rev:4 rq:1300469 version:2.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/labplot/labplot.changes 2025-08-19 16:47:53.039271446 +0200 +++ /work/SRC/openSUSE:Factory/.labplot.new.29662/labplot.changes 2025-08-20 14:40:35.260768406 +0200 @@ -1,0 +2,5 @@ +Wed Aug 20 08:02:42 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Drop netcdf build dependency on 32bit archs + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ labplot.spec ++++++ --- /var/tmp/diff_new_pack.Udi3BH/_old 2025-08-20 14:40:37.412857891 +0200 +++ /var/tmp/diff_new_pack.Udi3BH/_new 2025-08-20 14:40:37.424858390 +0200 @@ -19,6 +19,11 @@ %define kf6_version 6.3 %define qt6_version 6.5 +# netcdf build was disabled on 32bit archs (sr#1266211) +%ifnarch s390x i586 %arm +%bcond_without netcdf +%endif + Name: labplot Version: 2.12.1 Release: 0 @@ -79,7 +84,9 @@ BuildRequires: pkgconfig(libmarkdown) BuildRequires: pkgconfig(liborigin) BuildRequires: pkgconfig(matio) +%if %{with netcdf} BuildRequires: pkgconfig(netcdf) +%endif BuildRequires: pkgconfig(poppler-qt6) >= 0.62.0 BuildRequires: pkgconfig(zlib) Requires: qt6-sql-sqlite >= %{qt6_version}