Accepting request 433781 from YaST:Head

- Fix names of installed mo files (boo#1003165).
- Update to version 84.87.20161005.d47da02.

OBS-URL: https://build.opensuse.org/request/show/433781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-trans?expand=0&rev=126
This commit is contained in:
Dominique Leuenberger 2016-10-10 15:29:26 +00:00 committed by Git OBS Bridge
commit e854088846
5 changed files with 41 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/yast/yast-translations.git</param>
<param name="changesrevision">17a3ba90ca44a4448db234e9d5cb236240469028</param></service></servicedata>
<param name="changesrevision">d47da0280c5692e3df82ed969fd3d790f64c582f</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4b9b62af0464cf4ec989c9185ff8982011994fdda750cc45e823f785c008b57
size 20391936

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd269aea533a8da32f87efa3e8ef5a9e45d82f7f99311fa574e874a94dec6bc8
size 20407692

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Fri Oct 7 17:52:20 CEST 2016 - sbrabec@suse.com
- Fix names of installed mo files (boo#1003165).
-------------------------------------------------------------------
Wed Oct 5 07:25:19 UTC 2016 - ke@suse.de
- Update to version 84.87.20161005.d47da02:
* Translated using Weblate (Slovak)
* Translated using Weblate (Turkish)
* Add scripts for mass import of suggestions
* Translated using Weblate (German)
* journalctl: Reimport of old translations
* journalctl: Add missing community translations
* Translated using Weblate (Indonesian)
* alternatives: Add ca.po
* Translated using Weblate (Portuguese (Brazil))
* Automatic update of auth-client.
* Automatic update of bootloader.
* Automatic update of installation.
* Automatic update of kdump.
* Automatic update of packager.
* Automatic update of registration.
* Automatic update of storage.
* Automatic update of update.
* Automatic update of users.
* Automatic update of vpn.
* Translated using Weblate (French)
* Translated using Weblate (French)
* Translated using Weblate (Ukrainian)
* Translated using Weblate (Polish)
* Translated using Weblate (Dutch)
* Translated using Weblate (Chinese (China))
-------------------------------------------------------------------
Thu Sep 29 09:34:56 UTC 2016 - git@opensuse.org

View File

@ -17,7 +17,7 @@
Name: yast2-trans
Version: 84.87.20160929.17a3ba9
Version: 84.87.20161005.d47da02
Release: 0
Summary: YaST2 - Translation Container Package
License: GPL-2.0+
@ -702,7 +702,7 @@ for l in %build_languages; do
{
for t in $(find * -maxdepth 1 -type d); do
[ -r $t/$l.po ] || continue
msgfmt --statistics -o $target_dir/$t.$l.mo $t/$l.po 2>&1
msgfmt --statistics -o $target_dir/$t.mo $t/$l.po 2>&1
done
} | bash %{S:2} | head -n 6 \
> %{buildroot}/usr/share/doc/packages/yast2-trans-$l/status.txt