Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2012-05-25 16:14:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/build-compare (Old)
 and      /work/SRC/openSUSE:Factory/.build-compare.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "build-compare", Maintainer is "co...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes      
2012-05-08 18:00:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2012-05-25 16:14:36.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 24 10:17:15 UTC 2012 - a...@suse.de
+
+- Only handle files, not directories when searching for packages.
+  Patch by Matthieu Tanguay-Carel <mtang...@thoughtworks.com>.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ same-build-result.sh ++++++
--- /var/tmp/diff_new_pack.dcMg1W/_old  2012-05-25 16:14:37.000000000 +0200
+++ /var/tmp/diff_new_pack.dcMg1W/_new  2012-05-25 16:14:37.000000000 +0200
@@ -59,8 +59,8 @@
 # problem: a package can contain both noarch and arch subpackages, so we have 
to 
 # take care of proper sorting of NEWRPMS, e.g. noarch/x.rpm and x86_64/w.rpm 
since OLDRPMS 
 # has all the packages in a single directory and would sort this as w.rpm, 
x.rpm.
-OLDRPMS=($(find "$OLDDIR" -name \*rpm -a ! -name \*src.rpm  -a ! -name 
\*.delta.rpm|sort|grep -v -- -32bit-|grep -v -- -64bit-|grep -v -- 
'-x86-.*\.ia64\.rpm'))
-NEWRPMS=($(find $NEWDIRS -name \*rpm -a ! -name \*src.rpm -a ! -name 
\*.delta.rpm|sort --field-separator=/ --key=7|grep -v -- -32bit-|grep -v -- 
-64bit-|grep -v -- '-x86-.*\.ia64\.rpm'))
+OLDRPMS=($(find "$OLDDIR" -type f -name \*rpm -a ! -name \*src.rpm  -a ! -name 
\*.delta.rpm|sort|grep -v -- -32bit-|grep -v -- -64bit-|grep -v -- 
'-x86-.*\.ia64\.rpm'))
+NEWRPMS=($(find $NEWDIRS -type f -name \*rpm -a ! -name \*src.rpm -a ! -name 
\*.delta.rpm|sort --field-separator=/ --key=7|grep -v -- -32bit-|grep -v -- 
-64bit-|grep -v -- '-x86-.*\.ia64\.rpm'))
 
 # Get release from first RPM and keep for rpmlint check
 # Remember to quote the "." for future regexes

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to