Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libbfoverlay for openSUSE:Factory checked in at 2024-03-14 17:45:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libbfoverlay (Old) and /work/SRC/openSUSE:Factory/.libbfoverlay.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libbfoverlay" Thu Mar 14 17:45:21 2024 rev:4 rq:1157895 version:20240314 Changes: -------- --- /work/SRC/openSUSE:Factory/libbfoverlay/libbfoverlay.changes 2023-01-04 17:52:01.413976795 +0100 +++ /work/SRC/openSUSE:Factory/.libbfoverlay.new.1905/libbfoverlay.changes 2024-03-14 17:47:01.953770295 +0100 @@ -1,0 +2,9 @@ +Thu Mar 14 08:25:13 UTC 2024 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 20240314 + * track IO traces into a seperate file + * track FUSE getattr, write and truncation calls + * track Dokan write, seteof calls +- Delete system-libs.patch + +------------------------------------------------------------------- Old: ---- _service libbfoverlay-20210416.tar.xz system-libs.patch New: ---- libbfoverlay-experimental-20240314.tar.gz libbfoverlay-experimental-20240314.tar.gz.asc libbfoverlay.keyring BETA DEBUG BEGIN: Old: * track Dokan write, seteof calls - Delete system-libs.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libbfoverlay.spec ++++++ --- /var/tmp/diff_new_pack.NDSUdh/_old 2024-03-14 17:47:02.553792325 +0100 +++ /var/tmp/diff_new_pack.NDSUdh/_new 2024-03-14 17:47:02.557792472 +0100 @@ -1,7 +1,7 @@ # # spec file for package libbfoverlay # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,30 +18,32 @@ Name: libbfoverlay %define lname libbfoverlay1 -Version: 20210416 +Version: 20240314 Release: 0 Summary: Library for file overlay support in bfio License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ URL: https://github.com/libyal/libbfoverlay -Source: %name-%version.tar.xz -Patch1: system-libs.patch +Source: https://github.com/libyal/libbfoverlay/releases/download/%version/%name-experimental-%version.tar.gz +Source2: https://github.com/libyal/libbfoverlay/releases/download/%version/%name-experimental-%version.tar.gz.asc +Source3: %name.keyring BuildRequires: c_compiler BuildRequires: gettext-tools >= 0.18.1 BuildRequires: libtool BuildRequires: pkg-config BuildRequires: pkgconfig(fuse) -BuildRequires: pkgconfig(libbfio) >= 20201229 -BuildRequires: pkgconfig(libcdata) >= 20200509 -BuildRequires: pkgconfig(libcerror) >= 20201121 -BuildRequires: pkgconfig(libcfile) >= 20201229 -BuildRequires: pkgconfig(libclocale) >= 20200913 -BuildRequires: pkgconfig(libcnotify) >= 20200913 -BuildRequires: pkgconfig(libcpath) >= 20200623 -BuildRequires: pkgconfig(libcsplit) >= 20200703 -BuildRequires: pkgconfig(libcthreads) >= 20200508 -BuildRequires: pkgconfig(libfvalue) >= 20210510 -BuildRequires: pkgconfig(libuna) >= 20201204 +BuildRequires: pkgconfig(libbfio) >= 20240313 +BuildRequires: pkgconfig(libcdata) >= 20240103 +BuildRequires: pkgconfig(libcerror) >= 20240101 +BuildRequires: pkgconfig(libcfile) >= 20240106 +BuildRequires: pkgconfig(libclocale) >= 20240107 +BuildRequires: pkgconfig(libcnotify) >= 20240108 +BuildRequires: pkgconfig(libcpath) >= 20240109 +BuildRequires: pkgconfig(libcsplit) >= 20240110 +BuildRequires: pkgconfig(libcthreads) >= 20240102 +BuildRequires: pkgconfig(libfvalue) >= 20240124 +BuildRequires: pkgconfig(libuna) >= 20240130 +# Various notes: https://en.opensuse.org/libyal %description libbfoverlay is a library to provide basic file overlay support. @@ -80,18 +82,16 @@ %autosetup -p1 %build -if [ ! -e configure ]; then ./autogen.sh; fi -# see libcdata for version-sc echo "V_%version { global: *; };" >v.sym %configure --disable-static --enable-wide-character-type LDFLAGS="-Wl,--version-script=$PWD/v.sym" +grep ' local' config.log && exit 1 %make_build %install %make_install find "%buildroot" -type f -name "*.la" -delete -print -%post -n %lname -p /sbin/ldconfig -%postun -n %lname -p /sbin/ldconfig +%ldconfig_scriptlets -n %lname %files -n %lname %license COPYING*