rpms/purple-galago/F-7 gaim-galago-purple.patch, NONE, 1.1 purple-galago.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Sat May 19 01:22:58 UTC 2007


Author: wtogami

Update of /cvs/extras/rpms/purple-galago/F-7
In directory cvs-int.fedora.redhat.com:/home/fedora/wtogami/purple-galago/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	gaim-galago-purple.patch purple-galago.spec 
Log Message:
initial import


gaim-galago-purple.patch:
 Makefile.in        |    1 
 aclocal.m4         |  104 ++-
 autom4te.cache     |only
 config.guess       |  158 +----
 config.h.in        |    5 
 config.h.in~       |only
 config.sub         |  139 +----
 configure          |  730 +++++++++++++++------------
 configure.ac       |    8 
 ltmain.sh          | 1397 +++++++++++++++++++++++++++++++++++------------------
 m4                 |only
 po/Makefile.in.in~ |only
 src/Makefile.am    |    2 
 src/Makefile.in    |    3 
 src/gaim-galago.c  |  278 +++++-----
 15 files changed, 1640 insertions(+), 1185 deletions(-)

--- NEW FILE gaim-galago-purple.patch ---
diff -ur gaim-galago-0.5.1.gaim/aclocal.m4 gaim-galago-0.5.1.purple/aclocal.m4
--- gaim-galago-0.5.1.gaim/aclocal.m4	2006-10-07 17:11:07.000000000 +0100
+++ gaim-galago-0.5.1.purple/aclocal.m4	2007-05-19 01:34:24.000000000 +0100
@@ -933,6 +933,31 @@
   fi
 ])
 
+# isc-posix.m4 serial 2 (gettext-0.11.2)
+dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+# This file is not needed with autoconf-2.53 and newer.  Remove it in 2005.
+
+# This test replaces the one in autoconf.
+# Currently this macro should have the same name as the autoconf macro
+# because gettext's gettext.m4 (distributed in the automake package)
+# still uses it.  Otherwise, the use in gettext.m4 makes autoheader
+# give these diagnostics:
+#   configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
+#   configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
+
+undefine([AC_ISC_POSIX])
+
+AC_DEFUN([AC_ISC_POSIX],
+  [
+    dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
+    AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
+  ]
+)
+
 # lcmessage.m4 serial 4 (gettext-0.14.2)
 dnl Copyright (C) 1995-2002, 2004-2005 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
@@ -1785,7 +1810,7 @@
 
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
 
-# serial 48 Debian 1.5.22-2 AC_PROG_LIBTOOL
+# serial 48 AC_PROG_LIBTOOL
 
 
 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
@@ -3350,10 +3375,27 @@
   # before this can be enabled.
   hardcode_into_libs=yes
 
+  # find out which ABI we are using
+  libsuff=
+  case "$host_cpu" in
+  x86_64*|s390x*|powerpc64*)
+    echo '[#]line __oline__ "configure"' > conftest.$ac_ext
+    if AC_TRY_EVAL(ac_compile); then
+      case `/usr/bin/file conftest.$ac_objext` in
+      *64-bit*)
+        libsuff=64
+        sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
+        ;;
+      esac
+    fi
+    rm -rf conftest*
+    ;;
+  esac
+
   # Append ld.so.conf contents to the search path
   if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
+    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
   fi
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -3365,18 +3407,6 @@
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
-netbsdelf*-gnu)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='NetBSD ld.elf_so'
-  ;;
-
 knetbsd*-gnu)
   version_type=linux
   need_lib_prefix=no
@@ -4152,7 +4182,7 @@
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+netbsd*)
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else
@@ -5161,7 +5191,7 @@
 	;;
     esac
     ;;
-  netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+  netbsd*)
     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
       wlarc=
@@ -6072,6 +6102,9 @@
 # Is the compiler the GNU C compiler?
 with_gcc=$_LT_AC_TAGVAR(GCC, $1)
 
+gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\`
+gcc_ver=\`gcc -dumpversion\`
+
 # An ERE matcher.
 EGREP=$lt_EGREP
 
@@ -6205,11 +6238,11 @@
 
 # Dependencies to place before the objects being linked to create a
 # shared library.
-predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
+predep_objects=\`echo $lt_[]_LT_AC_TAGVAR(predep_objects, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
 
 # Dependencies to place after the objects being linked to create a
 # shared library.
-postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
+postdep_objects=\`echo $lt_[]_LT_AC_TAGVAR(postdep_objects, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
 
 # Dependencies to place before the objects being linked to create a
 # shared library.
@@ -6221,7 +6254,7 @@
 
 # The library search path used internally by the compiler when linking
 # a shared library.
-compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
+compiler_lib_search_path=\`echo $lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
 
 # Method to check whether dependent libraries are shared objects.
 deplibs_check_method=$lt_deplibs_check_method
@@ -6301,7 +6334,7 @@
 link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
 
 # Compile-time system search path for libraries
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
+sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
 
 # Run-time system search path for libraries
 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
@@ -6785,7 +6818,7 @@
 	    ;;
 	esac
 	;;
-      netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+      netbsd*)
 	;;
       osf3* | osf4* | osf5*)
 	case $cc_basename in
@@ -7137,12 +7170,6 @@
   cygwin* | mingw*)
     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
   ;;
-  kfreebsd*-gnu)
-    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
-  ;;
-  linux*)
-    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
-  ;;
   *)
     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
   ;;
@@ -7339,13 +7366,12 @@
   $echo "local: *; };" >> $output_objdir/$libname.ver~
 	  $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 	fi
-	_LT_AC_TAGVAR(link_all_deplibs, $1)=no
       else
 	_LT_AC_TAGVAR(ld_shlibs, $1)=no
       fi
       ;;
 
-    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
+    netbsd*)
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 	wlarc=
@@ -7675,20 +7701,11 @@
       ;;
 
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
-    freebsd* | dragonfly*)
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
[...5796 lines suppressed...]
 	}
 
 	if (msg != NULL)
-		new_msg = gaim_utf8_try_convert(msg);
+		new_msg = purple_utf8_try_convert(msg);
 
 	if (domain != NULL)
-		new_domain = gaim_utf8_try_convert(domain);
+		new_domain = purple_utf8_try_convert(domain);
 
 	if (new_msg != NULL)
 	{
-		gaim_debug(level, (new_domain != NULL ? new_domain : "g_log"),
+		purple_debug(level, (new_domain != NULL ? new_domain : "g_log"),
 				   "%s\n", new_msg);
 
 		g_free(new_msg);
@@ -563,7 +562,7 @@
 }
 
 static gboolean
-plugin_load(GaimPlugin *plugin)
+plugin_load(PurplePlugin *plugin)
 {
 	void *blist_handle = NULL;
 
@@ -572,12 +571,12 @@
 					  G_LOG_FLAG_RECURSION,
 					  log_handler, NULL);
 
-	if (!galago_init("gaim", GALAGO_INIT_FEED))
+	if (!galago_init("libpurple", GALAGO_INIT_FEED))
 		return FALSE;
 
 	if (!galago_is_connected())
 	{
-		gaim_debug(GAIM_DEBUG_ERROR, "gaim-galago",
+		purple_debug(PURPLE_DEBUG_ERROR, "galago",
 				   "Unable to connect to Galago service\n");
 
 		return FALSE;
@@ -585,7 +584,7 @@
 
 	if (!galago_is_registered())
 	{
-		gaim_debug(GAIM_DEBUG_ERROR, "gaim-galago",
+		purple_debug(PURPLE_DEBUG_ERROR, "galago",
 				   "Unable to register with the Galago service\n");
 
 		return FALSE;
@@ -594,38 +593,38 @@
 	person_table = g_hash_table_new(NULL, NULL);
 
 	/* Connect the signals */
-	blist_handle = gaim_blist_get_handle();
+	blist_handle = purple_blist_get_handle();
 
-	gaim_signal_connect(blist_handle, "buddy-signed-on",
-						plugin, GAIM_CALLBACK(buddy_status_changed_cb), NULL);
-	gaim_signal_connect(blist_handle, "buddy-signed-off",
-						plugin, GAIM_CALLBACK(buddy_status_changed_cb), NULL);
-
-#if !GAIM_VERSION_CHECK(2,0,0)
-	gaim_signal_connect(blist_handle, "buddy-away",
-						plugin, GAIM_CALLBACK(buddy_status_changed_cb), NULL);
-	gaim_signal_connect(blist_handle, "buddy-back",
-						plugin, GAIM_CALLBACK(buddy_status_changed_cb), NULL);
-	gaim_signal_connect(blist_handle, "buddy-idle",
-						plugin, GAIM_CALLBACK(buddy_idle_changed_cb), NULL);
-	gaim_signal_connect(blist_handle, "buddy-unidle",
-						plugin, GAIM_CALLBACK(buddy_idle_changed_cb), NULL);
-	gaim_signal_connect(blist_handle, "buddy-idle-updated",
-						plugin, GAIM_CALLBACK(buddy_idle_changed_cb), NULL);
+	purple_signal_connect(blist_handle, "buddy-signed-on",
+						plugin, PURPLE_CALLBACK(buddy_status_changed_cb), NULL);
+	purple_signal_connect(blist_handle, "buddy-signed-off",
+						plugin, PURPLE_CALLBACK(buddy_status_changed_cb), NULL);
+
+#if !PURPLE_VERSION_CHECK(2,0,0)
+	purple_signal_connect(blist_handle, "buddy-away",
+						plugin, PURPLE_CALLBACK(buddy_status_changed_cb), NULL);
+	purple_signal_connect(blist_handle, "buddy-back",
+						plugin, PURPLE_CALLBACK(buddy_status_changed_cb), NULL);
+	purple_signal_connect(blist_handle, "buddy-idle",
+						plugin, PURPLE_CALLBACK(buddy_idle_changed_cb), NULL);
+	purple_signal_connect(blist_handle, "buddy-unidle",
+						plugin, PURPLE_CALLBACK(buddy_idle_changed_cb), NULL);
+	purple_signal_connect(blist_handle, "buddy-idle-updated",
+						plugin, PURPLE_CALLBACK(buddy_idle_changed_cb), NULL);
 
 #else /* gaim 2.0.0 and above... */
-	gaim_signal_connect(blist_handle, "buddy-status-changed",
-						plugin, GAIM_CALLBACK(buddy_status_changed_cb), NULL);
-	gaim_signal_connect(blist_handle, "buddy-idle-changed",
-						plugin, GAIM_CALLBACK(buddy_idle_changed_cb), NULL);
-	gaim_signal_connect(gaim_buddy_icons_get_handle(), "buddy-icon-changed",
-						plugin, GAIM_CALLBACK(buddy_icon_changed_cb), NULL);
+	purple_signal_connect(blist_handle, "buddy-status-changed",
+						plugin, PURPLE_CALLBACK(buddy_status_changed_cb), NULL);
+	purple_signal_connect(blist_handle, "buddy-idle-changed",
+						plugin, PURPLE_CALLBACK(buddy_idle_changed_cb), NULL);
+	purple_signal_connect(blist_handle, "buddy-icon-changed",
+						plugin, PURPLE_CALLBACK(buddy_icon_changed_cb), NULL);
 #endif
 
-	gaim_signal_connect(gaim_connections_get_handle(), "signed-on",
-						plugin, GAIM_CALLBACK(signed_on_cb), NULL);
-	gaim_signal_connect(gaim_connections_get_handle(), "signed-off",
-						plugin, GAIM_CALLBACK(signed_off_cb), NULL);
+	purple_signal_connect(purple_connections_get_handle(), "signed-on",
+						plugin, PURPLE_CALLBACK(signed_on_cb), NULL);
+	purple_signal_connect(purple_connections_get_handle(), "signed-off",
+						plugin, PURPLE_CALLBACK(signed_off_cb), NULL);
 
 	setup_accounts();
 	scan_presences();
@@ -634,34 +633,33 @@
 }
 
 static gboolean
-plugin_unload(GaimPlugin *plugin)
+plugin_unload(PurplePlugin *plugin)
 {
 	galago_uninit();
 
 	g_hash_table_destroy(person_table);
-	person_table = NULL;
 
 	return TRUE;
 }
 
-static GaimPluginInfo info =
+static PurplePluginInfo info =
 {
-	GAIM_PLUGIN_MAGIC,
-	GAIM_MAJOR_VERSION,
-	GAIM_MINOR_VERSION,
-	GAIM_PLUGIN_STANDARD,                             /**< type           */
+	PURPLE_PLUGIN_MAGIC,
+	PURPLE_MAJOR_VERSION,
+	PURPLE_MINOR_VERSION,
+	PURPLE_PLUGIN_STANDARD,                             /**< type           */
 	NULL,                                             /**< ui_requirement */
 	0,                                                /**< flags          */
 	NULL,                                             /**< dependencies   */
-	GAIM_PRIORITY_DEFAULT,                            /**< priority       */
+	PURPLE_PRIORITY_DEFAULT,                            /**< priority       */
 
 	"core-chipx86-galago",                            /**< id             */
 	"Galago",                                         /**< name           */
 	VERSION,                                          /**< version        */
 	                                                  /**  summary        */
-	N_("Turns gaim into a feed for Galago."),
+	N_("Turns libpurple into a feed for Galago."),
 	                                                  /**  description    */
-	N_("Turns gaim into a feed for Galago."),
+	N_("Turns libpurple into a feed for Galago."),
 	"Christian Hammmond <chipx86 at gnupdate.org>",      /**< author         */
 	"http://galago.sourceforge.net/",                 /**< homepage       */
 
@@ -674,8 +672,8 @@
 };
 
 static void
-init_plugin(GaimPlugin *plugin)
+init_plugin(PurplePlugin *plugin)
 {
 }
 
-GAIM_INIT_PLUGIN(galago, init_plugin, info)
+PURPLE_INIT_PLUGIN(galago, init_plugin, info)
diff -ur gaim-galago-0.5.1.gaim/src/Makefile.am gaim-galago-0.5.1.purple/src/Makefile.am
--- gaim-galago-0.5.1.gaim/src/Makefile.am	2005-11-10 10:28:40.000000000 +0000
+++ gaim-galago-0.5.1.purple/src/Makefile.am	2007-05-18 20:08:08.000000000 +0100
@@ -1,4 +1,4 @@
-plugindir = $(libdir)/gaim
+plugindir = $(libdir)/purple-2
 
 plugin_LTLIBRARIES = gaim-galago.la
 
diff -ur gaim-galago-0.5.1.gaim/src/Makefile.in gaim-galago-0.5.1.purple/src/Makefile.in
--- gaim-galago-0.5.1.gaim/src/Makefile.in	2006-10-07 17:11:11.000000000 +0100
+++ gaim-galago-0.5.1.purple/src/Makefile.in	2007-05-19 01:34:29.000000000 +0100
@@ -153,6 +153,7 @@
 PKG_CONFIG = @PKG_CONFIG@
 POSUB = @POSUB@
 RANLIB = @RANLIB@
+SED = @SED@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
@@ -204,7 +205,7 @@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-plugindir = $(libdir)/gaim
+plugindir = $(libdir)/purple-2
 plugin_LTLIBRARIES = gaim-galago.la
 gaim_galago_la_SOURCES = gaim-galago.c
 gaim_galago_la_LIBADD = $(PACKAGE_LIBS)


--- NEW FILE purple-galago.spec ---
Name:           purple-galago
Version:        0.5.1
Release:        3%{?dist}
Summary:        Galago feed plugin for libpurple IM clients

Group:		System Environment/Libraries
License:	GPL
URL:		http://www.galago-project.org/news/index.php       
Source0:	http://www.galago-project.org/files/releases/source/gaim/gaim-galago-%{version}.tar.bz2
Patch0:		gaim-galago-purple.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libpurple-devel
BuildRequires:	libgalago-devel >= 0.5.2
BuildRequires:  autoconf, automake, libtool, gettext-devel

Requires:	libpurple
Requires:	galago-daemon

Provides:       gaim-galago = %{version}-%{release}
Obsoletes:      gaim-galago < 0.5.1-2

%description
A plugin for the libpurple based instant messenger clients (Pidgin,
Finch, etc.) that allows it to act as a presence feed for Galago.


%prep
%setup -q -n gaim-galago-%{version}
%patch0 -p1 -b .purple


%build
%configure --enable-static=no
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING ChangeLog NEWS README
%{_libdir}/purple-2/*.so


%changelog
* Fri May 18 2007 Stu Tomlinson <stu at nosnilmot.com> - 0.5.1-3
- Fix build by using patched generated files from autotools instead of
  trying to run autoreconf

* Fri May 18 2007 Stu Tomlinson <stu at nosnilmot.com> - 0.5.1-2
- Update to work with libpurple

* Sat Oct  7 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.5.1-1
- Update to 0.5.1.
- Add version required for libgalago.

* Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 0.5.0-3
 - rebuilt for unwind info generation, broken in gcc-4.1.1-21

* Sat Sep 23 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.5.0-2
- Correct URL.

* Sat Apr 22 2006 Brian Pepple <bdpepple at ameritech.net> - 0.5.0-1
- Initial Fedora Extras spec.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/purple-galago/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 May 2007 01:12:49 -0000	1.1
+++ .cvsignore	19 May 2007 01:21:17 -0000	1.2
@@ -0,0 +1 @@
+gaim-galago-0.5.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/purple-galago/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 May 2007 01:12:49 -0000	1.1
+++ sources	19 May 2007 01:21:17 -0000	1.2
@@ -0,0 +1 @@
+00f58de5aa7850cceac766757add921a  gaim-galago-0.5.1.tar.bz2




More information about the fedora-extras-commits mailing list