Hello community,

here is the log from the commit of package fakeroot for openSUSE:Factory 
checked in at 2020-01-30 09:36:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fakeroot (Old)
 and      /work/SRC/openSUSE:Factory/.fakeroot.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fakeroot"

Thu Jan 30 09:36:40 2020 rev:6 rq:767819 version:1.24

Changes:
--------
--- /work/SRC/openSUSE:Factory/fakeroot/fakeroot.changes        2019-09-25 
01:07:43.665810414 +0200
+++ /work/SRC/openSUSE:Factory/.fakeroot.new.26092/fakeroot.changes     
2020-01-30 09:37:03.833350850 +0100
@@ -1,0 +2,9 @@
+Wed Jan 22 11:14:14 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 1.24:
+  + Retry msgsnd() if interrupted by a signal.
+  + Detect and handle message queue and semaphore id collision.
+- Skip tar test: the test is unstable and keeps on randomly
+  failing (add fakeroot-drop-tartest.patch).
+
+-------------------------------------------------------------------

Old:
----
  fakeroot-1.23.tar.xz

New:
----
  fakeroot-1.24.tar.gz
  fakeroot-drop-tartest.patch

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

Other differences:
------------------
++++++ fakeroot.spec ++++++
--- /var/tmp/diff_new_pack.gzHG4v/_old  2020-01-30 09:37:04.997351473 +0100
+++ /var/tmp/diff_new_pack.gzHG4v/_new  2020-01-30 09:37:04.997351473 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fakeroot
 #
-# 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,13 +17,13 @@
 
 
 Name:           fakeroot
-Version:        1.23
+Version:        1.24
 Release:        0
 Summary:        Wrapper that gives a fake root environment
 License:        GPL-3.0-or-later
 Group:          Development/Tools/Other
 URL:            http://fakeroot.alioth.debian.org/
-Source0:        
http://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.orig.tar.xz#/%{name}-%{version}.tar.xz
+Source0:        
http://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.orig.tar.gz#/%{name}-%{version}.tar.gz
 Source99:       baselibs.conf
 Patch0:         %{name}-1.20-lib32.patch
 Patch2:         %{name}-1.20-eglibc-fts-without-LFS.patch
@@ -31,16 +31,17 @@
 Patch3:         %{name}-1.21-hide-dlsym-error.patch
 # PATCH-FIX-UPSTREAM fakeroot-1.21-fix-shell-in-fakeroot.patch (deb#828810)
 Patch4:         %{name}-1.21-fix-shell-in-fakeroot
+Patch5:         fakeroot-drop-tartest.patch
 BuildRequires:  automake
 BuildRequires:  fdupes
 # user(daemon)/group(sys) is required for t.tar testsuite
-BuildRequires:  group(sys)
 BuildRequires:  libacl-devel
 BuildRequires:  libcap-devel
 BuildRequires:  libcap-progs
 BuildRequires:  libtool
 BuildRequires:  po4a
 BuildRequires:  sharutils
+BuildRequires:  group(sys)
 BuildRequires:  user(daemon)
 Requires(post): update-alternatives
 Requires(preun): update-alternatives

++++++ fakeroot-drop-tartest.patch ++++++
Index: fakeroot-1.24/test/Makefile.am
===================================================================
--- fakeroot-1.24.orig/test/Makefile.am
+++ fakeroot-1.24/test/Makefile.am
@@ -9,7 +9,6 @@ TESTS =                                         \
   t.no_ld_preload                              \
   t.no_ld_preload_link                         \
   t.option                                     \
-  t.tar                                                \
   t.touchinstall                               \
   t.truereturn \
   t.xattr

Reply via email to