r35356 - in /desktop/experimental/glib2.0/debian: changelog control libglib2.0-0.symbols patches/04_homedir_env.patch

laney at users.alioth.debian.org laney at users.alioth.debian.org
Mon Jun 18 14:52:12 UTC 2012


Author: laney
Date: Mon Jun 18 14:52:12 2012
New Revision: 35356

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35356
Log:
* New upstream release 2.33.2
  - GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
  - GIO input and output stream classes have grown GBytes-based methods
  - GApplication now has hooks to register D-Bus objects before the bus name
    is taken
* Refresh 04_homedir_env.patch to cleanly apply
* Add the new symbols from this release (g_app_info_get_supported_types,
  g_*_bytes, g_type_ensure)

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/control
    desktop/experimental/glib2.0/debian/libglib2.0-0.symbols
    desktop/experimental/glib2.0/debian/patches/04_homedir_env.patch

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=35356&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Mon Jun 18 14:52:12 2012
@@ -1,8 +1,16 @@
-glib2.0 (2.33.1-2) UNRELEASED; urgency=low
+glib2.0 (2.33.2-1) UNRELEASED; urgency=low
 
   * Track unstable versions in the experimental branch. 
-
- -- Iain Lane <laney at debian.org>  Mon, 18 Jun 2012 09:59:51 +0100
+  * New upstream release 2.33.2
+    - GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
+    - GIO input and output stream classes have grown GBytes-based methods
+    - GApplication now has hooks to register D-Bus objects before the bus name
+      is taken
+  * Refresh 04_homedir_env.patch to cleanly apply
+  * Add the new symbols from this release (g_app_info_get_supported_types,
+    g_*_bytes, g_type_ensure)
+
+ -- Iain Lane <laney at debian.org>  Mon, 18 Jun 2012 11:56:08 +0100
 
 glib2.0 (2.33.1-1) experimental; urgency=low
 

Modified: desktop/experimental/glib2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/control?rev=35356&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/control [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/control [utf-8] Mon Jun 18 14:52:12 2012
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Gustavo Noronha Silva <kov at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Martin Pitt <mpitt at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 8.1.3),
                cdbs (>= 0.4.93),
                dh-autoreconf,

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=35356&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 Jun 18 14:52:12 2012
@@ -50,6 +50,7 @@
  g_app_info_get_id at Base 2.16.0
  g_app_info_get_name at Base 2.16.0
  g_app_info_get_recommended_for_type at Base 2.28.0
+ g_app_info_get_supported_types at Base 2.33.2
  g_app_info_get_type at Base 2.16.0
  g_app_info_launch at Base 2.16.0
  g_app_info_launch_default_for_uri at Base 2.16.0
@@ -885,6 +886,9 @@
  g_input_stream_read at Base 2.16.0
  g_input_stream_read_all at Base 2.16.0
  g_input_stream_read_async at Base 2.16.0
+ g_input_stream_read_bytes at Base 2.33.2
+ g_input_stream_read_bytes_async at Base 2.33.2
+ g_input_stream_read_bytes_finish at Base 2.33.2
  g_input_stream_read_finish at Base 2.16.0
  g_input_stream_set_pending at Base 2.16.0
  g_input_stream_skip at Base 2.16.0
@@ -938,15 +942,18 @@
  g_loadable_icon_load_finish at Base 2.16.0
  g_local_directory_monitor_get_type at Base 2.16.0
  g_local_file_monitor_get_type at Base 2.16.0
+ g_memory_input_stream_add_bytes at Base 2.33.2
  g_memory_input_stream_add_data at Base 2.16.0
  g_memory_input_stream_get_type at Base 2.16.0
  g_memory_input_stream_new at Base 2.16.0
