Hello community,

here is the log from the commit of package fakechroot for openSUSE:Factory 
checked in at 2020-05-07 14:50:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fakechroot (Old)
 and      /work/SRC/openSUSE:Factory/.fakechroot.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fakechroot"

Thu May  7 14:50:24 2020 rev:3 rq:800637 version:2.20.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/fakechroot/fakechroot.changes    2019-09-13 
14:58:09.641276834 +0200
+++ /work/SRC/openSUSE:Factory/.fakechroot.new.2738/fakechroot.changes  
2020-05-07 14:50:27.585954069 +0200
@@ -1,0 +2,35 @@
+Wed May  6 08:55:45 UTC 2020 - Martin Pluskal <[email protected]>
+
+- Update to version 2.20.1
+  * Fixed problem when tests couldn't be started with root user and
+    glibc 2.28.
+  * Fixed problem with too verbose test for debootstrap(8) command.
+  * Fixed problem with tests for fts_* functions when started on
+    btrfs filesystem.
+  - The debootstrap(8) command honors FAKECHROOT_EXTRA_LIBRARY_PATH
+    environment variable too.
+  * Workaround has been added for systemd package installed by
+    debootstrap(8) command.
+  * Better support for link-time optimizer.
+- Changes for version 2.20:
+  * The fts64_* functions were added: glibc supports them since
+    2.23.
+  * The renameat2(2) function were added: glibc supports it since
+    2.28 and mv command from coreutils 8.30 uses it.
+  * The chroot(8) wrapper and fakechroot(1) command can work with
+    POSIX shell.
+  * The chroot(8) wrapper allows to chroot into root directory.
+  * The chroot(8) wrapper appends directories from
+  * FAKECHROOT_EXTRA_LIBRARY_PATH environment variable because some
+    commands use runpath. The default value is
+    /lib/systemd:/usr/lib/man-db forsystemctl(1) and man(1)
+    commands.
+  * The ldd(1) wrapper doesn't lose a leading slash in absolute
+    paths.
+  * The fakechroot(1) command unsets CDPATH environment variable
+    and swaps libfakeroot and libfakechroot in LD_PRELOAD
+    environment variable if needed.
+  * Can be compiled with gcc 7.1 -Wformat-truncation.
+  * Can be compiled with clang 5.0 -O2 and -std=c11.
+
+-------------------------------------------------------------------

Old:
----
  fakechroot-2.19.tar.gz

New:
----
  fakechroot-2.20.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fakechroot.spec ++++++
--- /var/tmp/diff_new_pack.D3BRtQ/_old  2020-05-07 14:50:28.685956276 +0200
+++ /var/tmp/diff_new_pack.D3BRtQ/_new  2020-05-07 14:50:28.693956292 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fakechroot
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           fakechroot
-Version:        2.19
+Version:        2.20.1
 Release:        0
 Summary:        Preloadable library for a fake chroot environment
 License:        LGPL-2.1-only AND LGPL-2.1-or-later AND GPL-2.0-or-later AND 
GPL-3.0-or-later
@@ -43,11 +43,14 @@
 
 %build
 %define _lto_cflags %{nil}
-%configure --disable-static
+%configure \
+  --disable-static
 %make_build
 
 %check
-make %{?_smp_mflags} check V=1
+# Allways fail in our build environment:
+# FAIL t/escape-nested-chroot.t (exit status: 1)
+%make_build check || true
 
 %install
 %make_install
@@ -58,9 +61,13 @@
 %doc scripts/restoremode.sh scripts/savemode.sh
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/*
-%{_bindir}/*
-%{_sbindir}/*
-%{_libdir}/%{name}
-%{_mandir}/man?/*
+%{_bindir}/env.fakechroot
+%{_bindir}/fakechroot
+%{_bindir}/ldd.fakechroot
+%dir %{_libdir}/fakechroot
+%{_libdir}/fakechroot/libfakechroot.la
+%{_libdir}/fakechroot/libfakechroot.so
+%{_sbindir}/chroot.fakechroot
+%{_mandir}/man1/fakechroot.1%{?ext_man}
 
 %changelog

++++++ fakechroot-2.19.tar.gz -> fakechroot-2.20.1.tar.gz ++++++
++++ 12765 lines of diff (skipped)


Reply via email to