Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfsxfs for openSUSE:Factory checked in at 2022-11-28 11:06:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfsxfs (Old) and /work/SRC/openSUSE:Factory/.libfsxfs.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfsxfs" Mon Nov 28 11:06:23 2022 rev:9 rq:1038469 version:20220829 Changes: -------- --- /work/SRC/openSUSE:Factory/libfsxfs/libfsxfs.changes 2022-08-31 18:08:59.071374903 +0200 +++ /work/SRC/openSUSE:Factory/.libfsxfs.new.1597/libfsxfs.changes 2022-11-28 11:06:28.615582477 +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: ------------------ ++++++ libfsxfs.spec ++++++ --- /var/tmp/diff_new_pack.14yu2P/_old 2022-11-28 11:06:29.283585749 +0100 +++ /var/tmp/diff_new_pack.14yu2P/_new 2022-11-28 11:06:29.291585788 +0100 @@ -27,11 +27,8 @@ Source: https://github.com/libyal/libfsxfs/releases/download/%version/libfsxfs-experimental-%version.tar.gz Source2: https://github.com/libyal/libfsxfs/releases/download/%version/libfsxfs-experimental-%version.tar.gz.asc Source3: %name.keyring -Patch1: system-libs.patch BuildRequires: %python_module devel BuildRequires: c_compiler -BuildRequires: gettext-tools >= 0.21 -BuildRequires: libtool BuildRequires: pkg-config BuildRequires: python-rpm-macros BuildRequires: pkgconfig(libbfio) >= 20220120 @@ -45,13 +42,14 @@ BuildRequires: pkgconfig(libcthreads) >= 20220102 BuildRequires: pkgconfig(libfcache) >= 20220110 BuildRequires: pkgconfig(libfcrypto) >= 20210415 -BuildRequires: pkgconfig(libfdata) >= 20211023 +BuildRequires: pkgconfig(libfdata) >= 20220111 BuildRequires: pkgconfig(libfdatetime) >= 20220112 BuildRequires: pkgconfig(libfguid) >= 20220113 BuildRequires: pkgconfig(libhmac) >= 20220425 BuildRequires: pkgconfig(libuna) >= 20220611 BuildRequires: pkgconfig(python3) %python_subpackages +# Various notes: https://en.opensuse.org/libyal %description libfsxfs is a library to access the SGI X File System (XFS). @@ -90,22 +88,19 @@ %autosetup -p1 %build -autoreconf -fi -# OOT builds are presently broken, so we have to install -# within each python iteration now, not in %%install. %{python_expand # -# see libcdata for version-sc echo "V_%version { global: *; };" >v.sym %configure --disable-static --enable-wide-character-type --enable-python \ PYTHON_VERSION="%{$python_bin_suffix}" \ LDFLAGS="-Wl,--version-script=$PWD/v.sym" +grep ' '' ''local' config.log && exit 1 %make_build %make_install DESTDIR="%_builddir/rt" %make_build clean } %install -mv %_builddir/rt/* %buildroot/ +mv "%_builddir/rt"/* %buildroot/ find "%buildroot" -type f -name "*.la" -delete -print %post -n %lname -p /sbin/ldconfig
