r47645 - in /desktop/unstable/glib2.0: ./ debian/ debian/patches/

laney at users.alioth.debian.org laney at users.alioth.debian.org
Wed Mar 23 17:59:04 UTC 2016


Author: laney
Date: Wed Mar 23 17:59:03 2016
New Revision: 47645

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47645
Log:
New upstream stable release 2.48.0, merge exp uploads

Removed:
    desktop/unstable/glib2.0/debian/patches/Doc-Fix-missing-glibconfig.h-when-builddir-srcdir.patch
    desktop/unstable/glib2.0/debian/patches/bug712848-volume-monitor-deadlock-kfreebsd.patch
    desktop/unstable/glib2.0/debian/patches/disable-failing-test-for-pcre838.patch
Modified:
    desktop/unstable/glib2.0/   (props changed)
    desktop/unstable/glib2.0/debian/changelog
    desktop/unstable/glib2.0/debian/libglib2.0-0-dbg.install.in
    desktop/unstable/glib2.0/debian/libglib2.0-0.symbols
    desktop/unstable/glib2.0/debian/patches/90_gio-modules-multiarch-compat.patch
    desktop/unstable/glib2.0/debian/patches/series
    desktop/unstable/glib2.0/debian/watch

Propchange: desktop/unstable/glib2.0/
------------------------------------------------------------------------------
--- svn:mergeinfo	(original)
+++ svn:mergeinfo	Wed Mar 23 17:59:03 2016
@@ -1,2 +1,2 @@
-/desktop/experimental/glib2.0:34881-37631,43901-45934
+/desktop/experimental/glib2.0:34881-37631,43901-45934,46852-47640
 /desktop/unstable/glib2.0:24636,27515-27547,38796-39206,41794-42178

Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=47645&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/changelog	[utf-8] Wed Mar 23 17:59:03 2016
@@ -1,3 +1,111 @@
+glib2.0 (2.48.0-1) UNRELEASED; urgency=medium
+
+  * New upstream stable release 2.48.0
+    + a minor build fix in the name of determinism (Closes: #812876)
+    + a few coverity fixes
+
+ -- Iain Lane <laney at debian.org>  Wed, 23 Mar 2016 17:13:47 +0000
+
+glib2.0 (2.47.92-1) experimental; urgency=medium
+
+  * New upstream release.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Wed, 16 Mar 2016 11:18:53 +0100
+
+glib2.0 (2.47.6-1) experimental; urgency=medium
+
+  * New upstream release.
+    - GString is missing (transfer none) annotations on many of its methods
+    - systemtap and gdb scripts install in wrong place
+    - Documentation: various small improvements
+    - gdbusobjectmanagerserver: Clarify recommended ObjectManager paths
+    - Fix some annotations
+    - Cannot build with default flags under Fedora rawhide
+      (-Werror=format-nonliteral)
+    - gmacros.h is testing attributes with __has_feature (when compiling with
+      clang)
+  * debian/libglib2.0-0-dbg.install.in: Upstream now installs the gdb
+    auto-loaded scripts in the right place by themselves - no need for us to
+    move them about.
+
+ -- Iain Lane <laney at debian.org>  Thu, 18 Feb 2016 14:07:22 +0000
+
+glib2.0 (2.47.5-1) experimental; urgency=medium
+
+  * debian/watch: Use download.gnome.org, seems ftp.gnome.org is not updating
+    properly currently.
+  * New upstream release 2.47.5
+    + the system copy of PCRE is now used by default to implement GRegex.
+      Configure with --with-pcre=internal if a system PCRE version
+      is unavailable or undesired.
+    + interfaces for DTLS support have been added. A new version of
+      glib-networking will also be required.
+    + GDBusMethodInvocation now drops replies if the sender set the
+      NO_REPLY_EXPECTED flag
+    + several GApplication fixes, including fixes for commandline arguments in
+      interpreted languages on Windows
+  * debian/libglib2.0-0.symbols: Update with new symbols for this release.
+  * 0001-regex-test-expect-ASSERTION_EXPECTED-for-ab-with-PCR.patch: Drop,
+    it's included in this release.
+
+ -- Iain Lane <laney at debian.org>  Wed, 20 Jan 2016 17:55:16 +0000
+
+glib2.0 (2.47.4-1) experimental; urgency=medium
+
+  * New upstream release
+    + The GApplication documentation has been improved in several areas.
+  * 0001-tests-fix-a-test-on-32-bit-builds.patch,
+    0001-gtypes.h-move-G_STATIC_ASSERT-to-function-scope.patch: Drop, applied
+    upstream in this release.
+  * 0001-regex-test-expect-ASSERTION_EXPECTED-for-ab-with-PCR.patch: Fix regex
+    tests to assert the right errors as of pcre 8.38. Cherry-pick from
+    upstream. (Closes: #808842)
+  * Don't build automatic dbgsym package for -refdbg
+
+ -- Iain Lane <laney at debian.org>  Thu, 14 Jan 2016 18:27:02 +0000
+
+glib2.0 (2.47.3-3) experimental; urgency=medium
+
+  * debian/patches/0001-gtypes.h-move-G_STATIC_ASSERT-to-function-scope.patch:
+    Another cherry-pick. Should fix g-ir-scanner.
+
+ -- Iain Lane <laney at debian.org>  Sun, 29 Nov 2015 18:45:29 +0000
+
+glib2.0 (2.47.3-2) experimental; urgency=medium
+
+  * debian/patches/0001-tests-fix-a-test-on-32-bit-builds.patch: Cherry-pick
+    from upstream. Fix tests (and therefore the build) on 32 bit arches.
+
+ -- Iain Lane <laney at debian.org>  Thu, 26 Nov 2015 16:12:12 +0000
+
+glib2.0 (2.47.3-1) experimental; urgency=medium
+
+  * New upstream release
+    + New API: hardware-assisted helpers for overflow-checked integer math.
+    + Fixes: Invalid free in g_local_file_trash() (LP: #1512826)
+  * d/p/{Doc-copy-included-example-files.patch,
+    Doc-Fix-missing-glibconfig.h-when-builddir-srcdir.patch,
+    Build-gdbus-example-objectmanager-server-again.patch}: Remove - in this
+    upstream release.
+
+ -- Iain Lane <laney at debian.org>  Wed, 25 Nov 2015 17:59:33 +0000
+
+glib2.0 (2.47.1-1) experimental; urgency=medium
+
+  * New upstream release.
+    + The Unicode support has been updated to version 8.0 of the Unicode standard
+    + GDesktopAppInfo no longer sets the DISPLAY environment variable when
+      launching apps. This is now done in the GAppLaunchContext
+      implementations when appropriate.
+  * debian/watch: Look for development versions too.
+  * debian/patches/90_gio-modules-multiarch-compat.patch: Refresh to apply on
+    this version.
+  * debian/patches/0001-GDateTime-test-fix-occasional-failures.patch: Drop,
+    upstream in this release.
+  * debian/libglib2.0-0.symbols: Update with new symbols for this release.
+
+ -- Iain Lane <laney at debian.org>  Wed, 04 Nov 2015 17:28:23 +0000
+
 glib2.0 (2.46.2-3) unstable; urgency=medium
 
   * Add debian/patches/disable-failing-test-for-pcre838.patch

Modified: desktop/unstable/glib2.0/debian/libglib2.0-0-dbg.install.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/libglib2.0-0-dbg.install.in?rev=47645&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/libglib2.0-0-dbg.install.in	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/libglib2.0-0-dbg.install.in	[utf-8] Wed Mar 23 17:59:03 2016
@@ -1,3 +1,2 @@
-usr/share/gdb/auto-load/libglib-2.0.so.*-gdb.py usr/share/gdb/auto-load/lib/${DEB_HOST_MULTIARCH}
-usr/share/gdb/auto-load/libgobject-2.0.so.*-gdb.py usr/share/gdb/auto-load/usr/lib/${DEB_HOST_MULTIARCH}
+usr/share/gdb
 usr/share/glib-2.0/gdb

Modified: desktop/unstable/glib2.0/debian/libglib2.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/libglib2.0-0.symbols?rev=47645&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/libglib2.0-0.symbols	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/libglib2.0-0.symbols	[utf-8] Wed Mar 23 17:59:03 2016
@@ -269,6 +269,12 @@
  g_data_output_stream_set_byte_order at Base 2.16.0
  g_data_stream_byte_order_get_type at Base 2.16.0
  g_data_stream_newline_type_get_type at Base 2.16.0
+ g_datagram_based_condition_check at Base 2.47.1
+ g_datagram_based_condition_wait at Base 2.47.1
+ g_datagram_based_create_source at Base 2.47.1
+ g_datagram_based_get_type at Base 2.47.1
+ g_datagram_based_receive_messages at Base 2.47.1
+ g_datagram_based_send_messages at Base 2.47.1
  g_dbus_action_group_get at Base 2.31.8
  g_dbus_action_group_get_type at Base 2.31.8
  g_dbus_address_escape_value at Base 2.35.8
@@ -611,6 +617,38 @@
  g_drive_start_stop_type_get_type at Base 2.22.0
  g_drive_stop at Base 2.22.0
  g_drive_stop_finish at Base 2.22.0
+ g_dtls_client_connection_get_accepted_cas at Base 2.47.5
+ g_dtls_client_connection_get_server_identity at Base 2.47.5
+ g_dtls_client_connection_get_type at Base 2.47.5
+ g_dtls_client_connection_get_validation_flags at Base 2.47.5
+ g_dtls_client_connection_new at Base 2.47.5
+ g_dtls_client_connection_set_server_identity at Base 2.47.5
+ g_dtls_client_connection_set_validation_flags at Base 2.47.5
+ g_dtls_connection_close at Base 2.47.5
+ g_dtls_connection_close_async at Base 2.47.5
+ g_dtls_connection_close_finish at Base 2.47.5
+ g_dtls_connection_emit_accept_certificate at Base 2.47.5
+ g_dtls_connection_get_certificate at Base 2.47.5
+ g_dtls_connection_get_database at Base 2.47.5
+ g_dtls_connection_get_interaction at Base 2.47.5
+ g_dtls_connection_get_peer_certificate at Base 2.47.5
+ g_dtls_connection_get_peer_certificate_errors at Base 2.47.5
+ g_dtls_connection_get_rehandshake_mode at Base 2.47.5
+ g_dtls_connection_get_require_close_notify at Base 2.47.5
+ g_dtls_connection_get_type at Base 2.47.5
+ g_dtls_connection_handshake at Base 2.47.5
+ g_dtls_connection_handshake_async at Base 2.47.5
+ g_dtls_connection_handshake_finish at Base 2.47.5
+ g_dtls_connection_set_certificate at Base 2.47.5
+ g_dtls_connection_set_database at Base 2.47.5
+ g_dtls_connection_set_interaction at Base 2.47.5
+ g_dtls_connection_set_rehandshake_mode at Base 2.47.5
+ g_dtls_connection_set_require_close_notify at Base 2.47.5
+ g_dtls_connection_shutdown at Base 2.47.5
+ g_dtls_connection_shutdown_async at Base 2.47.5
+ g_dtls_connection_shutdown_finish at Base 2.47.5
+ g_dtls_server_connection_get_type at Base 2.47.5
+ g_dtls_server_connection_new at Base 2.47.5
  g_emblem_get_icon at Base 2.18.0
  g_emblem_get_origin at Base 2.18.0
  g_emblem_get_type at Base 2.18.0
@@ -1494,6 +1532,7 @@
  g_socket_connectable_enumerate at Base 2.22.0
  g_socket_connectable_get_type at Base 2.22.0
  g_socket_connectable_proxy_enumerate at Base 2.26.0
+ g_socket_connectable_to_string at Base 2.47.1
  g_socket_connection_connect at Base 2.31.8
  g_socket_connection_connect_async at Base 2.31.8
  g_socket_connection_connect_finish at Base 2.31.8
@@ -1558,6 +1597,7 @@
  g_socket_receive at Base 2.22.0
  g_socket_receive_from at Base 2.22.0
  g_socket_receive_message at Base 2.22.0
+ g_socket_receive_messages at Base 2.47.1
  g_socket_receive_with_blocking at Base 2.26.0
  g_socket_send at Base 2.22.0
  g_socket_send_message at Base 2.22.0
@@ -1702,9 +1742,12 @@
  g_tls_backend_get_client_connection_type at Base 2.28.0
  g_tls_backend_get_default at Base 2.28.0
  g_tls_backend_get_default_database at Base 2.30.0
+ g_tls_backend_get_dtls_client_connection_type at Base 2.47.5
+ g_tls_backend_get_dtls_server_connection_type at Base 2.47.5
  g_tls_backend_get_file_database_type at Base 2.30.0
  g_tls_backend_get_server_connection_type at Base 2.28.0
  g_tls_backend_get_type at Base 2.28.0
+ g_tls_backend_supports_dtls at Base 2.47.5
  g_tls_backend_supports_tls at Base 2.28.0
  g_tls_certificate_flags_get_type at Base 2.28.0
  g_tls_certificate_get_issuer at Base 2.28.0
@@ -2904,6 +2947,7 @@
  g_sequence_insert_before at Base 2.14.0
  g_sequence_insert_sorted at Base 2.14.0
  g_sequence_insert_sorted_iter at Base 2.14.0
+ g_sequence_is_empty at Base 2.47.1
  g_sequence_iter_compare at Base 2.14.0
  g_sequence_iter_get_position at Base 2.14.0
  g_sequence_iter_get_sequence at Base 2.14.0

Modified: desktop/unstable/glib2.0/debian/patches/90_gio-modules-multiarch-compat.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/patches/90_gio-modules-multiarch-compat.patch?rev=47645&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/patches/90_gio-modules-multiarch-compat.patch	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/patches/90_gio-modules-multiarch-compat.patch	[utf-8] Wed Mar 23 17:59:03 2016
@@ -6,14 +6,17 @@
 Bug-Debian: https://bugs.debian.org/634099
 Forwarded: no, specific to Debian and its derivatives
 
+Index: b/gio/giomodule.c
+===================================================================
 --- a/gio/giomodule.c
 +++ b/gio/giomodule.c
-@@ -1049,6 +1049,8 @@
-         module_dir = GIO_MODULE_DIR;
- 
-       g_io_modules_scan_all_in_directory_with_scope (module_dir, scope);
-+      /* Hard-coded fallback directory for pre-multiarch compatibility */
-+      g_io_modules_scan_all_in_directory ("/usr/lib/gio/modules");
+@@ -1086,6 +1086,9 @@
  
        g_io_module_scope_free (scope);
  
++      /* Hard-coded fallback directory for pre-multiarch compatibility */
++      g_io_modules_scan_all_in_directory ("/usr/lib/gio/modules");
++
+       /* Initialize types from built-in "modules" */
+       g_type_ensure (g_null_settings_backend_get_type ());
+       g_type_ensure (g_memory_settings_backend_get_type ());

Modified: desktop/unstable/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/patches/series?rev=47645&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/patches/series	[utf-8] Wed Mar 23 17:59:03 2016
@@ -12,5 +12,3 @@
 0001-timer-test-use-volatile-for-locals.patch
 skip-broken-timer-test.patch
 0001-Fix-trashing-on-overlayfs.patch
-bug712848-volume-monitor-deadlock-kfreebsd.patch
-disable-failing-test-for-pcre838.patch

Modified: desktop/unstable/glib2.0/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/watch?rev=47645&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/watch	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/watch	[utf-8] Wed Mar 23 17:59:03 2016
@@ -1,3 +1,3 @@
 version=3
-http://ftp.gnome.org/pub/GNOME/sources/glib/([\d\.]+[02468])/ \
+https://download.gnome.org/sources/glib/([\d\.]+)/ \
 	glib-(.*)\.tar\.xz




More information about the pkg-gnome-commits mailing list