Hello community, here is the log from the commit of package filezilla for openSUSE:Factory checked in at 2016-01-23 01:16:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/filezilla (Old) and /work/SRC/openSUSE:Factory/.filezilla.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "filezilla" Changes: -------- --- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes 2015-12-09 22:16:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.filezilla.new/filezilla.changes 2016-01-23 01:16:41.000000000 +0100 @@ -1,0 +2,10 @@ +Sat Jan 16 06:07:57 UTC 2016 - rama...@gmail.com + +- Revert locale fixing script to the original version. The simplified + script will cause + pt_BR.po & pt_PT.po --> pt.po + zh_CN.po & zh_TW.po --> zh.po + one of them will be overwritten by the other, depending on which one + is converted last. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ filezilla.spec ++++++ --- /var/tmp/diff_new_pack.sx9hHW/_old 2016-01-23 01:16:42.000000000 +0100 +++ /var/tmp/diff_new_pack.sx9hHW/_new 2016-01-23 01:16:42.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package filezilla # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -84,8 +84,36 @@ %patch3 -p1 # Fix invalid translation locales: -find locales/ -maxdepth 1 -type f -regex '.+_[A-Z][A-Z].*\.po' | while read file; do - mv -fv "$file" "${file/_[A-Z][A-Z]}" +cd locales +for LOC in\ + bg_BG\ + ca_ES@valencia\ + cs_CZ\ + da_DK\ + fa_IR\ + fi_FI\ + gl_ES\ + he_IL\ + hu_HU\ + id_ID\ + ja_JP\ + km_KH\ + ko_KR\ + lt_LT\ + lv_LV\ + mk_MK\ + nb_NO\ + nn_NO\ + pl_PL\ + pt_PT\ + ro_RO\ + sl_SI\ + sk_SK\ + th_TH\ + uk_UA\ + vi_VN; +do + mv -iv $LOC.po ${LOC/_??}.po done %build