From a8f7873279267e3e9a9d68777414139400fba1e525bba1ae10f0e87a13e9c2fc Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Fri, 6 Jan 2023 16:33:34 +0000 Subject: [PATCH 1/2] Accepting request 1056395 from home:dimstar:Factory - Drop libnetcdf BuildRequires: this seems not to be required (and does no longer exist). OBS-URL: https://build.opensuse.org/request/show/1056395 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kst?expand=0&rev=29 --- kst.changes | 6 ++++++ kst.spec | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/kst.changes b/kst.changes index 7f7985f..fcd5dc2 100644 --- a/kst.changes +++ b/kst.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 6 12:41:00 UTC 2023 - Dominique Leuenberger + +- Drop libnetcdf BuildRequires: this seems not to be required (and + does no longer exist). + ------------------------------------------------------------------- Thu Dec 15 07:37:04 UTC 2022 - Dominique Leuenberger diff --git a/kst.spec b/kst.spec index c05168a..3623eb4 100644 --- a/kst.spec +++ b/kst.spec @@ -1,7 +1,7 @@ # # spec file for package kst # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2011 Christian Trippe ctrippe@opensuse.org # # All modifications and additions to the file contributed by third parties @@ -36,7 +36,6 @@ BuildRequires: cmake BuildRequires: fdupes BuildRequires: gsl-devel BuildRequires: libmatio-devel -BuildRequires: libnetcdf BuildRequires: libnetcdf_c++-devel BuildRequires: libqt5-linguist BuildRequires: netcdf-devel @@ -49,7 +48,6 @@ BuildRequires: cmake(Qt5PrintSupport) BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) BuildRequires: pkgconfig(cfitsio) -Requires: libnetcdf Obsoletes: python-kst < %{version} %description From d781b8b05d7291d03438db91cdef8cdada8d3426300386b92bbca93416170cbf Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Fri, 6 Jan 2023 16:35:11 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kst?expand=0&rev=30 --- _constraints | 16 +++++----------- kst.changes | 5 +++++ 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/_constraints b/_constraints index 1138b75..a6a4866 100644 --- a/_constraints +++ b/_constraints @@ -1,13 +1,7 @@ - - - ppc64 - ppc64le - - - - 5100 - - - + + + 6 + + diff --git a/kst.changes b/kst.changes index fcd5dc2..e497849 100644 --- a/kst.changes +++ b/kst.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 6 16:35:08 UTC 2023 - Christophe Marin + +- Update build constraints + ------------------------------------------------------------------- Fri Jan 6 12:41:00 UTC 2023 - Dominique Leuenberger