rpms/translate-toolkit/F-13 .cvsignore, 1.24, 1.25 sources, 1.25, 1.26 translate-toolkit.spec, 1.42, 1.43

dwayne dwayne at fedoraproject.org
Thu May 13 05:48:44 UTC 2010


Author: dwayne

Update of /cvs/pkgs/rpms/translate-toolkit/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16306

Modified Files:
	.cvsignore sources translate-toolkit.spec 
Log Message:
* Thu May 13 2010 Dwayne Bailey <dwayne at translate.org.za> - 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 at 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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/translate-toolkit/F-13/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- .cvsignore	19 Mar 2010 21:46:37 -0000	1.24
+++ .cvsignore	13 May 2010 05:48:44 -0000	1.25
@@ -1 +1 @@
-translate-toolkit-1.6.0.tar.bz2
+translate-toolkit-1.7.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/translate-toolkit/F-13/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- sources	19 Mar 2010 21:46:37 -0000	1.25
+++ sources	13 May 2010 05:48:44 -0000	1.26
@@ -1 +1 @@
-52e4409e72565bb49e7efad235b4a213  translate-toolkit-1.6.0.tar.bz2
+70a826257adbffab849556c2d50b8b48  translate-toolkit-1.7.0.tar.bz2


Index: translate-toolkit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/translate-toolkit/F-13/translate-toolkit.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- translate-toolkit.spec	19 Mar 2010 21:46:37 -0000	1.42
+++ translate-toolkit.spec	13 May 2010 05:48:44 -0000	1.43
@@ -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
 
@@ -82,7 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 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 \
@@ -124,6 +126,26 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu May 13 2010 Dwayne Bailey <dwayne at translate.org.za> - 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 at 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 <dwayne at translate.org.za> - 1.6.0-1
 - Update to 1.6.0
    - Improvements to quality tests for speed and accuracy



More information about the scm-commits mailing list