[transifex-client/f18] new upstream version

Luis Enrique Bazán De León lbazan at fedoraproject.org
Wed Jan 15 18:39:55 UTC 2014


commit f9f90e5421830ebf9ee3f71d178b7149a6962e6e
Author: lbazan <lbazan at fedoraproject.org>
Date:   Wed Jan 15 13:09:22 2014 -0500

    new upstream version

 .gitignore            |    1 +
 sources               |    2 +-
 transifex-client.spec |   11 +++++++----
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ba7484f..86a3863 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /transifex-client-0.7.2.tar.gz
 /transifex-client-0.7.3.tar.gz
 /transifex-client-0.9.tar.gz
+/transifex-client-0.10.tar.gz
diff --git a/sources b/sources
index 0eab028..637b307 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-01a7e9221958d2caf87e5bba912f07fd  transifex-client-0.9.tar.gz
+5549538d84b8eede6b254cd81ae024fa  transifex-client-0.10.tar.gz
diff --git a/transifex-client.spec b/transifex-client.spec
index 204b8e8..7d15afd 100644
--- a/transifex-client.spec
+++ b/transifex-client.spec
@@ -1,15 +1,15 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           transifex-client
-Version:        0.9
-Release:        6%{?dist}
+Version:        0.10
+Release:        1%{?dist}
 Summary:        Command line tool for Transifex translation management
 
 Group:          Development/Languages
 License:        GPLv2
 URL:            http://transifex.org
 Source:         http://pypi.python.org/packages/source/t/transifex-client/%{name}-%{version}.tar.gz
-Patch0:         transifex-client-0.9-use-system-wide-backports-ssl.patch
+#Patch0:         transifex-client-0.9-use-system-wide-backports-ssl.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -25,7 +25,7 @@ need of an elaborate UI system.
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
+* Wed Jan 15 2014 Luis Bazan <lbazan at fedoraproject.org> - 0.10-1
+- New Upstream version
+
 * Thu Oct 24 2013 Eduardo Echeverria <echevemaster at gmail.com> - 0.9-6
 - Use system wide python-backports-ssl
 


More information about the scm-commits mailing list