[willie] New upstream release

Elad Alfassa elad at fedoraproject.org
Fri Jan 25 15:15:14 UTC 2013


commit 15f00d701164e602a9b1a3489dfd5299dbec5660
Author: Elad Alfassa <elad at fedoraproject.org>
Date:   Fri Jan 25 17:14:49 2013 +0200

    New upstream release

 .gitignore  |    1 +
 sources     |    2 +-
 willie.spec |   12 +++++++-----
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 38f7bb8..e05c69c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /willie-3.1.2.tar.gz
+/willie-3.1.3.tar.gz
diff --git a/sources b/sources
index 708d8df..ed39d5d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-20c6ce3e55eac27dbb69aa4cd635cfff  willie-3.1.2.tar.gz
+b42e971242f364befdd4487898e53a04  willie-3.1.3.tar.gz
diff --git a/willie.spec b/willie.spec
index 52b7f5c..6d41206 100644
--- a/willie.spec
+++ b/willie.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           willie
-Version:        3.1.2
-Release:        2%{?dist}
+Version:        3.1.3
+Release:        1%{?dist}
 Summary:        Simple, lightweight and easy-to-use IRC Utility bot
 
 License:        EFL 2.0
@@ -18,6 +18,7 @@ Requires:       pytz
 Requires:       python-lxml
 Requires:       python-feedparser
 Requires:       python-enchant
+Requires:       tweepy
 Requires:       MySQL-python
 Requires:       pyOpenSSL
 Requires:       python-praw
@@ -31,8 +32,6 @@ It is designed to be easy to use, run and extend.
 
 %build
 %{__python} setup.py build
-#Remove twitter: deps not in fedora
-rm build/lib/willie/modules/twit.py
 dos2unix CREDITS
 cd docs/
 make singlehtml
@@ -47,10 +46,13 @@ rm build/api-docs/.buildinfo
 %files
 %doc README.md COPYING CREDITS docs/build/api-docs
 %{python_sitelib}/*
-%{_bindir}/willie.py
+%{_bindir}/willie
 
 
 %changelog
+* Fri Jan 25 2013 Elad Alfassa <elad at fedoraproject.org> - 3.1.3-1
+- New upstream release
+
 * Tue Nov 20 2012 Elad Alfassa <elad at fedoraproject.org> - 3.1.2-2
 - Use python2-devel instead of python-devel
 


More information about the scm-commits mailing list