Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcdata for openSUSE:Factory checked in at 2022-11-28 11:05:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcdata (Old) and /work/SRC/openSUSE:Factory/.libcdata.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcdata" Mon Nov 28 11:05:59 2022 rev:17 rq:1038442 version:20220115 Changes: -------- --- /work/SRC/openSUSE:Factory/libcdata/libcdata.changes 2022-08-09 15:28:49.533706306 +0200 +++ /work/SRC/openSUSE:Factory/.libcdata.new.1597/libcdata.changes 2022-11-28 11:06:02.623455205 +0100 @@ -1,0 +2,6 @@ +Sat Nov 26 16:43:24 UTC 2022 - Jan Engelhardt <[email protected]> + +- Delete system-libs.patch (not needed - system libs are + autodetected) + +------------------------------------------------------------------- Old: ---- system-libs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcdata.spec ++++++ --- /var/tmp/diff_new_pack.iVh9NK/_old 2022-11-28 11:06:03.075457418 +0100 +++ /var/tmp/diff_new_pack.iVh9NK/_new 2022-11-28 11:06:03.079457437 +0100 @@ -27,13 +27,11 @@ Source: https://github.com/libyal/libcdata/releases/download/%version/libcdata-alpha-%version.tar.gz Source2: https://github.com/libyal/libcdata/releases/download/%version/libcdata-alpha-%version.tar.gz.asc Source3: %name.keyring -Patch1: system-libs.patch BuildRequires: c_compiler -BuildRequires: gettext-tools >= 0.18.1 -BuildRequires: libtool BuildRequires: pkg-config BuildRequires: pkgconfig(libcerror) >= 20220101 BuildRequires: pkgconfig(libcthreads) >= 20200508 +# Various notes: https://en.opensuse.org/libyal %description A library for C generic data functions. @@ -64,18 +62,14 @@ %autosetup -p1 %build -autoreconf -fi # Enabling MTS in libcdata means data structures are protected by # libcdata itself, with an implicit rwlock. Every downstream use # (e.g. by libpff) suffers, even if libpff already made sure that any # one libcdata object is not used concurrently. Therefore, we disable # MTS. - https://github.com/libyal/libcdata/issues/6 -# -# Enforce symver. The SO library version means nothing during -# exp/alpha/beta, symbols can and do change. -# echo "V_%version { global: *; };" >v.sym %configure --disable-static --disable-multi-threading-support LDFLAGS="-Wl,--version-script=$PWD/v.sym" +grep ' local' config.log && exit 1 %make_build %install
