Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfwnt for openSUSE:Factory checked in at 2022-11-28 11:06:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfwnt (Old) and /work/SRC/openSUSE:Factory/.libfwnt.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfwnt" Mon Nov 28 11:06:30 2022 rev:15 rq:1038476 version:20220922 Changes: -------- --- /work/SRC/openSUSE:Factory/libfwnt/libfwnt.changes 2022-10-24 11:13:18.587223760 +0200 +++ /work/SRC/openSUSE:Factory/.libfwnt.new.1597/libfwnt.changes 2022-11-28 11:06:36.999623529 +0100 @@ -1,0 +2,6 @@ +Sat Nov 26 16:43:24 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Delete system-libs.patch (not needed - system libs are + autodetected) + +------------------------------------------------------------------- Old: ---- system-libs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfwnt.spec ++++++ --- /var/tmp/diff_new_pack.98znEi/_old 2022-11-28 11:06:37.551626232 +0100 +++ /var/tmp/diff_new_pack.98znEi/_new 2022-11-28 11:06:37.559626271 +0100 @@ -28,11 +28,8 @@ Source2: https://github.com/libyal/libfwnt/releases/download/%version/libfwnt-alpha-%version.tar.gz.asc Source3: %name.keyring Source11: Locale_identifier_LCID.pdf -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(libcdata) >= 20220115 @@ -40,6 +37,7 @@ BuildRequires: pkgconfig(libcnotify) >= 20220108 BuildRequires: pkgconfig(libcthreads) >= 20220102 %python_subpackages +# Various notes: https://en.opensuse.org/libyal %description Library to provide Windows NT data type support for the libyal family of libraries. @@ -72,15 +70,12 @@ cp %_sourcedir/*.pdf . %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-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 @@ -90,9 +85,6 @@ mv %_builddir/rt/* %buildroot/ find %{buildroot} -type f -name "*.la" -delete -print -%check -# make check - %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig