diff --git a/itstool-2.0.6.tar.bz2 b/itstool-2.0.6.tar.bz2 deleted file mode 100644 index f89f3a4..0000000 --- a/itstool-2.0.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6233cc22726a9a5a83664bf67d1af79549a298c23185d926c3677afa917b92a9 -size 103067 diff --git a/itstool-2.0.7.tar.bz2 b/itstool-2.0.7.tar.bz2 new file mode 100644 index 0000000..4c32711 --- /dev/null +++ b/itstool-2.0.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9a7cd29a12bb95598f5750e8763cee78836a1a207f85b74d8b3275b27e87ca +size 104648 diff --git a/itstool.changes b/itstool.changes index 759c893..e40fdbb 100644 --- a/itstool.changes +++ b/itstool.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Oct 16 17:40:49 UTC 2021 - Dirk Müller + +- update to 2.0.7: + * Performance improvements when chaining up on certain ITS rules + * Performance improvements when using ITS params. + ------------------------------------------------------------------- Mon Nov 18 07:40:25 UTC 2019 - Yifan Jiang diff --git a/itstool.spec b/itstool.spec index 6e8ee9e..6b17fee 100644 --- a/itstool.spec +++ b/itstool.spec @@ -1,7 +1,7 @@ # # spec file for package itstool # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,15 @@ Name: itstool -Version: 2.0.6 +Version: 2.0.7 Release: 0 Summary: Tool to translate XML documents using PO files License: GPL-3.0-or-later Group: Development/Tools/Other URL: http://itstool.org Source: http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2 - BuildRequires: python3-base +BuildArch: noarch %if 0%{?sle_version} BuildRequires: python3-libxml2-python Requires: python3-libxml2-python @@ -33,7 +33,6 @@ Requires: python3-libxml2-python BuildRequires: python3-libxml2 Requires: python3-libxml2 %endif -BuildArch: noarch %description ITS Tool extracts messages from XML files and outputs PO template files, then @@ -48,7 +47,7 @@ Internationalization Tag Set (ITS). sed -i -e "/^echo.*import/s/python/python3/" configure export PYTHON=%{_bindir}/python3 %configure -make %{?_smp_mflags} +%make_build %install %make_install PYTHON=%{_bindir}/python3