Hello community,

here is the log from the commit of package translate-toolkit for 
openSUSE:Factory checked in at 2014-02-04 19:57:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2013-07-16 07:40:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.translate-toolkit.new/translate-toolkit.changes 
2014-02-04 22:49:12.000000000 +0100
@@ -1,0 +2,10 @@
+Thu Jan 30 13:21:54 UTC 2014 - [email protected]
+
+- updated to version 1.11.0
+
+Major changes:
+       The PO format now matches Gettext more closely
+       PHP format adds a number of new features
+       Support for Python 2.5 has been dropped
+
+-------------------------------------------------------------------

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

New:
----
  translate-toolkit-1.11.0.tar.bz2

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

Other differences:
------------------
++++++ translate-toolkit.spec ++++++
--- /var/tmp/diff_new_pack.NOXud6/_old  2014-02-04 22:49:13.000000000 +0100
+++ /var/tmp/diff_new_pack.NOXud6/_new  2014-02-04 22:49:13.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           translate-toolkit
-Version:        1.10.0
+Version:        1.11.0
 Release:        0
 Summary:        Tools and API to assist with translation and software 
localization
 License:        GPL-2.0+
@@ -31,44 +31,34 @@
 BuildRequires:  iso-codes
 BuildRequires:  python-utidy
 BuildRequires:  python-Levenshtein
-Requires:       gettext-runtime
-%if 0%{?suse_version} >= 1140
 BuildRequires:  python-iniparse
-%endif
-%if 0%{?suse_version} > 1210
 BuildRequires:  gaupol
-%endif
+Requires:       gettext-runtime
 
 # The following are for the full experience of translate-toolkit
-%if 0%{?suse_version} <= 1210
-Requires:       python-enchant
-BuildRequires:  python-enchant
-%else
-Requires:       python-pyenchant
 BuildRequires:  python-pyenchant
-%endif
-Requires:       python-Levenshtein
 Requires:       python-aeidon
+Requires:       python-beautifulsoup
 Requires:       python-iniparse
+Requires:       python-Levenshtein
 Requires:       python-lxml
+Requires:       python-pyenchant
 Requires:       python-simplejson
 Requires:       vobject
-Recommends:     python-utidy
-Recommends:     gaupol
 Recommends:     iso-codes
+Recommends:     gaupol
+Recommends:     python-utidy
 Provides:       python-translate-toolkit = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1140
 BuildArch:      noarch
-%endif
+
 # The following are needed for man page generation
-%if 0%{?suse_version} > 1140
-BuildRequires:  python-Sphinx
-BuildRequires:  python-xapian
-%endif
 BuildRequires:  python-lxml
 BuildRequires:  python-lxml-doc
+BuildRequires:  python-pytest
 BuildRequires:  python-simplejson
+BuildRequires:  python-Sphinx
+BuildRequires:  python-xapian
 BuildRequires:  python-xml
 BuildRequires:  vobject
 %py_requires
@@ -96,9 +86,7 @@
 Summary:        Tools and API to assist with translation and software 
localization
 Group:          Development/Libraries/Python
 Requires:       %{name} = %{version}
-# %%if 0%%{?suse_version} >= 1140
 BuildArch:      noarch
-# %%endif
 Provides:       %{name}-devel = %{version}
 Obsoletes:      %{name}-devel < %{version}
 
@@ -129,11 +117,8 @@
 %build
 %__python setup.py build
 pushd docs
-%if 0%{?suse_version} > 1140
-# cannot recompile docs withot Sphinx
 %{__make} html man
 %__gzip -9 _build/man/*.1
-%endif
 #no hidden files
 find _build -name '.?*' -exec rm '{}' \+
 popd
@@ -154,17 +139,17 @@
         ;;
     esac
 done
-%if 0%{?suse_version} > 1140
 install -m 644 docs/_build/man/*.gz %{buildroot}/%{_mandir}/man1/
-%endif
 
 # remove documentation files from site-packages
-rm %{buildroot}/%{python_sitelib}/translate/{COPYING,README.rst}
+#rm %{buildroot}/%{python_sitelib}/translate/{COPYING,README.rst}
 
 # move documentation files to datadir
 %__install -d -m 755 %{buildroot}%{_defaultdocdir}/%{name}
-mv %{buildroot}%{python_sitelib}/docs/_build/html 
%{buildroot}%{_defaultdocdir}/%{name}
-rm -rf %{buildroot}%{python_sitelib}/docs
+#mv %{buildroot}%{python_sitelib}/docs/_build/html 
%{buildroot}%{_defaultdocdir}/%{name}
+mv 
%{buildroot}/home/abuild/.local/lib/python%{py_ver}/site-packages/docs/_build/html
 %{buildroot}%{_defaultdocdir}/%{name}
+#rm -rf %{buildroot}%{python_sitelib}/docs
+rm -rf %{buildroot}/home/abuild/.local/lib/python%{py_ver}/site-packages/
 
 # create symlinks for man pages
 %fdupes -s %{buildroot}/%{_mandir}
@@ -177,13 +162,8 @@
 %files
 %defattr(-,root,root)
 %exclude %{_defaultdocdir}/%{name}/html/api
-%exclude %{_defaultdocdir}/%{name}/html/development
 %exclude %{_defaultdocdir}/%{name}/html/_sources
-%exclude %{_defaultdocdir}/%{name}/html/styleguide.html
 %doc COPYING README.rst
-%if 0%{?suse_version} <= 1140
-%doc docs/_build/html
-%endif
 %{_bindir}/*
 %{_mandir}/man1/*
 %{python_sitelib}/translate
@@ -192,8 +172,6 @@
 %files devel-doc
 %defattr(-,root,root)
 %doc %{_defaultdocdir}/%{name}/html/api
-%doc %{_defaultdocdir}/%{name}/html/development
 %doc %{_defaultdocdir}/%{name}/html/_sources
-%doc %{_defaultdocdir}/%{name}/html/styleguide.html
 
 %changelog

++++++ translate-toolkit-1.10.0.tar.bz2 -> translate-toolkit-1.11.0.tar.bz2 
++++++
++++ 60257 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to