Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2d02b20e8708efc0a5265a50a157c53dbcd0804a

commit 2d02b20e8708efc0a5265a50a157c53dbcd0804a
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Wed Mar 17 19:12:42 2010 +0100

bitlbee-1.2.5-1-i686

- version bump

diff --git a/source/network-extra/bitlbee/482.patch 
b/source/network-extra/bitlbee/482.patch
deleted file mode 100644
index c9bc3bf..0000000
--- a/source/network-extra/bitlbee/482.patch
+++ /dev/null
@@ -1,104 +0,0 @@
-=== modified file 'account.c'
---- account.c  2008-09-01 10:21:01 +0000
-+++ account.c  2009-10-22 21:55:23 +0000
-@@ -26,6 +26,7 @@
- #define BITLBEE_CORE
- #include "bitlbee.h"
- #include "account.h"
-+#include "chat.h"
-
- account_t *account_add( irc_t *irc, struct prpl *prpl, char *user, char *pass 
)
- {
-
-=== modified file 'bitlbee.h'
---- bitlbee.h  2009-10-17 15:43:12 +0000
-+++ bitlbee.h  2009-10-22 21:55:23 +0000
-@@ -128,7 +128,6 @@
- #include "commands.h"
- #include "account.h"
- #include "nick.h"
--#include "chat.h"
- #include "conf.h"
- #include "log.h"
- #include "ini.h"
-
-=== modified file 'chat.c'
---- chat.c     2008-12-14 01:14:55 +0000
-+++ chat.c     2009-10-22 21:55:23 +0000
-@@ -24,6 +24,7 @@
- */
-
- #include "bitlbee.h"
-+#include "chat.h"
-
- struct chat *chat_add( irc_t *irc, account_t *acc, char *handle, char 
*channel )
- {
-
-=== modified file 'chat.h'
---- chat.h     2008-09-28 11:18:19 +0000
-+++ chat.h     2009-10-22 21:55:23 +0000
-@@ -23,6 +23,9 @@
-   Suite 330, Boston, MA  02111-1307  USA
- */
-
-+#ifndef _CHAT_H
-+#define _CHAT_H
-+
- struct chat
- {
-       account_t *acc;
-@@ -44,3 +47,5 @@
- int chat_chanok( char *a );
-
- int chat_join( irc_t *irc, struct chat *c, const char *password );
-+
-+#endif
-
-=== modified file 'irc_commands.c'
---- irc_commands.c     2009-10-04 19:00:53 +0000
-+++ irc_commands.c     2009-10-22 21:55:23 +0000
-@@ -26,6 +26,7 @@
- #define BITLBEE_CORE
- #include "bitlbee.h"
- #include "ipc.h"
-+#include "chat.h"
-
- static void irc_cmd_pass( irc_t *irc, char **cmd )
- {
-
-=== modified file 'protocols/nogaim.h'
---- protocols/nogaim.h 2009-10-10 13:39:51 +0000
-+++ protocols/nogaim.h 2009-10-22 21:55:23 +0000
-@@ -43,6 +43,7 @@
- #include "proxy.h"
- #include "query.h"
- #include "md5.h"
-+#include "chat.h"
-
- #define BUDDY_ALIAS_MAXLEN 388   /* because MSN names can be 387 characters */
-
-
-=== modified file 'root_commands.c'
---- root_commands.c    2009-06-24 21:48:44 +0000
-+++ root_commands.c    2009-10-22 21:55:23 +0000
-@@ -28,6 +28,7 @@
- #include "crypting.h"
- #include "bitlbee.h"
- #include "help.h"
-+#include "chat.h"
-
- #include <string.h>
-
-
-=== modified file 'storage_xml.c'
---- storage_xml.c      2008-09-07 14:34:50 +0000
-+++ storage_xml.c      2009-10-22 21:55:23 +0000
-@@ -28,6 +28,7 @@
- #include "base64.h"
- #include "arc.h"
- #include "md5.h"
-+#include "chat.h"
-
- #if GLIB_CHECK_VERSION(2,8,0)
- #include <glib/gstdio.h>
-
diff --git a/source/network-extra/bitlbee/483.patch 
b/source/network-extra/bitlbee/483.patch
deleted file mode 100644
index cb4b9f2..0000000
--- a/source/network-extra/bitlbee/483.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-=== modified file 'lib/misc.c'
---- lib/misc.c 2008-06-30 15:37:12 +0000
-+++ lib/misc.c 2009-10-23 10:43:15 +0000
-@@ -45,6 +45,7 @@
- #include <resolv.h>
- #endif
-
-+#include "md5.h"
- #include "ssl_client.h"
-
- void strip_linefeed(gchar *text)
-
-=== modified file 'protocols/jabber/jabber.h'
---- protocols/jabber/jabber.h  2008-09-28 11:18:19 +0000
-+++ protocols/jabber/jabber.h  2009-10-23 10:43:15 +0000
-@@ -26,8 +26,9 @@
-
- #include <glib.h>
-
-+#include "bitlbee.h"
-+#include "md5.h"
- #include "xmltree.h"
--#include "bitlbee.h"
-
- extern GSList *jabber_connections;
-
-
-=== modified file 'protocols/nogaim.c'
---- protocols/nogaim.c 2009-10-10 13:39:51 +0000
-+++ protocols/nogaim.c 2009-10-23 10:43:15 +0000
-@@ -32,8 +32,10 @@
- */
-
- #define BITLBEE_CORE
-+#include <ctype.h>
-+
- #include "nogaim.h"
--#include <ctype.h>
-+#include "chat.h"
-
- static int remove_chat_buddy_silent( struct groupchat *b, const char *handle 
);
-
-
-=== modified file 'protocols/nogaim.h'
---- protocols/nogaim.h 2009-10-22 21:55:23 +0000
-+++ protocols/nogaim.h 2009-10-23 10:43:15 +0000
-@@ -38,12 +38,12 @@
- #ifndef _NOGAIM_H
- #define _NOGAIM_H
-
-+#include <stdint.h>
-+
- #include "bitlbee.h"
- #include "account.h"
- #include "proxy.h"
- #include "query.h"
--#include "md5.h"
--#include "chat.h"
-
- #define BUDDY_ALIAS_MAXLEN 388   /* because MSN names can be 387 characters */
-
-
diff --git a/source/network-extra/bitlbee/FrugalBuild 
b/source/network-extra/bitlbee/FrugalBuild
index 3d3ca36..ae91b5e 100644
--- a/source/network-extra/bitlbee/FrugalBuild
+++ b/source/network-extra/bitlbee/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: voroskoi <voros...@frugalware.org>

pkgname=bitlbee
-pkgver=1.2.4
-pkgrel=3
+pkgver=1.2.5
+pkgrel=1
pkgdesc="An IRC to other chat networks gateway."
url="http://www.bitlbee.org/main.php/news.html";
# inetd: othervise it can't serve on port 6667
@@ -14,10 +14,8 @@ backup=(etc/biltbee/{bitlbee.conf,motd.txt})
groups=('network-extra')
archs=('i686' 'x86_64' 'ppc')
up2date="lynx -dump http://www.bitlbee.org/ |grep Stable |sed 's/.*: 
\(.*\)/\1/'"
-source=(http://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz 48{2,3}.patch)
-sha1sums=('fa1e8a1f278cf566be2af4849e9c70a830153dd7' \
-          'c0f1b97d86adb61dd0a65ad6aee0921771514032' \
-          '43fcaf41714a522845e9f6f24b9277c854b2980d')
+source=(http://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz)
+sha1sums=('62efb67767b1f7c4f04286563c204efc322d957c')
options=('scriptlet')

# TODO: rc.bitlbee
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to