[purple-facebookchat: 2/2] - updating to 1.69 - added zlib-devel dependency

Ismael Olea olea at fedoraproject.org
Wed Jan 5 00:43:49 UTC 2011


commit 7a3139e80bad81a5c637922f033489d119ee9a41
Author: Ismael Olea <ismael at olea.org>
Date:   Wed Jan 5 01:42:56 2011 +0100

    - updating to 1.69
    - added zlib-devel dependency

 .gitignore                   |    1 +
 purple-facebookchat-Makefile |   32 ++++++++++++++++++--------------
 purple-facebookchat.spec     |   17 ++++++++++++-----
 sources                      |    2 +-
 4 files changed, 32 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 287417d..520173c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 pidgin-facebookchat-source-1.67-1.tar.bz2
 clog
 .gitignore~
+/pidgin-facebookchat-source-1.69.tar.bz2
diff --git a/purple-facebookchat-Makefile b/purple-facebookchat-Makefile
index 60c86e8..aed3ec5 100644
--- a/purple-facebookchat-Makefile
+++ b/purple-facebookchat-Makefile
@@ -2,31 +2,35 @@ PREFIX=/usr
 LIBDIR=$(PREFIX)/lib
 ICONDIR=$(PREFIX)/share/pixmaps/pidgin/protocols
 SOURCES = \
-        fb_friendlist.h \
-        fb_friendlist.c \
-        fb_util.h \
-        fb_util.c \
+        libfacebook.c \
+        fb_blist.c \
+        fb_connection.c \
         fb_conversation.c \
-        fb_conversation.h \
+        fb_info.c \
+        fb_managefriends.c \
+        fb_messages.c \
+        fb_notifications.c \
+        fb_search.c \
+        fb_util.c \
+        fb_friendlist.c \
+        fb_json.c \
+        fb_chat.c \
         libfacebook.h \
-        libfacebook.c \
         fb_blist.h \
-        fb_blist.c \
         fb_connection.h \
-        fb_connection.c \
+        fb_conversation.h \
         fb_info.h \
-        fb_info.c \
         fb_managefriends.h \
-        fb_managefriends.c \
         fb_messages.h \
-        fb_messages.c \
         fb_notifications.h \
-        fb_notifications.c \
         fb_search.h \
-        fb_search.c
+        fb_util.h \
+        fb_friendlist.h \
+        fb_json.h \
+        fb_chat.h
 
 PURPLE_CFLAGS := $(shell pkg-config --cflags --libs purple)
-PURPLE_CFLAGS += -DPURPLE_PLUGINS -DENABLE_NLS -fPIC -DPIC -DNO_ZLIB -shared $(CFLAGS)
+PURPLE_CFLAGS += -DPURPLE_PLUGINS -DENABLE_NLS -fPIC -DPIC -DHAVE_ZLIB -shared $(CFLAGS)
 CC=gcc
 
 #Standard stuff here
diff --git a/purple-facebookchat.spec b/purple-facebookchat.spec
index 52bdba2..10765ad 100644
--- a/purple-facebookchat.spec
+++ b/purple-facebookchat.spec
@@ -1,30 +1,33 @@
 Name:           purple-facebookchat
-Version:        1.67
+Version:        1.69
 Release:        1%{?dist}
 Summary:        Libpurple plug-in supporting facebook IM
 Group:          Applications/Internet
 License:        GPLv3+
 URL:            http://code.google.com/p/pidgin-facebookchat/
-Source0:        http://pidgin-facebookchat.googlecode.com/files/pidgin-facebookchat-source-%{version}-1.tar.bz2
+Source0:        https://pidgin-facebookchat.googlecode.com/files/pidgin-facebookchat-source-%{version}.tar.bz2
 Source3:        %{name}-Makefile
 Provides:       pidgin-facebookchat = %{version}-%{release} 
 Obsoletes:      pidgin-facebookchat < 1.35-3
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libpurple-devel >= 2.5.8
 BuildRequires:  json-glib-devel
-#BuildRequires:  zlib-devel
+BuildRequires:  zlib-devel
 ExcludeArch:    s390x
 
 %description
-This is a Facebook chat plugin for Pidgin and libpurple
+This is a Facebook chat plug-in for Pidgin and libpurple
 messengers. It connects to the new Facebook Chat IM service
 without the need for an API key.
 
-Currently the plugin can log into the Facebook servers, grab the
+Currently the plug-in can log into the Facebook servers, grab the
 buddy list, send/receive messages, add/remove friends, receive
 notifications, search for Facebook friends and set your Facebook
 status.
 
+Unique features are better explained at:
+http://code.google.com/p/pidgin-facebookchat/wiki/XMPPDifferences
+
 %prep
 %setup -q -n pidgin-facebookchat
 # Upstream Makefile is totally horrible, use our own instead.
@@ -51,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pixmaps/pidgin/protocols/*/facebook.png
 
 %changelog
+* Tue Jan 4 2011 Ismael Olea <ismael at olea.org> 1.69-1
+- updating to 1.69
+- added zlib-devel dependency
+
 * Tue Jul 13 2010 Ismael Olea <ismael at olea.org> 1.67-1
 - updating to 1.67
 
diff --git a/sources b/sources
index bfc9c28..5fc70be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae9d1f59e5185bf27b3ed1c0fee3fdc3  pidgin-facebookchat-source-1.67-1.tar.bz2
+e6855197f9cb3fc6540039b6d42841f6  pidgin-facebookchat-source-1.69.tar.bz2


More information about the scm-commits mailing list