forked from pool/build-compare
Accepting request 47638 from openSUSE:Tools
Copy from openSUSE:Tools/build-compare based on submit request 47638 from user a_jaeger OBS-URL: https://build.opensuse.org/request/show/47638 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build-compare?expand=0&rev=37
This commit is contained in:
commit
ae56961824
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 9 20:02:33 UTC 2010 - aj@suse.de
|
||||||
|
|
||||||
|
- Handle another date format for man pages found in coreutils.
|
||||||
|
- Handle more html files, e.g. kdelibs4 and libvdpau.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 9 07:58:35 UTC 2010 - aj@suse.de
|
||||||
|
|
||||||
|
- Handle weekday in man page.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 31 11:57:26 UTC 2010 - aj@suse.de
|
Tue Aug 31 11:57:26 UTC 2010 - aj@suse.de
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Group: Development/Tools/Building
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Build Result Compare Script
|
Summary: Build Result Compare Script
|
||||||
Version: 2009.10.14
|
Version: 2009.10.14
|
||||||
Release: 20
|
Release: 21
|
||||||
Source: same-build-result.sh
|
Source: same-build-result.sh
|
||||||
Source1: rpm-check.sh
|
Source1: rpm-check.sh
|
||||||
Source2: COPYING
|
Source2: COPYING
|
||||||
|
@ -347,7 +347,8 @@ check_single_file()
|
|||||||
sed -i -e "s,POT-Creation-Date: ....-..-.. ..:..+....,POT-Creation-Date: 1970-01-01 00:00+0000," $f
|
sed -i -e "s,POT-Creation-Date: ....-..-.. ..:..+....,POT-Creation-Date: 1970-01-01 00:00+0000," $f
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
/usr/share/doc/packages/*/*.html)
|
/usr/share/doc/packages/*/*.html|\
|
||||||
|
/usr/share/doc/kde/HTML/*/*/*.html|/usr/share/doc/*/html/*.html)
|
||||||
for f in old/$file new/$file; do
|
for f in old/$file new/$file; do
|
||||||
# texi2html output, e.g. in kvm, indent, qemu
|
# 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|^<!-- Created on .*, 20.. by texi2html .\...|<!-- Created on August 7, 2009 by texi2html 1.82|" $f
|
||||||
@ -410,10 +411,12 @@ check_single_file()
|
|||||||
# .TH QEMU-IMG 1 "2010-03-14" " " " "
|
# .TH QEMU-IMG 1 "2010-03-14" " " " "
|
||||||
# .TH kdecmake 1 "May 07, 2010" "cmake 2.8.1"
|
# .TH kdecmake 1 "May 07, 2010" "cmake 2.8.1"
|
||||||
# .TH "appender.h" 3 "12 May 2010" "Version 1.2.1" "log4c" \" -*- nroff -*-
|
# .TH "appender.h" 3 "12 May 2010" "Version 1.2.1" "log4c" \" -*- nroff -*-
|
||||||
|
# .TH "appender.h" 3 "Tue Aug 31 2010" "Version 1.2.1" "log4c" \" -*- nroff -*-
|
||||||
# .TH "OFFLINEIMAP" "1" "11 May 2010" "John Goerzen" "OfflineIMAP Manual"
|
# .TH "OFFLINEIMAP" "1" "11 May 2010" "John Goerzen" "OfflineIMAP Manual"
|
||||||
# TH gv 3guile "13 May 2010"
|
# .TH gv 3guile "13 May 2010"
|
||||||
|
# .TH ARCH "1" "September 2010" "GNU coreutils 8.5" "User Commands"
|
||||||
for f in old/$file new/$file; do
|
for f in old/$file new/$file; do
|
||||||
sed -i -e 's/^.TH "\?\([^ "]*\)"\? "\?\([0-9][a-z]*\)"\? "\?\(20[0-9][0-9]-[0-9][0-9]-[0-9][0-9]\|[A-Z][a-z]* [0-9][0-9], 20[0-9][0-9]\|[0-9]* [A-Z][a-z]* 20[0-9][0-9]\)"\? /.TH \1 \2 "2000-01-01" /' $f
|
sed -i -e 's/.TH "\?\([^ "]*\)"\? "\?\([0-9][a-z]*\)"\? "\?\(20[0-9][0-9]-[0-9][0-9]-[0-9][0-9]\|[A-Z][a-z]* [0-9][0-9], 20[0-9][0-9]\|[0-9]* [A-Z][a-z]* 20[0-9][0-9]\|[A-Z][a-z]* [A-Z][a-z]* [0-9]\+ 20[0-9][0-9]\|[A-Z][a-z]* 20[0-9][0-9]\)"\? /.TH \1 \2 "2000-01-01" /' $f
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
*.elc)
|
*.elc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user