- Handle /usr/share/vdr/locale/

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=234
This commit is contained in:
Olaf Hering 2017-03-21 11:19:29 +00:00 committed by Git OBS Bridge
parent 4d28734f20
commit a813318d20
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 21 11:17:26 UTC 2017 - olaf@aepfle.de
- Handle /usr/share/vdr/locale/
-------------------------------------------------------------------
Sun Feb 12 08:41:01 UTC 2017 - olaf@aepfle.de

View File

@ -21,7 +21,7 @@ Summary: Build Result Compare Script
License: GPL-2.0+
Group: Development/Tools/Building
Url: https://github.com/openSUSE/build-compare
Version: 20170212T094342.98f72fb
Version: 20170321T121736.2a834db
Release: 0
Source1: COPYING
Source2: same-build-result.sh

View File

@ -536,7 +536,7 @@ check_single_file()
return 0
fi
;;
/usr/share/locale/*/LC_MESSAGES/*.mo|/usr/share/locale-bundle/*/LC_MESSAGES/*.mo)
/usr/share/locale/*/LC_MESSAGES/*.mo|/usr/share/locale-bundle/*/LC_MESSAGES/*.mo|/usr/share/vdr/locale/*/LC_MESSAGES/*.mo)
for f in old/$file new/$file; do
sed -i -e "s,POT-Creation-Date: ....-..-.. ..:..+....,POT-Creation-Date: 1970-01-01 00:00+0000," $f
done