[tweepy/f16] RPM for tweepy 1.8

Ratnadeep Debnath rtnpro at fedoraproject.org
Wed Feb 8 09:35:54 UTC 2012


commit de8df9cda96aa4ea44fbd15502ca6995ae37d281
Author: rtnpro <rtnpro at gmail.com>
Date:   Wed Feb 8 15:05:34 2012 +0530

    RPM for tweepy 1.8

 .gitignore  |    1 +
 sources     |    2 +-
 tweepy.spec |    7 +++++--
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c8ef283..fa0234e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /tweepy-1.7.1.tar.gz
+/tweepy-1.8.tar.gz
diff --git a/sources b/sources
index c660ca7..1291557 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-57905b4e6fd8ec52a22be37ee6ffcc31  tweepy-1.7.1.tar.gz
+d356cfceac7c9911f3901f4ccd9f75d8  tweepy-1.8.tar.gz
diff --git a/tweepy.spec b/tweepy.spec
index 7d954ae..5b8103c 100644
--- a/tweepy.spec
+++ b/tweepy.spec
@@ -1,6 +1,6 @@
 Name:           tweepy
-Version:        1.7.1
-Release:        3%{?dist}
+Version:        1.8
+Release:        1%{?dist}
 Summary:        Twitter library for python
 Source0:        http://pypi.python.org/packages/source/t/%{name}/%{name}-%{version}.tar.gz
 Source1:        MIT_LICENSE
@@ -33,6 +33,9 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 %{python_sitelib}/%{name}-*.egg-info
 
 %changelog
+* Wed Feb 08 2012 rtnpro <rtnpro at gmail.com> 1.8-1
+- RPM for tweepy 1.8
+
 * Mon Feb 21 2011 rtnpro <rtnpro at gmail.com> 1.7.1-3
 - Added LICENSE, removed unnecessary macros
 


More information about the scm-commits mailing list