Browse Source

gnet: Updated (2.0.7 -> 2.0.8)

stable/0.2
Christian Wiese 14 years ago
parent
commit
344683d4f6
  1. 4
      gnome2/gnet/gnet.desc
  2. 76
      gnome2/gnet/gnet2-2.0.8-build.patch

4
gnome2/gnet/gnet.desc

@ -33,9 +33,9 @@
[L] LGPL
[S] Stable
[V] 2.0.7
[V] 2.0.8
[P] X -----5---9 158.400
[O] . $base/package/*/*/gnome2-conf.in
[D] 3229440432 gnet-2.0.7.tar.gz http://ftp.gnome.org/pub/gnome/sources/gnet/2.0/
[D] 781182333 gnet-2.0.8.tar.gz http://ftp.gnome.org/pub/gnome/sources/gnet/2.0/

76
gnome2/gnet/gnet2-2.0.8-build.patch

@ -0,0 +1,76 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../gnet/gnet2-2.0.8-build.patch
# Copyright (C) 2011 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
Origin: Fedora Project
http://pkgs.fedoraproject.org/gitweb/?p=gnet2.git;a=blob;f=gnet2-2.0.8-build.patch;h=8458e4497a47ec4ffd66826181d1230215a862c7;hb=HEAD
diff -up gnet-2.0.8/examples/Makefile.in.build gnet-2.0.8/examples/Makefile.in
--- gnet-2.0.8/examples/Makefile.in.build 2008-02-03 13:07:21.000000000 +0100
+++ gnet-2.0.8/examples/Makefile.in 2010-02-16 19:42:24.000000000 +0100
@@ -254,7 +254,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ $(GLIB_LIBS)
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
diff -up gnet-2.0.8/examples/xmlrpc/Makefile.in.build gnet-2.0.8/examples/xmlrpc/Makefile.in
--- gnet-2.0.8/examples/xmlrpc/Makefile.in.build 2008-02-03 13:07:21.000000000 +0100
+++ gnet-2.0.8/examples/xmlrpc/Makefile.in 2010-02-16 19:42:24.000000000 +0100
@@ -176,7 +176,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ $(GLIB_LIBS)
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
diff -up gnet-2.0.8/tests/check/gnetcheck.h.build gnet-2.0.8/tests/check/gnetcheck.h
--- gnet-2.0.8/tests/check/gnetcheck.h.build 2008-02-03 13:04:41.000000000 +0100
+++ gnet-2.0.8/tests/check/gnetcheck.h 2010-02-16 19:42:24.000000000 +0100
@@ -310,6 +310,8 @@ int main (int argc, char **argv) \
gboolean _gnet_check_run_test_func (const gchar * func_name);
+#define _tcase_add_test __gnet_tcase_add_test
+
static inline void
__gnet_tcase_add_test (TCase * tc, TFun tf, const gchar * func_name,
int sig, int start, int end)
@@ -319,7 +321,6 @@ __gnet_tcase_add_test (TCase * tc, TFun
}
}
-#define _tcase_add_test __gnet_tcase_add_test
G_END_DECLS
diff -up gnet-2.0.8/tests/check/Makefile.in.build gnet-2.0.8/tests/check/Makefile.in
--- gnet-2.0.8/tests/check/Makefile.in.build 2008-02-03 13:07:21.000000000 +0100
+++ gnet-2.0.8/tests/check/Makefile.in 2010-02-16 19:44:33.000000000 +0100
@@ -272,7 +272,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ $(GLIB_LIBS)
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
Loading…
Cancel
Save