r23089 - in /desktop/experimental/glib2.0/debian: changelog libglib2.0-0.symbols rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon Feb 22 08:43:16 UTC 2010


Author: slomo
Date: Mon Feb 22 08:43:15 2010
New Revision: 23089

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23089
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=23089&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Mon Feb 22 08:43:15 2010
@@ -1,5 +1,6 @@
-glib2.0 (2.23.3-2) UNRELEASED; urgency=low
-
+glib2.0 (2.23.4-1) experimental; urgency=low
+
+  [ Emilio Pozuelo Monfort ]
   * debian/patches/05-dont-fail-a-couple-of-tests-when-running-as-root.patch:
     - Added, expect a couple of tests that play with file permissions
       to succeed when running as root.
@@ -8,7 +9,13 @@
     - Standards-Version is 3.8.4, no changes needed.
     - Let libgio-fam depend on ${misc:Depends}.
 
- -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 20 Feb 2010 10:26:32 +0100
+  [ Sebastian Dröge ]
+  * New upstream development release:
+    + debian/rules,
+      debian/libglib2.0-0.symbols:
+      - Updated for the new API.
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 22 Feb 2010 09:04:48 +0100
 
 glib2.0 (2.23.3-1) experimental; urgency=low
 

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=23089&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] Mon Feb 22 08:43:15 2010
@@ -219,6 +219,8 @@
  g_file_create_readwrite_async at Base 2.22.0
  g_file_create_readwrite_finish at Base 2.22.0
  g_file_delete at Base 2.16.0
+ g_file_descriptor_based_get_fd at Base 2.23.4
+ g_file_descriptor_based_get_type at Base 2.23.4
  g_file_dup at Base 2.16.0
  g_file_eject_mountable at Base 2.16.0
  g_file_eject_mountable_finish at Base 2.16.0
@@ -2055,6 +2057,60 @@
  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_classify at Base 2.23.4
+ g_variant_dup_string at Base 2.23.4
+ g_variant_dup_strv at Base 2.23.4
+ g_variant_equal at Base 2.23.4
+ g_variant_get_boolean at Base 2.23.4
+ g_variant_get_byte at Base 2.23.4
+ g_variant_get_child_value at Base 2.23.4
+ g_variant_get_data at Base 2.23.4
+ g_variant_get_double at Base 2.23.4
+ g_variant_get_fixed_array at Base 2.23.4
+ g_variant_get_handle at Base 2.23.4
+ g_variant_get_int16 at Base 2.23.4
+ g_variant_get_int32 at Base 2.23.4
+ g_variant_get_int64 at Base 2.23.4
+ g_variant_get_maybe at Base 2.23.4
+ g_variant_get_size at Base 2.23.4
+ g_variant_get_string at Base 2.23.4
+ g_variant_get_strv at Base 2.23.4
+ g_variant_get_type at Base 2.23.4
+ g_variant_get_type_string at Base 2.23.4
+ g_variant_get_uint16 at Base 2.23.4
+ g_variant_get_uint32 at Base 2.23.4
+ g_variant_get_uint64 at Base 2.23.4
+ g_variant_get_variant at Base 2.23.4
+ g_variant_hash at Base 2.23.4
+ g_variant_is_container at Base 2.23.4
+ g_variant_is_object_path at Base 2.23.4
+ g_variant_is_of_type at Base 2.23.4
+ g_variant_is_signature at Base 2.23.4
+ g_variant_n_children at Base 2.23.4
+ g_variant_new_array at Base 2.23.4
+ g_variant_new_boolean at Base 2.23.4
+ g_variant_new_byte at Base 2.23.4
+ g_variant_new_dict_entry at Base 2.23.4
+ g_variant_new_double at Base 2.23.4
+ g_variant_new_handle at Base 2.23.4
+ g_variant_new_int16 at Base 2.23.4
+ g_variant_new_int32 at Base 2.23.4
+ g_variant_new_int64 at Base 2.23.4
+ g_variant_new_maybe at Base 2.23.4
+ g_variant_new_object_path at Base 2.23.4
+ g_variant_new_signature at Base 2.23.4
+ g_variant_new_string at Base 2.23.4
+ g_variant_new_strv at Base 2.23.4
+ g_variant_new_tuple at Base 2.23.4
+ g_variant_new_uint16 at Base 2.23.4
+ g_variant_new_uint32 at Base 2.23.4
+ g_variant_new_uint64 at Base 2.23.4
+ g_variant_new_variant at Base 2.23.4
+ g_variant_print at Base 2.23.4
+ g_variant_print_string at Base 2.23.4
+ g_variant_ref at Base 2.23.4
+ g_variant_ref_sink at Base 2.23.4
+ g_variant_store at Base 2.23.4
  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
@@ -2084,6 +2140,7 @@
  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_variant_unref at Base 2.23.4
  g_vasprintf at Base 2.12.0
  g_vfprintf at Base 2.12.0
  g_vprintf at Base 2.12.0
@@ -2453,6 +2510,8 @@
  g_value_type_compatible at Base 2.12.0
  g_value_type_transformable at Base 2.12.0
  g_value_unset at Base 2.12.0
+ g_variant_get_gtype at Base 2.23.4
+ g_variant_type_get_gtype at Base 2.23.4
 libgthread-2.0.so.0 libglib2.0-0 #MINVER#
 * Build-Depends-Package: libglib2.0-dev
  g_thread_init 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=23089&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules [utf-8] Mon Feb 22 08:43:15 2010
@@ -43,7 +43,7 @@
 
 APIVER := 2.0
 SONAME := 0
-SHVER := 2.23.3
+SHVER := 2.23.4
 
 # package names
 SHARED_PKG := libglib$(APIVER)-$(SONAME)




More information about the pkg-gnome-commits mailing list