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-026-readline5.patch b/bti-026-readline5.patch deleted file mode 100644 index c06a875..0000000 --- a/bti-026-readline5.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- bti-026/Makefile.in.readline5 2010-05-19 21:10:24.000000000 +0200 -+++ bti-026/Makefile.in 2010-05-20 21:21:21.821092123 +0200 -@@ -76,7 +76,7 @@ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' - SCRIPTS = $(bin_SCRIPTS) --DEFAULT_INCLUDES = -I.@am__isrc@ -+DEFAULT_INCLUDES = -I.@am__isrc@ -I/usr/include/readline5 - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles - am__mv = mv -f -@@ -141,7 +141,7 @@ - LIBCURL = @LIBCURL@ - LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ - LIBOBJS = @LIBOBJS@ --LIBS = @LIBS@ -+LIBS = @LIBS@ -ldl -lreadline - LTLIBOBJS = @LTLIBOBJS@ - MAKEINFO = @MAKEINFO@ - MKDIR_P = @MKDIR_P@ 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