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:
Vincent Untz 2011-07-01 08:36:52 +00:00 committed by Git OBS Bridge
parent 8f5ed673b7
commit 80c49731c3
4 changed files with 22 additions and 7 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27dea27410b871a908402a58b44cec3dd35f7bad49eea32c403ff44877c40b1e
size 78062

View File

@ -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

View File

@ -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
# remain the property of their copyright owners, unless otherwise agreed
@ -16,9 +16,8 @@
#
Name: itstool
Version: 1.0.1
Version: 1.1.0
Release: 1
License: GPLv3+
Summary: Tool to translate XML documents using PO files
@ -57,5 +56,6 @@ make %{?_smp_mflags}
%doc ChangeLog COPYING COPYING.GPL3 NEWS
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_mandir}/man1/itstool.1%{?ext_man}
%changelog