diff --git a/kexi.changes b/kexi.changes index cb52bf3..b49110b 100644 --- a/kexi.changes +++ b/kexi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 28 11:39:36 UTC 2021 - Wolfgang Bauer + +- BuildRequire postgresql-server-devel also on Leap 15.2/15.3 to + fix missing PostgreSQL migration driver + ------------------------------------------------------------------- Mon Jun 28 07:16:57 UTC 2021 - Christophe Giboudeaux diff --git a/kexi.spec b/kexi.spec index 3be8ed5..c3f34b1 100644 --- a/kexi.spec +++ b/kexi.spec @@ -38,6 +38,7 @@ BuildRequires: kproperty-devel BuildRequires: kreport-devel BuildRequires: libmysqld-devel BuildRequires: mysql-devel +BuildRequires: postgresql-server-devel BuildRequires: update-desktop-files BuildRequires: cmake(KF5Archive) BuildRequires: cmake(KF5Codecs) @@ -72,11 +73,6 @@ Obsoletes: calligra-kexi < %{version} Provides: calligra-kexi = %{version} # not ported yet Obsoletes: calligra-kexi-spreadsheet-import < %{version} -%if 0%{?suse_version} > 1500 -BuildRequires: postgresql-server-devel -%else -BuildRequires: postgresql-devel -%endif # Kexi needs breeze-icons.rcc during build and on runtime (it doesn't start without it installed) %if 0%{?suse_version} > 1500 || "%{?_repository}" == "KDE_Applications_openSUSE_Leap_15.2" || "%{?_repository}" == "KDE_Applications_openSUSE_Leap_15.3" BuildRequires: breeze5-icons-rcc