Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfastjson for openSUSE:Factory checked in at 2021-06-25 15:00:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfastjson (Old) and /work/SRC/openSUSE:Factory/.libfastjson.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfastjson" Fri Jun 25 15:00:35 2021 rev:11 rq:901278 version:0.99.9 Changes: -------- --- /work/SRC/openSUSE:Factory/libfastjson/libfastjson.changes 2021-02-16 22:35:31.513580736 +0100 +++ /work/SRC/openSUSE:Factory/.libfastjson.new.2625/libfastjson.changes 2021-06-25 15:01:02.652130078 +0200 @@ -1,0 +2,6 @@ +Mon Jun 14 14:13:21 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Remove --with-pic (no effect with --disable-static). +- Drop unsubstantiated claims from descriptions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfastjson.spec ++++++ --- /var/tmp/diff_new_pack.e9Egyx/_old 2021-06-25 15:01:03.320130893 +0200 +++ /var/tmp/diff_new_pack.e9Egyx/_new 2021-06-25 15:01:03.324130898 +0200 @@ -20,7 +20,7 @@ Name: libfastjson Version: 0.99.9 Release: 0 -Summary: Fast JSON parsing library, a fork of json-c +Summary: JSON parsing library, a fork of json-c License: MIT Group: Development/Libraries/C and C++ URL: https://github.com/rsyslog/libfastjson @@ -28,15 +28,15 @@ BuildRequires: pkgconfig %description -A fast JSON parsing library, a fork of json-c, developed by the rsyslog team +A JSON parsing library, a fork of json-c, developed by the rsyslog team and used for rsyslog and liblognorm. %package -n libfastjson%{somajor} -Summary: Fast JSON parsing library +Summary: JSON parsing library Group: System/Libraries %description -n libfastjson%{somajor} -A fast JSON parsing library, a fork of json-c, developed by the rsyslog team +A JSON parsing library, a fork of json-c, developed by the rsyslog team and used for rsyslog and liblognorm. This package includes the libfastjson library. @@ -47,17 +47,17 @@ Requires: libfastjson%{somajor} = %{version} %description -n libfastjson-devel -A fast JSON parsing library, a fork of json-c, developed by the rsyslog team +A JSON parsing library, a fork of json-c, developed by the rsyslog team and used for rsyslog and liblognorm. This package includes header files and scripts needed for developers using the libfastjson library %prep -%setup -q +%autosetup %build -%configure --disable-static --with-pic +%configure --disable-static %make_build %check