[transifex-client/f13] Update to new upstream version (#678680).

Domingo Becker beckerde at fedoraproject.org
Wed May 18 16:46:15 UTC 2011


commit c2cc8db63e13fece83a8004f4e2862ccfcfd5bd8
Author: Domingo Becker <domingobecker at gmail.com>
Date:   Wed May 18 13:46:04 2011 -0300

    Update to new upstream version (#678680).

 .gitignore            |    1 +
 sources               |    2 +-
 transifex-client.spec |   14 ++++++++------
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4b62acb..f804b0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /226a185088ef.tar.bz2
+/transifex-client-0.5.tar.gz
diff --git a/sources b/sources
index b5e4642..83bb583 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-204495e251f14439c112844deca518ab  226a185088ef.tar.bz2
+cbba4a878cbba7d148d834caaccd407b  transifex-client-0.5.tar.gz
diff --git a/transifex-client.spec b/transifex-client.spec
index af20958..61716c8 100644
--- a/transifex-client.spec
+++ b/transifex-client.spec
@@ -2,16 +2,15 @@
 %global hgcs 226a185088ef
 
 Name:           transifex-client
-Version:        0.4.2
-Release:        0.3.%{hgcs}hg%{?dist}
+Version:        0.5
+Release:        1%{?dist}
 Summary:        Command line tool for Transifex translation management
 
 Group:          Development/Languages
 License:        GPLv2
 URL:            http://transifex.org
-# To retrieve, use: https://bitbucket.org/indifex/% {name}/get/% {hgcs}.tar.bz2
-#Source0:       transifex-client-% {hgcs}.tar.bz2
-Source:         https://bitbucket.org/indifex/%{name}/get/%{hgcs}.tar.bz2
+# Source:         https://bitbucket.org/indifex/%{name}/get/%{hgcs}.tar.bz2
+Source:         http://pypi.python.org/packages/source/t/transifex-client/transifex-client-0.5.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -25,7 +24,7 @@ you to easily manage your translations within a project without the
 need of an elaborate UI system.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 
 %build
@@ -50,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 18 2011 Domingo Becker <domingobecker at gmail.com> - 0.5-1
+- New upstream version.
+
 * Mon Feb 21 2011 Paul W. Frields <stickster at gmail.com> - 0.4.2-0.3.226a185088efhg
 - Add BR for python-setuptools
 


More information about the scm-commits mailing list