Hello community,

here is the log from the commit of package translate-toolkit for 
openSUSE:Factory checked in at 2017-01-25 22:40:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/translate-toolkit (Old)
 and      /work/SRC/openSUSE:Factory/.translate-toolkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "translate-toolkit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/translate-toolkit/translate-toolkit.changes      
2016-09-19 11:12:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.translate-toolkit.new/translate-toolkit.changes 
2017-01-25 22:40:47.640182081 +0100
@@ -1,0 +2,32 @@
+Tue Jan 24 11:04:37 UTC 2017 - elchev...@opensuse.org
+
+- Add missing Requires: python-setuptools
+
+-------------------------------------------------------------------
+Mon Jan 16 15:26:59 UTC 2017 - elchev...@opensuse.org
+
+- Update to 1.99.9 (2.0.0 RC2)
+  * Minor fixes
+
+-------------------------------------------------------------------
+Thu Sep  1 11:26:19 UTC 2016 - elchev...@opensuse.org
+
+- Update to 1.99.5 (2.0.0 Beta 5)
+  * Minor fixes
+- require lxml 3.5.0 or newer
+  
+-------------------------------------------------------------------
+Wed Jul 27 09:53:37 UTC 2016 - buschman...@opensuse.org
+
+- Update to 1.99.3 (2.0.0 Beta 3)
+  * Python 3 compatibility thanks to Claude Paroz
+  * Dropped support for Python 2.6
+  * Changes in storage API to expose a more standardized API
+- require python 2.7 or newer
+
+-------------------------------------------------------------------
+Thu Apr 28 15:36:27 UTC 2016 - mic...@cihar.com
+
+- Update to 1.14.0-rc1
+
+-------------------------------------------------------------------

Old:
----
  translate-toolkit-1.13.0.tar.bz2

New:
----
  translate-toolkit-2.0.0rc2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ translate-toolkit.spec ++++++
--- /var/tmp/diff_new_pack.CuDeGh/_old  2017-01-25 22:40:48.688023809 +0100
+++ /var/tmp/diff_new_pack.CuDeGh/_new  2017-01-25 22:40:48.692023204 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package translate-toolkit
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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,14 +16,16 @@
 #
 
 
+%define _tarball_version 2.0.0rc2
+
 Name:           translate-toolkit
-Version:        1.13.0
+Version:        1.99.9
 Release:        0
 Summary:        Tools and API to assist with translation and software 
localization
 License:        GPL-2.0+
 Group:          Development/Tools/Other
 Url:            http://toolkit.translatehouse.org/
-Source:         
https://github.com/translate/translate/releases/download/%{version}/%{name}-%{version}.tar.bz2
+Source:         
https://github.com/translate/translate/releases/download/%{_tarball_version}/%{name}-%{_tarball_version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gettext-runtime
 BuildRequires:  iso-codes
@@ -32,9 +34,10 @@
 BuildRequires:  python-Levenshtein
 BuildRequires:  python-Sphinx
 BuildRequires:  python-beautifulsoup4
-BuildRequires:  python-devel
+BuildRequires:  python-devel >= 2.7
+BuildRequires:  python-diff_match_patch
 BuildRequires:  python-iniparse
-BuildRequires:  python-lxml
+BuildRequires:  python-lxml >= 3.5.0
 BuildRequires:  python-lxml-doc
 BuildRequires:  python-pyenchant
 BuildRequires:  python-pytest
@@ -44,7 +47,9 @@
 Requires:       gettext-runtime
 Requires:       python-lxml
 Requires:       python-pyenchant
+Requires:              python-setuptools
 Requires:       python-six
+Requires:       python-diff_match_patch
 # The following are for the full experience of translate-toolkit
 Recommends:     gaupol
 Recommends:     iso-codes
@@ -90,9 +95,9 @@
 toolkit or to use the libraries in other localization tools.
 
 %prep
-%setup -q
+%setup -n %{name}-%{_tarball_version} -q
 sed -i 296"s|'share'|'translate/share'|" setup.py
-# fix for bnc#750652 - remove Apache-2.0 file - difflib is the fallback 
solution
+# fix for bnc#750652 - remove Apache-2.0 file - difflib is the fallback 
solution - added diff_match_patch as a required package
 rm translate/misc/diff_match_patch.py*
 
 # Remove build cache (causes problems with different Sphinx and/or 
architecture)
@@ -155,7 +160,7 @@
 %{_bindir}/*
 %{_mandir}/man1/*
 %{python_sitelib}/translate
-%{python_sitelib}/translate_toolkit-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/translate_toolkit-%{_tarball_version}-py%{py_ver}.egg-info
 
 %files devel-doc
 %defattr(-,root,root)


Reply via email to