r22853 - in /desktop/experimental/glib2.0/debian: changelog libglib2.0-0.symbols rules
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Tue Jan 26 07:59:02 UTC 2010
Author: slomo
Date: Tue Jan 26 07:59:02 2010
New Revision: 22853
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22853
Log:
* New upstream development release:
+ debian/rules,
debian/libglib2.0-0.symbols:
- Updated for the new API.
Modified:
desktop/experimental/glib2.0/debian/changelog
desktop/experimental/glib2.0/debian/libglib2.0-0.symbols
desktop/experimental/glib2.0/debian/rules
Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=22853&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Tue Jan 26 07:59:02 2010
@@ -1,6 +1,9 @@
glib2.0 (2.23.2-1) experimental; urgency=low
- * New upstream development release.
+ * New upstream development release:
+ + debian/rules,
+ debian/libglib2.0-0.symbols:
+ - Updated for the new API.
-- Sebastian Dröge <slomo at debian.org> Tue, 26 Jan 2010 08:14:26 +0100
Modified: desktop/experimental/glib2.0/debian/libglib2.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/libglib2.0-0.symbols?rev=22853&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/libglib2.0-0.symbols [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/libglib2.0-0.symbols [utf-8] Tue Jan 26 07:59:02 2010
@@ -495,6 +495,7 @@
g_io_module_get_type at Base 2.16.0
g_io_module_new at Base 2.16.0
g_io_modules_load_all_in_directory at Base 2.16.0
+ g_io_modules_scan_all_in_directory at Base 2.23.2
g_io_scheduler_cancel_all_jobs at Base 2.16.0
g_io_scheduler_job_send_to_mainloop at Base 2.16.0
g_io_scheduler_job_send_to_mainloop_async at Base 2.16.0
@@ -2051,6 +2052,35 @@
g_utf8_to_utf16 at Base 2.12.0
g_utf8_validate at Base 2.12.0
g_utime at Base 2.18.0
+ g_variant_type_checked_ at Base 2.23.2
+ g_variant_type_copy at Base 2.23.2
+ g_variant_type_dup_string at Base 2.23.2
+ g_variant_type_element at Base 2.23.2
+ g_variant_type_equal at Base 2.23.2
+ g_variant_type_first at Base 2.23.2
+ g_variant_type_free at Base 2.23.2
+ g_variant_type_get_string_length at Base 2.23.2
+ g_variant_type_hash at Base 2.23.2
+ g_variant_type_is_array at Base 2.23.2
+ g_variant_type_is_basic at Base 2.23.2
+ g_variant_type_is_container at Base 2.23.2
+ g_variant_type_is_definite at Base 2.23.2
+ g_variant_type_is_dict_entry at Base 2.23.2
+ g_variant_type_is_maybe at Base 2.23.2
+ g_variant_type_is_subtype_of at Base 2.23.2
+ g_variant_type_is_tuple at Base 2.23.2
+ g_variant_type_key at Base 2.23.2
+ g_variant_type_n_items at Base 2.23.2
+ g_variant_type_new at Base 2.23.2
+ g_variant_type_new_array at Base 2.23.2
+ g_variant_type_new_dict_entry at Base 2.23.2
+ g_variant_type_new_maybe at Base 2.23.2
+ g_variant_type_new_tuple at Base 2.23.2
+ g_variant_type_next at Base 2.23.2
+ g_variant_type_peek_string at Base 2.23.2
+ g_variant_type_string_is_valid at Base 2.23.2
+ g_variant_type_string_scan at Base 2.23.2
+ g_variant_type_value at Base 2.23.2
g_vasprintf at Base 2.12.0
g_vfprintf at Base 2.12.0
g_vprintf at Base 2.12.0
Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=22853&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules [utf-8] Tue Jan 26 07:59:02 2010
@@ -43,7 +43,7 @@
APIVER := 2.0
SONAME := 0
-SHVER := 2.23.1
+SHVER := 2.23.2
# package names
SHARED_PKG := libglib$(APIVER)-$(SONAME)
More information about the pkg-gnome-commits
mailing list