[bti] Update bti to 028. Blocks on liboauth review

Michel Alexandre Salim salimma at fedoraproject.org
Wed Sep 8 15:17:52 UTC 2010


commit 1c0f103977c508b1ca19cdfed36ff8d37cd9dd36
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Wed Sep 8 16:21:27 2010 +0200

    Update bti to 028. Blocks on liboauth review

 .gitignore              |    1 +
 README.Fedora           |    9 +++++++++
 bti-026-readline5.patch |   20 --------------------
 bti-028-readline5.patch |   11 +++++++++++
 sources                 |    2 +-
 5 files changed, 22 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7724049..15ca4a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 bti-026.tar.bz2
+/bti-028.tar.bz2
diff --git a/README.Fedora b/README.Fedora
new file mode 100644
index 0000000..1909fe9
--- /dev/null
+++ b/README.Fedora
@@ -0,0 +1,9 @@
+Twitter now requires OAuth authentication. Generate your own consumer
+key and secret at http://twitter.com/apps/new -- and then put it in your
+~/.bti as
+
+consumer_key=...
+consumer_secret=...
+
+Then run bti and it will open a page in your web browser. Authorize bti,
+and then provide bti with the PIN code
diff --git a/bti-028-readline5.patch b/bti-028-readline5.patch
new file mode 100644
index 0000000..64bdcd3
--- /dev/null
+++ b/bti-028-readline5.patch
@@ -0,0 +1,11 @@
+--- bti-028/Makefile.in.readline5	2010-09-02 03:30:20.000000000 +0200
++++ bti-028/Makefile.in	2010-09-08 15:08:26.525670075 +0200
+@@ -152,7 +152,7 @@
+ LIBOBJS = @LIBOBJS@
+ LIBPCRE_CFLAGS = @LIBPCRE_CFLAGS@
+ LIBPCRE_LIBS = @LIBPCRE_LIBS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -ldl -lreadline
+ LTLIBOBJS = @LTLIBOBJS@
+ MAKEINFO = @MAKEINFO@
+ MKDIR_P = @MKDIR_P@
diff --git a/sources b/sources
index 15a6a90..a56ec1b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dc8fab965bb55587c70fbebd5b0ac862  bti-026.tar.bz2
+fddfa46c9ef823736ab58633398f532b  bti-028.tar.bz2


More information about the scm-commits mailing list