forked from pool/itstool
Accepting request 74758 from home:dimstar:branches:GNOME:Factory
Update to 1.1.0 OBS-URL: https://build.opensuse.org/request/show/74758 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=3
This commit is contained in:
parent
8f5ed673b7
commit
80c49731c3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4c4f1488d0fe3e6531f41725deebae77d4f2f5c5415d95bb9837054c0d0356dd
|
|
||||||
size 73238
|
|
3
itstool-1.1.0.tar.bz2
Normal file
3
itstool-1.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:27dea27410b871a908402a58b44cec3dd35f7bad49eea32c403ff44877c40b1e
|
||||||
|
size 78062
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 28 11:22:55 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.1.0:
|
||||||
|
+ Added itst:context to set msgctxt
|
||||||
|
+ Added itst:drop to drop context from translations
|
||||||
|
+ Allow XML attribute to be translated
|
||||||
|
+ Allow locNotePointer to return a string
|
||||||
|
+ Allow localization notes to be space-preserving
|
||||||
|
+ Allow both XLink and child rules on its:rules
|
||||||
|
+ Fixed Unicode encoding/decoding errors
|
||||||
|
+ Added automated test suite
|
||||||
|
+ Added a man page
|
||||||
|
+ Python 3 fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 24 07:52:11 UTC 2011 - dimstar@opensuse.org
|
Tue May 24 07:52:11 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package itstool
|
# spec file for package
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,9 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: itstool
|
Name: itstool
|
||||||
Version: 1.0.1
|
Version: 1.1.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Summary: Tool to translate XML documents using PO files
|
Summary: Tool to translate XML documents using PO files
|
||||||
@ -57,5 +56,6 @@ make %{?_smp_mflags}
|
|||||||
%doc ChangeLog COPYING COPYING.GPL3 NEWS
|
%doc ChangeLog COPYING COPYING.GPL3 NEWS
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
|
%{_mandir}/man1/itstool.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user