Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fakeroot for openSUSE:Factory 
checked in at 2021-05-17 18:45:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fakeroot (Old)
 and      /work/SRC/openSUSE:Factory/.fakeroot.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fakeroot"

Mon May 17 18:45:14 2021 rev:10 rq:893677 version:1.25.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/fakeroot/fakeroot.changes        2021-03-18 
22:55:08.887544291 +0100
+++ /work/SRC/openSUSE:Factory/.fakeroot.new.2988/fakeroot.changes      
2021-05-17 18:45:36.652548213 +0200
@@ -1,0 +2,6 @@
+Sun May 16 21:18:43 UTC 2021 - Andreas Schwab <[email protected]>
+
+- stat-ver-riscv.patch: fix _STAT_VER on riscv
+- reenable testsuite
+
+-------------------------------------------------------------------

New:
----
  stat-ver-riscv.patch

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

Other differences:
------------------
++++++ fakeroot.spec ++++++
--- /var/tmp/diff_new_pack.9MMTSi/_old  2021-05-17 18:45:37.160546057 +0200
+++ /var/tmp/diff_new_pack.9MMTSi/_new  2021-05-17 18:45:37.164546040 +0200
@@ -32,6 +32,7 @@
 Patch3:         fakeroot-drop-tartest.patch
 # PATCH-FIX-UPSTREAM
 Patch4:         0001-glibc-2.33-compatibility-fixes.patch
+Patch5:         stat-ver-riscv.patch
 BuildRequires:  automake
 BuildRequires:  fdupes
 # user(daemon)/group(sys) is required for t.tar testsuite
@@ -44,7 +45,7 @@
 BuildRequires:  group(sys)
 BuildRequires:  user(daemon)
 Requires(post): update-alternatives
-Requires(preun): update-alternatives
+Requires(preun):update-alternatives
 
 %description
 fakeroot runs a command in an environment wherein it appears to have
@@ -108,11 +109,9 @@
 touch %{buildroot}%{_sysconfdir}/alternatives/{faked,fakeroot}{,.1%{ext_man}}
 
 %check
-%if 0%{?suse_version} < 1315
 for type in sysv tcp; do
   %make_build -C obj-$type check
 done
-%endif
 
 %post
 %{_sbindir}/update-alternatives --install %{_bindir}/fakeroot fakeroot 
%{_bindir}/fakeroot-sysv 20 \

++++++ stat-ver-riscv.patch ++++++
Index: fakeroot-1.25.3/libfakeroot.c
===================================================================
--- fakeroot-1.25.3.orig/libfakeroot.c
+++ fakeroot-1.25.3/libfakeroot.c
@@ -91,7 +91,7 @@
 #endif
 
 #ifndef _STAT_VER
- #if defined (__aarch64__)
+ #if defined (__aarch64__) || defined (__riscv)
   #define _STAT_VER 0
  #elif defined (__x86_64__)
   #define _STAT_VER 1

Reply via email to