Hello community,

here is the log from the commit of package librdkafka for openSUSE:Factory 
checked in at 2018-12-18 14:57:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librdkafka (Old)
 and      /work/SRC/openSUSE:Factory/.librdkafka.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librdkafka"

Tue Dec 18 14:57:05 2018 rev:3 rq:658073 version:0.11.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/librdkafka/librdkafka.changes    2018-12-11 
15:48:13.970179918 +0100
+++ /work/SRC/openSUSE:Factory/.librdkafka.new.28833/librdkafka.changes 
2018-12-18 14:57:57.870290133 +0100
@@ -1,0 +2,5 @@
+Fri Dec 14 14:57:50 UTC 2018 - [email protected]
+
+- fix pkg-config provides warning
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ librdkafka.spec ++++++
--- /var/tmp/diff_new_pack.ZknpDm/_old  2018-12-18 14:57:58.482289207 +0100
+++ /var/tmp/diff_new_pack.ZknpDm/_new  2018-12-18 14:57:58.482289207 +0100
@@ -17,7 +17,6 @@
 
 
 %define libname %{name}1
-
 Name:           librdkafka
 Version:        0.11.6
 Release:        0
@@ -29,11 +28,12 @@
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
+BuildRequires:  openssl-devel
+BuildRequires:  pkgconfig
 # lz4 is not in SLE12 available
 %if 0%{?sle_version} >= 150000 && !0%{?is_opensuse}
 BuildRequires:  liblz4-devel
 %endif
-BuildRequires:  openssl-devel
 
 %description
 librdkafka is a C library implementation of the Apache Kafka protocol,
@@ -72,14 +72,13 @@
 make %{?_smp_mflags}
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %install
 %make_install
 find %{buildroot} -name '*.a' -delete -print
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}


Reply via email to