Hello community,

here is the log from the commit of package post-build-checks for 
openSUSE:Factory checked in at 2012-05-29 10:34:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old)
 and      /work/SRC/openSUSE:Factory/.post-build-checks.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "post-build-checks", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes      
2011-12-21 10:03:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 
2012-05-29 10:34:48.000000000 +0200
@@ -1,0 +2,7 @@
+Mon May 28 08:18:18 UTC 2012 - [email protected]
+
+- strim white space in check_gcc_output - this reduces the time
+  to check an openSUSE-images log file (38M mostly whitespace due
+  to zypper output) from several hours to some seconds
+
+-------------------------------------------------------------------

New:
----
  strim-whitespace.diff

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

Other differences:
------------------
++++++ post-build-checks.spec ++++++
--- /var/tmp/diff_new_pack.q1wrb8/_old  2012-05-29 10:34:49.000000000 +0200
+++ /var/tmp/diff_new_pack.q1wrb8/_new  2012-05-29 10:34:49.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package post-build-checks
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,7 @@
 #
 Source0:        %{name}-%{version}.tar.bz2
 Patch0:         new.diff
+Patch1:         strim-whitespace.diff
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -51,6 +52,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 # nothing to do

++++++ strim-whitespace.diff ++++++
Index: post-build-checks-1.0/checks-data/check_gcc_output
===================================================================
--- post-build-checks-1.0.orig/checks-data/check_gcc_output     2011-10-20 
11:57:54.000000000 +0200
+++ post-build-checks-1.0/checks-data/check_gcc_output  2012-05-28 
10:17:58.937350253 +0200
@@ -197,6 +197,7 @@ my $in_build_stage = 0;
 
 while (<>) {
     chomp;
+    s,  +, ,g;
     next if (m,/usr/include/c\+\+/,);
 
     $in_build_stage = 1 if (/^Executing\(\%build/);
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to