Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package unionfs-fuse for openSUSE:Factory checked in at 2021-05-15 01:23:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/unionfs-fuse (Old) and /work/SRC/openSUSE:Factory/.unionfs-fuse.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "unionfs-fuse" Sat May 15 01:23:45 2021 rev:19 rq:892700 version:2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/unionfs-fuse/unionfs-fuse.changes 2016-07-15 12:52:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.unionfs-fuse.new.2988/unionfs-fuse.changes 2021-05-15 01:23:52.543090750 +0200 @@ -1,0 +2,11 @@ +Sun May 9 17:35:46 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 2.1: + - fixed Finder fails on MacOS + - Implement access() for "cow,relaxed_permissions" use case + - fixed NEWS file ;-) + - reverted meta directory name back to .unionfs (from .unionfs-fuse) + this was never meant to be changed and slipped in in 1.0 release + - fixes and speed improvements + +------------------------------------------------------------------- Old: ---- v1.0.tar.gz New: ---- v2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unionfs-fuse.spec ++++++ --- /var/tmp/diff_new_pack.1RnNoQ/_old 2021-05-15 01:23:53.055088950 +0200 +++ /var/tmp/diff_new_pack.1RnNoQ/_new 2021-05-15 01:23:53.055088950 +0200 @@ -1,7 +1,7 @@ # # spec file for package unionfs-fuse # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: unionfs-fuse +Version: 2.1 +Release: 0 +Summary: Userspace Unionfs File System +License: BSD-3-Clause +Group: System/Filesystems +URL: https://github.com/rpodgorny/unionfs-fuse +Source: https://github.com/rpodgorny/unionfs-fuse/archive/v%{version}.tar.gz BuildRequires: cmake BuildRequires: fuse-devel BuildRequires: gcc-c++ BuildRequires: libattr-devel Requires: fuse -Summary: Userspace Unionfs File System -License: BSD-3-Clause -Group: System/Filesystems -Version: 1.0 -Release: 0 -Source: https://github.com/rpodgorny/unionfs-fuse/archive/v%{version}.tar.gz -Url: https://github.com/rpodgorny/unionfs-fuse -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description unionfs-fuse overlays several directory into one single mount point @@ -44,17 +43,15 @@ %setup -q %build -export CFLAGS="$RPM_OPT_FLAGS -fPIC" -export CXXFLAGS=$CFLAGS -cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_XATTR=1 . -make %{?_smp_mflags} +%cmake -DWITH_XATTR=1 +%cmake_build %install -make DESTDIR="$RPM_BUILD_ROOT" install +%cmake_install %files -%defattr(-,root,root) -%doc LICENSE CREDITS NEWS +%license LICENSE +%doc CREDITS NEWS %{_mandir}/man?/* %{_bindir}/unionfs %{_bindir}/unionfsctl ++++++ v1.0.tar.gz -> v2.1.tar.gz ++++++ ++++ 4454 lines of diff (skipped)