r52454 - in /desktop/experimental/glib2.0/debian: changelog control libglib2.0-0.symbols patches/series patches/skip-broken-dbus-appinfo-test.patch

laney at users.alioth.debian.org laney at users.alioth.debian.org
Mon Jun 12 15:21:01 UTC 2017


Author: laney
Date: Mon Jun 12 15:21:00 2017
New Revision: 52454

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52454
Log:
* New upstream release 2.53.2
  + A few new number parsing functions have been added:
    - g_ascii_string_to_signed
    - g_ascii_string_to_unsigned
    These have better error handling than the existing ones.
  + glib-mkenums now supports /*< private >*/ and /*< public >*/
  + GSettings now consider XDG_DATA_HOME in addition to XDG_DATA_DIRS.
* debian/libglib2.0-0.symbols: Add new symbols for 2.53.1.
* debian/patches/skip-broken-dbus-appinfo-test.patch: Drop - this test works
  now.

Removed:
    desktop/experimental/glib2.0/debian/patches/skip-broken-dbus-appinfo-test.patch
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/series

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=52454&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog	[utf-8] Mon Jun 12 15:21:00 2017
@@ -1,3 +1,18 @@
+glib2.0 (2.53.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release 2.53.2
+    + A few new number parsing functions have been added:
+      - g_ascii_string_to_signed
+      - g_ascii_string_to_unsigned
+      These have better error handling than the existing ones.
+    + glib-mkenums now supports /*< private >*/ and /*< public >*/
+    + GSettings now consider XDG_DATA_HOME in addition to XDG_DATA_DIRS.
+  * debian/libglib2.0-0.symbols: Add new symbols for 2.53.1.
+  * debian/patches/skip-broken-dbus-appinfo-test.patch: Drop - this test works
+    now.
+
+ -- Iain Lane <laney at debian.org>  Tue, 09 May 2017 13:10:24 +0100
+
 glib2.0 (2.53.1-1) experimental; urgency=medium
 
   * New upstream release 2.53.1

Modified: desktop/experimental/glib2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/control?rev=52454&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/control	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/control	[utf-8] Mon Jun 12 15:21:00 2017
@@ -6,7 +6,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 10~),
                dh-exec,
                dh-python,

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=52454&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 12 15:21:00 2017
@@ -2002,6 +2002,8 @@
  g_ascii_formatd at Base 2.12.0
  g_ascii_strcasecmp at Base 2.12.0
  g_ascii_strdown at Base 2.12.0
+ g_ascii_string_to_signed at Base 2.53.2
+ g_ascii_string_to_unsigned at Base 2.53.2
  g_ascii_strncasecmp at Base 2.12.0
  g_ascii_strtod at Base 2.12.0
  g_ascii_strtoll at Base 2.12.0
@@ -2742,6 +2744,7 @@
  g_node_traverse at Base 2.12.0
  g_node_unlink at Base 2.12.0
  g_nullify_pointer at Base 2.12.0
+ g_number_parser_error_quark at Base 2.53.2
  g_on_error_query at Base 2.12.0
  g_on_error_stack_trace at Base 2.12.0
  g_once_impl at Base 2.12.0
@@ -2807,6 +2810,8 @@
  g_propagate_error at Base 2.12.0
  g_propagate_prefixed_error at Base 2.16.0
  g_ptr_array_add at Base 2.12.0
+ g_ptr_array_find at Base 2.53.2
+ g_ptr_array_find_with_equal_func at Base 2.53.2
  g_ptr_array_foreach at Base 2.12.0
  g_ptr_array_free at Base 2.12.0
  g_ptr_array_insert at Base 2.39.4

Modified: desktop/experimental/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/series?rev=52454&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/patches/series	[utf-8] Mon Jun 12 15:21:00 2017
@@ -6,7 +6,6 @@
 07_disable_tests_on_slow_archs.patch
 61_glib-compile-binaries-path.patch
 90_gio-modules-multiarch-compat.patch
-skip-broken-dbus-appinfo-test.patch
 Do-not-attempt-to-autolaunch-a-session-dbus-daemon-w.patch
 81-skip-monitor-test-on-non-linux.patch
 0001-timer-test-use-volatile-for-locals.patch




More information about the pkg-gnome-commits mailing list