Accepting request 791952 from openSUSE:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/791952 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build-compare?expand=0&rev=113
This commit is contained in:
commit
2378e4772c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 31 09:09:09 UTC 2020 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- gtk-doc: filter version info from html files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 10 19:16:29 UTC 2020 - olaf@aepfle.de
|
Fri Jan 10 19:16:29 UTC 2020 - olaf@aepfle.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Summary: Build Result Compare Script
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: https://github.com/openSUSE/build-compare
|
Url: https://github.com/openSUSE/build-compare
|
||||||
Version: 20200115T165709.b82e1e5
|
Version: 20200331T115051.28bf642
|
||||||
Release: 0
|
Release: 0
|
||||||
Source1: COPYING
|
Source1: COPYING
|
||||||
Source2: same-build-result.sh
|
Source2: same-build-result.sh
|
||||||
|
14
pkg-diff.sh
14
pkg-diff.sh
@ -438,6 +438,20 @@ normalize_file()
|
|||||||
/usr/share/gtk-doc/html/*/*.devhelp2)
|
/usr/share/gtk-doc/html/*/*.devhelp2)
|
||||||
# various kde and gtk packages
|
# various kde and gtk packages
|
||||||
strip_numbered_anchors
|
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|\
|
||||||
/usr/share/doc/packages/*/*/*.html|\
|
/usr/share/doc/packages/*/*/*.html|\
|
||||||
|
Loading…
Reference in New Issue
Block a user