Hello community, here is the log from the commit of package libapr-util1 for openSUSE:Factory checked in at 2016-02-17 10:31:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libapr-util1 (Old) and /work/SRC/openSUSE:Factory/.libapr-util1.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libapr-util1" Changes: -------- --- /work/SRC/openSUSE:Factory/libapr-util1/libapr-util1.changes 2015-10-25 15:10:23.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libapr-util1.new/libapr-util1.changes 2016-02-17 12:14:00.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Feb 4 11:13:02 UTC 2016 - [email protected] + +- require postgresql-devel less then 9.4 to fix build on SLE_12 + and SLE_12_SP1 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libapr-util1.spec ++++++ --- /var/tmp/diff_new_pack.zYJ1oV/_old 2016-02-17 12:14:01.000000000 +0100 +++ /var/tmp/diff_new_pack.zYJ1oV/_new 2016-02-17 12:14:01.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libapr-util1 # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,7 +41,11 @@ BuildRequires: openldap2-devel BuildRequires: openssl-devel BuildRequires: pkgconfig +%if 0%{?suse_version} == 1315 && !0%{?is_opensuse} +BuildRequires: postgresql-devel < 9.4 +%else BuildRequires: postgresql-devel >= 9.1.0 +%endif BuildRequires: sqlite-devel %requires_ge libapr1 BuildRoot: %{_tmppath}/%{name}-%{version}-build
