Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2020-04-15 20:04:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/build-compare (Old)
 and      /work/SRC/openSUSE:Factory/.build-compare.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "build-compare"

Wed Apr 15 20:04:02 2020 rev:113 rq:791952 version:20200331T115051.28bf642

Changes:
--------
--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes      
2020-02-15 22:21:28.315181636 +0100
+++ /work/SRC/openSUSE:Factory/.build-compare.new.2738/build-compare.changes    
2020-04-15 20:06:45.198115674 +0200
@@ -1,0 +2,5 @@
+Tue Mar 31 09:09:09 UTC 2020 - o...@aepfle.de
+
+- gtk-doc: filter version info from html files
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ build-compare.spec ++++++
--- /var/tmp/diff_new_pack.k2pWUy/_old  2020-04-15 20:06:51.642120059 +0200
+++ /var/tmp/diff_new_pack.k2pWUy/_new  2020-04-15 20:06:51.646120061 +0200
@@ -21,7 +21,7 @@
 License:        GPL-2.0+
 Group:          Development/Tools/Building
 Url:            https://github.com/openSUSE/build-compare
-Version:        20200115T165709.b82e1e5
+Version:        20200331T115051.28bf642
 Release:        0
 Source1:        COPYING
 Source2:        same-build-result.sh

++++++ pkg-diff.sh ++++++
--- /var/tmp/diff_new_pack.k2pWUy/_old  2020-04-15 20:06:51.702120099 +0200
+++ /var/tmp/diff_new_pack.k2pWUy/_new  2020-04-15 20:06:51.702120099 +0200
@@ -438,6 +438,20 @@
     /usr/share/gtk-doc/html/*/*.devhelp2)
       # various kde and gtk packages
       strip_numbered_anchors
+      for f in old/$file new/$file; do
+        sed -i -e '
+          /^<head>/{
+            : next
+            n
+            /^<\/head>/{
+            b end_head
+            }
+            s/^<meta name="generator" content="[^"]\+">/<meta name="generator" 
content="GTK-Doc V1.29 (XML mode)">/
+            b next
+          }
+          : end_head
+          ' $f
+      done
     ;;
     /usr/share/doc/packages/*/*.html|\
     /usr/share/doc/packages/*/*/*.html|\


Reply via email to