Hello community,

here is the log from the commit of package star for openSUSE:Factory checked in 
at 2015-12-01 10:01:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/star (Old)
 and      /work/SRC/openSUSE:Factory/.star.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "star"

Changes:
--------
--- /work/SRC/openSUSE:Factory/star/star.changes        2015-06-17 
16:15:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.star.new/star.changes   2015-12-01 
10:01:38.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Nov 20 17:10:28 UTC 2015 - [email protected]
+
+- add star-1.5.3-mixed_output.patch to flush the verbose file stream
+  before checking for missing links. This tries to avoid mixed
+  output when people call "star 2>&1 | tee" [bnc#935569]
+- run spec-cleaner
+
+-------------------------------------------------------------------

New:
----
  star-1.5.3-mixed_output.patch

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

Other differences:
------------------
++++++ star.spec ++++++
--- /var/tmp/diff_new_pack.QS2OrP/_old  2015-12-01 10:01:39.000000000 +0100
+++ /var/tmp/diff_new_pack.QS2OrP/_new  2015-12-01 10:01:39.000000000 +0100
@@ -45,6 +45,8 @@
 Patch8:         star-1.5.3-pax-X-option.patch
 # PATCH-FIX-UPSTREAM: Fix broken star.mk in 1.5.3 (included from all.mk)
 Patch9:         star-1.5.3-star-mk.patch
+# PATCH-FIX-UPSTREAM bnc#935569 [email protected] -- tries to avoid mixed 
output when people call star 2>&1 | tee
+Patch10:        star-1.5.3-mixed_output.patch
 BuildRequires:  autoconf
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  libacl-devel
@@ -99,6 +101,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 cp %{SOURCE1} .
 
@@ -123,6 +126,7 @@
 # This is config/work-around for atypical build system.  Variables used are
 # docummented makefiles.5.  GMAKE_NOWARN silences irritating warnings in
 # GNU/Linux ecosystem.
+
 %global make_flags GMAKE_NOWARN=true                                    \\\
     RUNPATH=                                                            \\\
     LDPATH=                                                             \\\
@@ -133,7 +137,6 @@
     INSTALL='sh $(SRCROOT)/conf/install-sh -c -m $(INSMODEINS)'         \\\
     COPTX="$FLAGS -DTRY_EXT2_FS"                                        \\\
     DEFCCOM=gcc MAKEPROG=gmake MANDIR=man
-
 cp %{SOURCE1} .
 make %{?_smp_mflags} %{make_flags}
 
@@ -158,7 +161,7 @@
 ln -sf spax %{buildroot}%{_bindir}/pax
 # Install docu
 install AN* PORTING README Changelog CDDL.Schily.txt CDDL.Sun.txt README.* 
TODO %{buildroot}/%{_docdir}/star/
-mv %{buildroot}/usr/share/doc/rmt/* %{buildroot}/%{_docdir}/rmt
+mv %{buildroot}%{_datadir}/doc/rmt/* %{buildroot}/%{_docdir}/rmt
 # do not ship these
 rm -f %{buildroot}%{_bindir}/tar
 rm -rf %{buildroot}/%{_prefix}/{lib,include,bin/mt} \
@@ -195,7 +198,7 @@
 
 %files -n spax
 %defattr(-, root, root)
-%doc %{_mandir}/man1/spax.1*
+%{_mandir}/man1/spax.1*
 %{_bindir}/pax
 %{_bindir}/spax
 

++++++ star-1.5.3-mixed_output.patch ++++++
Index: star-1.5/star/star.c
===================================================================
--- star-1.5.orig/star/star.c
+++ star-1.5/star/star.c
@@ -552,6 +552,7 @@ main(ac, av)
 #ifdef USE_FIND
        find_plusflush(plusp, &walkstate);
 #endif
+       fflush(vpr);    /* Avoid output mix with checklinks() from 2>&1 | tee */
        if (!nolinkerr)
                checklinks();
        if (!use_fifo)

Reply via email to