Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package squashfuse for openSUSE:Factory checked in at 2025-04-22 17:27:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/squashfuse (Old) and /work/SRC/openSUSE:Factory/.squashfuse.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "squashfuse" Tue Apr 22 17:27:06 2025 rev:2 rq:1271072 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/squashfuse/squashfuse.changes 2023-10-22 21:01:54.893410320 +0200 +++ /work/SRC/openSUSE:Factory/.squashfuse.new.30101/squashfuse.changes 2025-04-22 17:27:33.805269214 +0200 @@ -1,0 +2,17 @@ +Mon Apr 14 07:16:15 UTC 2025 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 0.6.0: + * Add `.` and `..` in directory listings. + * Add `--enable-broken-directory-offsets` configure option to + compensate for a macOS FUSE-T bug. + * Fix 32-bit builds + * Add nix as a supported build type +- Add pkgconfig(libzstd) BuildRequires, add zstd support. +- Add pkgconfig(fuse3) BuildRequires, add fuse3 support. +- Drop pkgconfig(fuse) BuildRequires and fuse Requires: fuse3 + support is sufficient. +- Add pkgconfig(liblz4) BuildRequires, add lz4 support. +- Add pkgconfig(lzo2) BuildRequires, add lzo support. +- Replace xz-devel with pkgconfig(liblzma) BuildRequires. + +------------------------------------------------------------------- Old: ---- squashfuse-0.5.0.tar.gz New: ---- squashfuse-0.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ squashfuse.spec ++++++ --- /var/tmp/diff_new_pack.aL7SMr/_old 2025-04-22 17:27:34.437295754 +0200 +++ /var/tmp/diff_new_pack.aL7SMr/_new 2025-04-22 17:27:34.437295754 +0200 @@ -1,7 +1,7 @@ # # spec file for package squashfuse # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,28 +18,28 @@ %define so_version 0 Name: squashfuse -Version: 0.5.0 +Version: 0.6.0 Release: 0 Summary: FUSE module to mount squashfs images License: BSD-2-Clause Group: System/Filesystems URL: https://github.com/vasi/squashfuse -Source: https://github.com/vasi/squashfuse/releases/download/v%{version}/squashfuse-%{version}.tar.gz +Source: %{url}/releases/download/%{version}/squashfuse-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes -BuildRequires: pkgconfig(fuse) BuildRequires: gcc BuildRequires: libattr-devel -#BuildRequires: liblzma5 BuildRequires: libtool -BuildRequires: pkgconfig(fuse) BuildRequires: make BuildRequires: pkgconfig BuildRequires: sed -BuildRequires: xz-devel +BuildRequires: pkgconfig(fuse3) +BuildRequires: pkgconfig(liblz4) +BuildRequires: pkgconfig(liblzma) +BuildRequires: pkgconfig(libzstd) +BuildRequires: pkgconfig(lzo2) BuildRequires: pkgconfig(zlib) -Requires: fuse %description Squashfuse is a FUSE filesystem that allows a @@ -77,11 +77,13 @@ This package contains development files. %prep -%setup -q +%autosetup %build -autoreconf -fi -%configure +./autogen.sh +%configure \ + --disable-static \ + %{nil} %make_build %install @@ -100,8 +102,7 @@ %fdupes %{buildroot}%{_includedir} %fdupes %{buildroot}%{_libdir} -%post -n libsquashfuse%{so_version} -p /sbin/ldconfig -%postun -n libsquashfuse%{so_version} -p /sbin/ldconfig +%ldconfig_scriptlets -n libsquashfuse%{so_version} %files %{_mandir}/*/* ++++++ squashfuse-0.5.0.tar.gz -> squashfuse-0.6.0.tar.gz ++++++ ++++ 4473 lines of diff (skipped)