Hello community, here is the log from the commit of package liblognorm for openSUSE:Factory checked in at 2014-10-23 14:20:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblognorm (Old) and /work/SRC/openSUSE:Factory/.liblognorm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblognorm" Changes: -------- --- /work/SRC/openSUSE:Factory/liblognorm/liblognorm.changes 2014-04-13 13:15:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.liblognorm.new/liblognorm.changes 2014-10-23 14:20:30.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Oct 22 01:31:11 UTC 2014 - [email protected] + +- Changed BuildRequires dependencies for SLES11SP3 + - BuildRequires: libjson-c-devel + - BuildRequires: libestr-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblognorm.spec ++++++ --- /var/tmp/diff_new_pack.SHBQKZ/_old 2014-10-23 14:20:31.000000000 +0200 +++ /var/tmp/diff_new_pack.SHBQKZ/_new 2014-10-23 14:20:31.000000000 +0200 @@ -26,9 +26,17 @@ Group: Development/Libraries/C and C++ Url: http://www.liblognorm.com/ Source0: http://www.liblognorm.com/files/download/liblognorm-%{version}.tar.gz -BuildRequires: pkg-config >= 0.9.0 + +%if 0%{?suse_version} >= 1210 +BuildRequires: pkgconfig(pkg-config) >= 0.9.0 BuildRequires: pkgconfig(json-c) BuildRequires: pkgconfig(libestr) +%else +BuildRequires: pkg-config >= 0.9.0 +BuildRequires: libjson-c-devel +BuildRequires: libestr-devel +%endif + BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with html_docs} BuildRequires: python-sphinx -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
