[identicurse] updated for 0.8.2

smilner smilner at fedoraproject.org
Sun Sep 25 18:39:24 UTC 2011


commit f5e5c7fe6614eb1261dbee1d4e020afec3f5db70
Author: Steve Milner <stevem at gnulinux.net>
Date:   Sun Sep 25 14:38:58 2011 -0400

    updated for 0.8.2

 .gitignore       |    1 +
 identicurse.spec |   16 +++++++++++++---
 sources          |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 41dc356..b428de1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /identicurse-0.7.1.tar.gz
 /identicurse-0.7.2.tar.gz
 /identicurse-0.7.3.tar.gz
+/identicurse-0.8.2.tar.gz
diff --git a/identicurse.spec b/identicurse.spec
index cdb2bc3..67b7167 100644
--- a/identicurse.spec
+++ b/identicurse.spec
@@ -1,7 +1,7 @@
-%define short_version 0.7
+%define short_version 0.8
 
 Name:           identicurse
-Version:        0.7.3
+Version:        0.8.2
 Release:        1%{?dist}
 Summary:        Curses based Status.net client
 
@@ -12,7 +12,7 @@ Source0:        http://identicurse.net/release/%{short_version}/%{name}-%{versio
 
 BuildArch:      noarch
 BuildRequires:  python2-devel, python-setuptools, help2man
-Requires:       python-setuptools
+Requires:       python-setuptools, python-oauth
 
 %description
 A simple but powerful Identi.ca client with a curses-based UI.
@@ -21,8 +21,13 @@ A simple but powerful Identi.ca client with a curses-based UI.
 %prep
 %setup -q -n %{name}-%{short_version}
 
+
 %build
 %{__python} setup.py build
+# We should use the pre-packaged version...
+rm -rf build/lib/oauth/
+# Statusnet is not it's own module (yet)
+mv build/lib/statusnet/ build/lib/identicurse/
 
 
 %install
@@ -45,6 +50,11 @@ pushd $RPM_BUILD_ROOT/%{python_sitelib}/%{name} && help2man -n %{name} --no-info
 
 
 %changelog
+* Sun Sep 25 2011 Steve Milner <me at stevemilner.org> - 0.8.2-1
+- Update for new minor release. Please see CHANGELOG.
+- Removed oauth bundle and added it as a package requirement.
+- Moved statusnet module under identicurse.
+
 * Thu May 14 2011 Steve Milner <me at stevemilner.org> - 0.7.3-1
 - Update for new minor release. Please see CHANGELOG.
 - added manpage
diff --git a/sources b/sources
index 1c2f3ae..a640a3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c19e5f76d1feb2a5d12bb803118b438d  identicurse-0.7.3.tar.gz
+7eb724a3f0e96388610aa7db93337b50  identicurse-0.8.2.tar.gz


More information about the scm-commits mailing list