Hello community,

here is the log from the commit of package transifex-client for 
openSUSE:Factory checked in at 2013-05-28 07:43:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/transifex-client (Old)
 and      /work/SRC/openSUSE:Factory/.transifex-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "transifex-client"

Changes:
--------
New Changes file:

--- /dev/null   2013-05-23 01:40:31.032032505 +0200
+++ /work/SRC/openSUSE:Factory/.transifex-client.new/transifex-client.changes   
2013-05-28 07:43:51.000000000 +0200
@@ -0,0 +1,27 @@
+-------------------------------------------------------------------
+Thu May 23 14:00:48 UTC 2013 - [email protected]
+
+- Version bump to 0.9
+  * SSL layer updates
+  * various build fixes
+
+-------------------------------------------------------------------
+Wed Jan  2 19:37:58 UTC 2013 - [email protected]
+
+- Fix building on SLES
+
+-------------------------------------------------------------------
+Sat Dec  1 07:10:39 UTC 2012 - [email protected]
+
+- Update the spec to be up par with suse stuff
+
+-------------------------------------------------------------------
+Tue Oct 16 22:34:24 UTC 2012 - [email protected]
+
+- initial package 0.8
+  * Enable support for compressed responses from Transifex.
+  * Specify a custom User-Agent header for the HTTP requests performed by the 
client.
+  * Specify a timeout of 5min for each request, so that the client does not 
block indefinitely.
+  * Offer to migrate the .transifexrc file to use secure (SSL) connections by 
default, when connecting to Transifex servers, and the new domain, 
Transifex.com. The migration process does not update the .tx/config file, since 
that file might be part of a repository.
+  * Send warning messages to standard output. This means that only actual 
errors are sent to standard error and, as a result, redirecting the output 
works correctly.
+  * Don’t use colors, when the output is not a TTY. As a result, the output of 
the client when piped to other programs will not be garbled.

New:
----
  transifex-client-0.9.tar.gz
  transifex-client.changes
  transifex-client.spec

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

Other differences:
------------------
++++++ transifex-client.spec ++++++
#
# spec file for package transifex-client
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           transifex-client
Version:        0.9
Release:        0
License:        GPL-2.0+
Summary:        Transifex Command-line Client
Url:            https://github.com/transifex/transifex-client
Group:          Productivity/Text/Utilities
Source:         
https://pypi.python.org/packages/source/t/%name/%name-%version.tar.gz
BuildRequires:  python-distribute
BuildRequires:  python-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%else
BuildArch:      noarch
%endif

%description
The Transifex Command-line Client is a command line tool that enables you to 
easily manage your translations within a project without the need of an 
elaborate UI system.

You can use the command-line client to easily create new resources, map locale 
files to translations and synchronize your Transifex project with your local 
repository and vice verca. Translators and localization managers can also use 
it to handle large volumes of translation files easily and without much hassle.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --prefix=%_prefix --root=%buildroot

%files
%defattr(-,root,root)
%doc README.rst LICENSE
%_bindir/tx
%python_sitelib/txclib
%python_sitelib/transifex_client-%version-py%py_ver.egg-info

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

Reply via email to