+ g_memory_input_stream_new_from_bytes at Base 2.33.2
  g_memory_input_stream_new_from_data at Base 2.16.0
  g_memory_output_stream_get_data at Base 2.16.0
  g_memory_output_stream_get_data_size at Base 2.18.0
  g_memory_output_stream_get_size at Base 2.16.0
  g_memory_output_stream_get_type at Base 2.16.0
  g_memory_output_stream_new at Base 2.16.0
+ g_memory_output_stream_steal_as_bytes at Base 2.33.2
  g_memory_output_stream_steal_data at Base 2.26.0
  g_memory_settings_backend_new at Base 2.28.0
  g_menu_append at Base 2.31.8
@@ -1090,6 +1097,9 @@
  g_output_stream_write at Base 2.16.0
  g_output_stream_write_all at Base 2.16.0
  g_output_stream_write_async at Base 2.16.0
+ g_output_stream_write_bytes at Base 2.33.2
+ g_output_stream_write_bytes_async at Base 2.33.2
+ g_output_stream_write_bytes_finish at Base 2.33.2
  g_output_stream_write_finish at Base 2.16.0
  g_password_save_get_type at Base 2.16.0
  g_permission_acquire at Base 2.26.0
@@ -3515,6 +3525,7 @@
  g_type_default_interface_ref at Base 2.12.0
  g_type_default_interface_unref at Base 2.12.0
  g_type_depth at Base 2.12.0
+ g_type_ensure at Base 2.33.2
  g_type_free_instance at Base 2.12.0
  g_type_from_name at Base 2.12.0
  g_type_fundamental at Base 2.12.0

Modified: desktop/experimental/glib2.0/debian/patches/04_homedir_env.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/04_homedir_env.patch?rev=35356&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/04_homedir_env.patch [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/patches/04_homedir_env.patch [utf-8] Mon Jun 18 14:52:12 2012
@@ -4,10 +4,10 @@
 Author: Josselin Mouette <joss at debian.org>
 Origin: vendor
 
-Index: glib2.0-exp/docs/reference/glib/running.xml
+Index: b/docs/reference/glib/running.xml
 ===================================================================
---- glib2.0-exp.orig/docs/reference/glib/running.xml	2012-05-01 07:22:53.000000000 +0200
-+++ glib2.0-exp/docs/reference/glib/running.xml	2012-05-15 15:06:13.030894814 +0200
+--- a/docs/reference/glib/running.xml
++++ b/docs/reference/glib/running.xml
 @@ -244,6 +244,22 @@
    </para>
  </formalpara>
@@ -31,16 +31,16 @@
  </refsect2>
  
  <refsect2 id="setlocale">
-Index: glib2.0-exp/glib/gutils.c
+Index: b/glib/gutils.c
 ===================================================================
---- glib2.0-exp.orig/glib/gutils.c	2012-04-13 01:39:20.000000000 +0200
-+++ glib2.0-exp/glib/gutils.c	2012-05-15 15:04:24.086889541 +0200
-@@ -686,11 +686,14 @@
+--- a/glib/gutils.c
++++ b/glib/gutils.c
+@@ -700,11 +700,14 @@
      }
  #endif	/* !G_OS_WIN32 */
    
 +  g_home_dir = g_strdup (g_getenv ("G_HOME"));
-+  
++
  #ifdef G_OS_WIN32
    /* We check $HOME first for Win32, though it is a last resort for Unix
     * where we prefer the results of getpwuid().
@@ -51,12 +51,12 @@
  
    /* Only believe HOME if it is an absolute path and exists */
    if (g_home_dir)
-@@ -986,6 +989,11 @@
+@@ -1000,6 +1003,11 @@
   *      homedir = g_get_home_dir (<!-- -->);
   * ]|
   *
 + * However, to allow changing this value for testing and development
-+ * purposes, the value of the <envar>G_HOME</envar> environment 
++ * purposes, the value of the <envar>G_HOME</envar> environment
 + * variable, if set, will override the <filename>passwd</filename>
 + * entry.
 + *




More information about the pkg-gnome-commits mailing list