Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2015-08-21 07:35:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/build-compare (Old)
 and      /work/SRC/openSUSE:Factory/.build-compare.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "build-compare"

Changes:
--------
--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes      
2015-05-06 11:22:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2015-08-21 07:35:01.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Jul 15 09:50:58 UTC 2015 - o...@aepfle.de
+
+- 2015.07.15
+- Handle more texi2html generated files and patterns
+
+-------------------------------------------------------------------
+Wed Jun 17 14:25:06 UTC 2015 - o...@aepfle.de
+
+- 2015.06.17
+- Fix regex to handle /lib/(modules|firmware)/version-release-any properly
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ build-compare.spec ++++++
--- /var/tmp/diff_new_pack.vBty9z/_old  2015-08-21 07:35:02.000000000 +0200
+++ /var/tmp/diff_new_pack.vBty9z/_new  2015-08-21 07:35:02.000000000 +0200
@@ -21,7 +21,7 @@
 License:        GPL-2.0+
 Group:          Development/Tools/Building
 Url:            https://github.com/openSUSE/build-compare
-Version:        2015.04.28
+Version:        2015.07.15
 Release:        0
 Source1:        COPYING
 Source2:        same-build-result.sh

++++++ functions.sh ++++++
--- /var/tmp/diff_new_pack.vBty9z/_old  2015-08-21 07:35:02.000000000 +0200
+++ /var/tmp/diff_new_pack.vBty9z/_new  2015-08-21 07:35:02.000000000 +0200
@@ -38,11 +38,11 @@
 # Get single directory or filename with long or short release string
 function grep_release_old()
 {
-  grep -E 
"(/boot|/lib/modules|/lib/firmware|/usr/src)/[^/]+(${version_release_old_regex_l}(\$|[^/]+\$)|${version_release_old_regex_s}(\$|[^/]+\$))"
+  grep -E 
"(/boot|/lib/modules|/lib/firmware|/usr/src)/[^/]*(${version_release_old_regex_l}(\$|[^/]+\$)|${version_release_old_regex_s}(\$|[^/]+\$))"
 }
 function grep_release_new()
 {
-  grep -E 
"(/boot|/lib/modules|/lib/firmware|/usr/src)/[^/]+(${version_release_new_regex_l}(\$|[^/]+\$)|${version_release_new_regex_s}(\$|[^/]+\$))"
+  grep -E 
"(/boot|/lib/modules|/lib/firmware|/usr/src)/[^/]*(${version_release_new_regex_l}(\$|[^/]+\$)|${version_release_new_regex_s}(\$|[^/]+\$))"
 }
 
 function check_provides()

++++++ pkg-diff.sh ++++++
--- /var/tmp/diff_new_pack.vBty9z/_old  2015-08-21 07:35:02.000000000 +0200
+++ /var/tmp/diff_new_pack.vBty9z/_new  2015-08-21 07:35:02.000000000 +0200
@@ -475,15 +475,18 @@
        done
        ;;
      /usr/share/doc/packages/*/*.html|\
-     /usr/share/doc/kde/HTML/*/*/*.html|/usr/share/doc/*/html/*.html)
+     /usr/share/doc/packages/*/*/*.html|\
+     /usr/share/doc/*/html/*.html|\
+     /usr/share/doc/kde/HTML/*/*/*.html)
        for f in old/$file new/$file; do
-         # texi2html output, e.g. in kvm, indent, qemu
-        sed -i -e "s|^<!-- Created on .*, 20.. by texi2html .\...|<!-- Created 
on August 7, 2009 by texi2html 1.82|" $f
-        sed -i -e 's|^ *This document was generated by <em>Autobuild</em> on 
<em>.*, 20..</em> using <a 
href="http://www.nongnu.org/texi2html/";><em>texi2html .\...</em></a>.$|  This 
document was generated by <em>Autobuild</em> on <em>August 7, 2009</em> using 
<a href="http://www.nongnu.org/texi2html/";><em>texi2html 1.82</em></a>.|' $f
-        # doxygen docu, e.g. in libssh and log4c
-        sed -i -e 's|Generated on ... ... [0-9]* [0-9]*:[0-9][0-9]:[0-9][0-9] 
20[0-9][0-9] for |Generated on Mon May 10 20:45:00 2010 for |' $f
-        # Generated on Sat Aug 14 2010 16:49:48 for libssh
-        sed -i -e 's|Generated on ... ... [0-9]* 20[0-9][0-9] 
[0-9]*:[0-9][0-9]:[0-9][0-9] for |Generated on Mon May 10 20:45:00 2010 for |' 
$f
+        sed -i -e '
+        s|<!-- Created on [^,]\+, [0-9]\+ [0-9]\+ by texi2html [0-9\.]\+ 
-->|<!-- Created on July, 14 2015 by texi2html 1.78 -->|
+        s|^<!-- Created on .*, 20.. by texi2html .\...|<!-- Created on August 
7, 2009 by texi2html 1.82|
+        s|This document was generated by <em>Autobuild</em> on <em>[^,]\+, 
[0-9]\+ [0-9]\+</em> using <a 
href="http://www.nongnu.org/texi2html/";><em>texi2html [0-9\.]\+</em></a>.|This 
document was generated by <em>Autobuild</em> on <em>July, 15 2015</em> using <a 
href="http://www.nongnu.org/texi2html/";><em>texi2html 1.78</em></a>.|
+        s|^ *This document was generated by <em>Autobuild</em> on <em>.*, 
20..</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
.\...</em></a>.$|  This document was generated by <em>Autobuild</em> on 
<em>August 7, 2009</em> using <a 
href="http://www.nongnu.org/texi2html/";><em>texi2html 1.82</em></a>.|
+        s|Generated on ... ... [0-9]* [0-9]*:[0-9][0-9]:[0-9][0-9] 
20[0-9][0-9] for |Generated on Mon May 10 20:45:00 2010 for |
+        s|Generated on ... ... [0-9]* 20[0-9][0-9] 
[0-9]*:[0-9][0-9]:[0-9][0-9] for |Generated on Mon May 10 20:45:00 2010 for |
+        ' $f
        done
        strip_numbered_anchors
        ;;


Reply via email to