From 46b4c2d47d67157eced2560333a211b234f92d41 Mon Sep 17 00:00:00 2001 From: dwayne Date: May 13 2010 05:54:02 +0000 Subject: - Update to 1.7.0 - Support for Array constructs in the PHP converter - Detect the target language from the PO team header - Improvements in detecting languages for many other formats - Correctly migrate the header comments from the old PO file in pot2po - Handle certain malformed PO files better - Reliability improvements for Qt TS and XLIFF - Support for longer terminology entries - New plural information: Sinhala (si), Aragonese (an), Catalan (Valencia) (ca@valencia), Romansh (rm), Tatar (tt) - Some language specific customisations for Sinhala and Thai. - New: junitmsgfmt, runs msgfmt and provides junit-type output for use in continuous integration systems such as Hudson. - Reliability improvements for Lucene when Pootle is under Apache - Correctly use the header encoding when opening .mo files - Avoid adding an extra type comment line (#,) (bug 1400) - Support any delimiter (=, : or space) in po2prop as we do in prop2po - Better handling of non-default encodings for .rc files --- diff --git a/.cvsignore b/.cvsignore index 18e5544..5917be1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -translate-toolkit-1.6.0.tar.bz2 +translate-toolkit-1.7.0.tar.bz2 diff --git a/sources b/sources index 1afe08b..c89583d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -52e4409e72565bb49e7efad235b4a213 translate-toolkit-1.6.0.tar.bz2 +70a826257adbffab849556c2d50b8b48 translate-toolkit-1.7.0.tar.bz2 diff --git a/translate-toolkit.spec b/translate-toolkit.spec index 3b8acd4..4f69cba 100644 --- a/translate-toolkit.spec +++ b/translate-toolkit.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: translate-toolkit -Version: 1.6.0 +Version: 1.7.0 Release: 1%{?dist} Summary: Tools to assist with translation and software localization @@ -95,7 +95,9 @@ rm $RPM_BUILD_ROOT/%{_bindir}/{ical2po,po2ical,sub2po,po2sub} mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1 for program in $RPM_BUILD_ROOT/%{_bindir}/*; do case $(basename $program) in - pocompendium|poen|pomigrate2|popuretext|poreencode|posplit|pocount|poglossary|lookupclient.py|tmserver|build_tmdb) + pocompendium|poen|pomigrate2|popuretext|poreencode|posplit|\ + pocount|poglossary|lookupclient.py|tmserver|build_tmdb|\ + junitmsgfmt) ;; *) LC_ALL=C PYTHONPATH=. $program --manpage \ @@ -137,6 +139,26 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu May 13 2010 Dwayne Bailey - 1.7.0-1 +- Update to 1.7.0 + - Support for Array constructs in the PHP converter + - Detect the target language from the PO team header + - Improvements in detecting languages for many other formats + - Correctly migrate the header comments from the old PO file in pot2po + - Handle certain malformed PO files better + - Reliability improvements for Qt TS and XLIFF + - Support for longer terminology entries + - New plural information: Sinhala (si), Aragonese (an), + Catalan (Valencia) (ca@valencia), Romansh (rm), Tatar (tt) + - Some language specific customisations for Sinhala and Thai. + - New: junitmsgfmt, runs msgfmt and provides junit-type output for use + in continuous integration systems such as Hudson. + - Reliability improvements for Lucene when Pootle is under Apache + - Correctly use the header encoding when opening .mo files + - Avoid adding an extra type comment line (#,) (bug 1400) + - Support any delimiter (=, : or space) in po2prop as we do in prop2po + - Better handling of non-default encodings for .rc files + * Fri Mar 19 2010 Dwayne Bailey - 1.6.0-1 - Update to 1.6.0 - Improvements to quality tests for speed and accuracy