[python-typepad/f17] New Upstream version

Luis Enrique Bazán De León lbazan at fedoraproject.org
Wed Aug 1 16:54:57 UTC 2012


commit ebf84e8f142b6d27d995506a8855d1e86e1de446
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Wed Aug 1 11:55:54 2012 -0500

    New Upstream version

 python-typepad.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/python-typepad.spec b/python-typepad.spec
index d14c72a..ad8c3b1 100644
--- a/python-typepad.spec
+++ b/python-typepad.spec
@@ -1,14 +1,16 @@
+%global pkgname typepad
+
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-typepad
-Version:        1.1.2
-Release:        4%{?dist}
+Version:        2.0
+Release:        1%{?dist}
 Summary:        Connectivity to the TypePad API through remote objects
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://sixapart.github.com/python-typepad-api/
-Source0:        http://pypi.python.org/packages/source/t/typepad/typepad-%{version}.tar.gz
+Source0:        http://pypi.python.org/packages/source/t/%{pkgname}/%{pkgname}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -21,7 +23,7 @@ content objects and an OAuth client for making authenticated requests to
 the API.
 
 %prep
-%setup -q -n typepad-%{version}
+%setup -q -n %{pkgname}-%{version}
 
 
 %build
@@ -44,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 01 2012 Luis Bazan <lbazan at fedoraproject.org> - 2.0-1
+- New Upstream Version
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list