OBS User unknown 2008-03-21 00:27:05 +00:00 committed by Git OBS Bridge
parent 6d97c7bf49
commit 49ceeb2ba9
4 changed files with 12 additions and 5 deletions

View File

@ -13,13 +13,13 @@ fi
rm -rf po
mkdir po
:> failed
rm -f failed
for file in $MY_LCN_CHECKOUT/*/po/update-desktop-files.*.po; do
lang=`echo $file | sed -e "s,/po/up.*,,; s,.*/,,"`
echo $lang
mkdir po/$lang
# package valid files only
msgfmt --check $file || {
msgfmt -o /dev/null --check $file || {
rmdir po/$lang
echo $file >>failed
continue

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74974cc270c273cba1ad8ee555db2a82f97bb3ca609c5cd12a64ea32329bdfba
size 8949009
oid sha256:9af740fd0771f4dca60f201c1783934cc2136ee2340e490ee5c659a4c17def14
size 9215257

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 20 14:11:35 CET 2008 - ke@suse.de
- update translations.
-------------------------------------------------------------------
Tue Feb 12 16:16:46 CET 2008 - coolo@suse.de

View File

@ -13,7 +13,7 @@
Name: update-desktop-files
Version: 10.3
Release: 92
Release: 99
Summary: A Build Tool to Update Desktop Files
License: GPL v2 or later
Group: Development/Tools/Building
@ -98,6 +98,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%changelog
* Thu Mar 20 2008 ke@suse.de
- update translations.
* Tue Feb 12 2008 coolo@suse.de
- don't rely on perl and command line tools, but on fast C++
* Mon Feb 11 2008 ke@suse.de