libglib2: bump version to 2.26.0

This is a mechanical bump, no other changes involved.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2010-09-16 18:06:38 +02:00
parent 35b4322ee8
commit b1bbd03d8a
4 changed files with 27 additions and 17 deletions

View File

@ -1,6 +1,6 @@
Rework clock_gettime() test Rework clock_gettime() test
The test for clock_gettime() in configure.in doesn't work properly The test for clock_gettime() in configure.ac doesn't work properly
when a previous package has loaded the shared configuration cache with when a previous package has loaded the shared configuration cache with
informations about the availability of clock_gettime. A package such informations about the availability of clock_gettime. A package such
as ctorrent does so, which means that compiling ctorrent *then* as ctorrent does so, which means that compiling ctorrent *then*
@ -25,11 +25,15 @@ appropriate variables.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Index: glib-2.24.1/configure.in ---
configure.ac | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Index: glib-2.26.0/configure.ac
=================================================================== ===================================================================
--- glib-2.24.1.orig/configure.in 2010-08-11 19:29:20.530916023 +0200 --- glib-2.26.0.orig/configure.ac
+++ glib-2.24.1/configure.in 2010-08-11 19:46:41.308866269 +0200 +++ glib-2.26.0/configure.ac
@@ -2392,13 +2392,14 @@ @@ -2379,13 +2379,14 @@
LIBS="$glib_save_LIBS" LIBS="$glib_save_LIBS"
fi fi

View File

@ -1,8 +1,14 @@
--- glib-2.6.5/gobject/glib-mkenums.in.orig 2006-06-15 21:28:23.436946024 -0600 ---
+++ glib-2.6.5/gobject/glib-mkenums.in 2006-06-15 21:28:35.417124760 -0600 gobject/glib-mkenums.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: glib-2.26.0/gobject/glib-mkenums.in
===================================================================
--- glib-2.26.0.orig/gobject/glib-mkenums.in
+++ glib-2.26.0/gobject/glib-mkenums.in
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
-#!@PERL_PATH@ -w -#!@PERL_PATH@ -w
+#!@PERL_PATH@ +#!@PERL_PATH@
# glib-mkenums.pl use File::Basename;
# Information about the current enumeration use Safe;

View File

@ -5,10 +5,10 @@ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
gio/ginetaddress.c | 9 +++++++++ gio/ginetaddress.c | 9 +++++++++
1 file changed, 9 insertions(+) 1 file changed, 9 insertions(+)
Index: glib-2.22.4/gio/ginetaddress.c Index: glib-2.26.0/gio/ginetaddress.c
=================================================================== ===================================================================
--- glib-2.22.4.orig/gio/ginetaddress.c --- glib-2.26.0.orig/gio/ginetaddress.c
+++ glib-2.22.4/gio/ginetaddress.c +++ glib-2.26.0/gio/ginetaddress.c
@@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
* Samuel Cormier-Iijima <sciyoshi@gmail.com> * Samuel Cormier-Iijima <sciyoshi@gmail.com>
*/ */
@ -17,7 +17,7 @@ Index: glib-2.22.4/gio/ginetaddress.c
#include <config.h> #include <config.h>
#include <string.h> #include <string.h>
@@ -435,7 +436,11 @@ g_inet_address_new_from_string (const gc @@ -434,7 +435,11 @@
return NULL; return NULL;
} }
@ -29,7 +29,7 @@ Index: glib-2.22.4/gio/ginetaddress.c
/** /**
* g_inet_address_new_from_bytes: * g_inet_address_new_from_bytes:
@@ -484,8 +489,10 @@ g_inet_address_new_loopback (GSocketFami @@ -483,8 +488,10 @@
return g_inet_address_new_from_bytes (addr, family); return g_inet_address_new_from_bytes (addr, family);
} }
@ -40,7 +40,7 @@ Index: glib-2.22.4/gio/ginetaddress.c
} }
/** /**
@@ -511,8 +518,10 @@ g_inet_address_new_any (GSocketFamily fa @@ -510,8 +517,10 @@
return g_inet_address_new_from_bytes (addr, family); return g_inet_address_new_from_bytes (addr, family);
} }

View File

@ -3,8 +3,8 @@
# libglib2 # libglib2
# #
############################################################# #############################################################
LIBGLIB2_VERSION_MAJOR = 2.24 LIBGLIB2_VERSION_MAJOR = 2.26
LIBGLIB2_VERSION_MINOR = 1 LIBGLIB2_VERSION_MINOR = 0
LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).$(LIBGLIB2_VERSION_MINOR) LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).$(LIBGLIB2_VERSION_MINOR)
LIBGLIB2_SOURCE = glib-$(LIBGLIB2_VERSION).tar.bz2 LIBGLIB2_SOURCE = glib-$(LIBGLIB2_VERSION).tar.bz2
LIBGLIB2_SITE = http://ftp.gnome.org/pub/gnome/sources/glib/$(LIBGLIB2_VERSION_MAJOR) LIBGLIB2_SITE = http://ftp.gnome.org/pub/gnome/sources/glib/$(LIBGLIB2_VERSION_MAJOR)