Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2016-01-12 16:14:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsyslog (Old)
 and      /work/SRC/openSUSE:Factory/.rsyslog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsyslog"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2016-01-05 
21:55:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes     2016-01-12 
16:14:07.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan 12 11:01:17 UTC 2016 - astie...@suse.com
+
+- build with libfastjson (mandatory from 8.16.0)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.gVE6Nh/_old  2016-01-12 16:14:08.000000000 +0100
+++ /var/tmp/diff_new_pack.gVE6Nh/_new  2016-01-12 16:14:08.000000000 +0100
@@ -65,8 +65,6 @@
 %bcond_with     hiredis
 %bcond_with     zeromq
 
-%bcond_with     libfastjson
-
 %define         rsyslogdocdir               %{_docdir}/%{name}
 %if %{defined _rundir}
 %define         rsyslog_rundir              %{_rundir}/rsyslog
@@ -187,22 +185,15 @@
 #
 # mmjsonparse needs liblognorm,
 # but json check is unconditional
-%if %{with libfastjson}
-BuildRequires:  pkgconfig(libfastjson)
-%else
-%if %{with pkgconfig}
-BuildRequires:  pkgconfig(json-c) >= 0.9
-%else
-BuildRequires:  libjson-c-devel
-%endif
-%endif
 %if %{with pkgconfig}
 BuildRequires:  pkgconfig(libee) >= 0.4.0
 BuildRequires:  pkgconfig(libestr) >= 0.1.9
+BuildRequires:  pkgconfig(libfastjson)
 BuildRequires:  pkgconfig(uuid) >= 2.21.0
 %else
 BuildRequires:  libee-devel >= 0.4.0
 BuildRequires:  libestr-devel
+BuildRequires:  libfastjson-devel
 BuildRequires:  libuuid-devel
 %endif
 %if %{with systemd}


Reply via email to