[python-typepad/f16] New Upstream Version

Luis Enrique Bazán De León lbazan at fedoraproject.org
Wed Aug 1 17:19:37 UTC 2012


commit add5698033fa426f20a2bc520d91cc55806562e8
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Wed Aug 1 12:20:38 2012 -0500

    New Upstream Version

 .gitignore          |    1 +
 python-typepad.spec |   13 +++++++++----
 sources             |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 20a90fa..f809e73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 typepad-1.1.2.tar.gz
+/typepad-2.0.tar.gz
diff --git a/python-typepad.spec b/python-typepad.spec
index 7b888f9..a532773 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:        3%{?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
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 9b375b7..4d0bf8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf9e5bb0b49c49ec5d41b288131583df  typepad-1.1.2.tar.gz
+18c8b558bb04a22c27bc4124df1ba4ee  typepad-2.0.tar.gz


More information about the scm-commits mailing list