changeset 17940:1f08b7a0fc12

Update for 0.11, and fix build process on Unix. Closes #2086.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Tue, 10 Jul 2007 06:08:05 +0000
parents 65cf1785e5bf
children dcbb535e8d55
files libpurple/protocols/myspace/CHANGES libpurple/protocols/myspace/release.sh
diffstat 2 files changed, 10 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/myspace/CHANGES	Tue Jul 10 06:07:34 2007 +0000
+++ b/libpurple/protocols/myspace/CHANGES	Tue Jul 10 06:08:05 2007 +0000
@@ -1,11 +1,13 @@
-2007-07-xx Jeff Connelly <jeff2@soc.pidgin.im> - 0.11
-* Allow going idle (tested with I'dle Ma'ker) and viewing idle status of buddies
- (thanks to Scott Ellis, developing a MySpaceIM plugin for Miranda IM,
+2007-07-09 Jeff Connelly <jeff2@soc.pidgin.im> - 0.11
+* Allow going idle (tested with I'dle Ma'ker) and viewing idle status of 
+  buddies (thanks to Scott Ellis, developing a MySpaceIM plugin for Miranda IM,
   for finding the idle status code.)
-* Time out if no data from server within a certain amount of time (keep alives).
+* Time out if no data from server within a certain amount of time 
+  (keep alives).
 * Remove "Sign on as hidden" option, and always set status to current status
   when signing on.
 * Some support for sending formatted text.
+* Fix build process on Unix, bug #2086.
 
 2007-07-03 Jeff Connelly <jeff2@soc.pidgin.im> - 0.10
 * On incoming instant messages, add support for:
--- a/libpurple/protocols/myspace/release.sh	Tue Jul 10 06:07:34 2007 +0000
+++ b/libpurple/protocols/myspace/release.sh	Tue Jul 10 06:08:05 2007 +0000
@@ -4,15 +4,15 @@
 
 # Package a new msimprpl for release. Must be run with bash.
 
-VERSION=0.10
+VERSION=0.11
 make
-cd ..
 # Include 'myspace' directory in archive, so it can easily be unextracted
 # into ~/pidgin/libpurple/protocols at the correct location.
 # (if this command fails, run it manually).
 # This convenient command requires bash.
-tar -cf msimprpl-$VERSION.tar myspace/{CHANGES,ChangeLog,LICENSE,Makefile*,*.c,*.h,README,release.sh,.deps/*}
-cd myspace
+cd ../../..
+tar -cf libpurple/protocols/msimprpl-$VERSION.tar libpurple/protocols/myspace/{CHANGES,ChangeLog,LICENSE,Makefile.*,*.c,*.h,README,release.sh,.deps/*} autogen.sh configure.ac
+cd libpurple/protocols/myspace
 gzip ../msimprpl-$VERSION.tar
 
 mv ~/pidgin/config.h ~/pidgin/config.h-