From fa1e6f6d507f4f0d351c10c2354749466b6795cabf474ef2edb07fdf1296bf4c Mon Sep 17 00:00:00 2001 From: Asterios Dramis Date: Wed, 8 Nov 2017 19:10:26 +0000 Subject: [PATCH] Accepting request 539852 from home:alarrosa:branches:science - Remove libqt4 from BuildRequires since it's actually only required by some demos and tests which are simply not built when it's not available (except on Leap, where libqt4 is required) OBS-URL: https://build.opensuse.org/request/show/539852 OBS-URL: https://build.opensuse.org/package/show/science/eigen3?expand=0&rev=15 --- eigen3.changes | 7 +++++++ eigen3.spec | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/eigen3.changes b/eigen3.changes index 085112d..f2e627b 100644 --- a/eigen3.changes +++ b/eigen3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 7 13:30:09 UTC 2017 - alarrosa@suse.com + +- Remove libqt4 from BuildRequires since it's actually only required + by some demos and tests which are simply not built when it's not + available (except on Leap, where libqt4 is required) + ------------------------------------------------------------------- Sat Aug 12 16:10:58 UTC 2017 - jengelh@inai.de diff --git a/eigen3.spec b/eigen3.spec index 1c316c8..1cc3879 100644 --- a/eigen3.spec +++ b/eigen3.spec @@ -48,7 +48,9 @@ BuildRequires: libboost_headers-devel %else BuildRequires: boost-devel %endif +%if 0%{?suse_version} == 1315 BuildRequires: libqt4-devel +%endif BuildRequires: mpfr-devel BuildRequires: pkg-config BuildRequires: sparsehash-devel @@ -68,8 +70,8 @@ numerical solvers, and related algorithms. %package devel Summary: C++ Template Library for Linear Algebra -Group: Development/Libraries/C and C++ # libeigen3-devel was last used at openSUSE 13.1 (version 3.2.0) +Group: Development/Libraries/C and C++ Provides: libeigen3-devel = %{version} Obsoletes: libeigen3-devel < %{version}