r49091 - in /desktop/experimental/glib2.0/debian: changelog control patches/04_homedir_env.patch watch

laney at users.alioth.debian.org laney at users.alioth.debian.org
Tue Jun 21 12:11:41 UTC 2016


Author: laney
Date: Tue Jun 21 12:11:41 2016
New Revision: 49091

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49091
Log:
New upstream release 2.49.2

debian/watch: Update to find unstable versions
debian/patches/04_homedir_env.patch: Refresh to apply correctly

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/control
    desktop/experimental/glib2.0/debian/patches/04_homedir_env.patch
    desktop/experimental/glib2.0/debian/watch

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=49091&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog	[utf-8] Tue Jun 21 12:11:41 2016
@@ -1,4 +1,4 @@
-glib2.0 (2.48.1-2) UNRELEASED; urgency=medium
+glib2.0 (2.49.2-1) UNRELEASED; urgency=medium
 
   [ Emilio Pozuelo Monfort ]
   * Remove refdbg variant. Thanks to Jonny Lamb for the patch.
@@ -6,6 +6,21 @@
 
   [ Iain Lane ]
   * Update Vcs-* for experimental
+  * New upstream release 2.49.2
+    + GDesktopAppInfo now allows bus activation with dashes. This is not
+      technically allowed per the Desktop Entry specification, but it happens
+      in the wild. Rather than forcing people to go through another traumatic
+      desktop file rename, accept it and translate - to _.
+    + The support for giving names to threads has been improved. Thread names
+      are now supported on Solaris as well, and the Linux support no longer
+      uses prctl() but the pthread api.
+    + GIO resources can now be overridden at runtime, using the
+      G_RESOURCE_OVERLAYS environment variable.
+    + gdbus-codegen can now generate autocleanup definitions for the types it
+      generates. Use the --c-generate-autocleanup option to control this
+    + GMainContext and GTask have gained more systemtap probes
+  * debian/watch: Update to find unstable versions
+  * debian/patches/04_homedir_env.patch: Refresh to apply correctly
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 16 Jun 2016 17:08:23 +0200
 

Modified: desktop/experimental/glib2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/control?rev=49091&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/control	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/control	[utf-8] Tue Jun 21 12:11:41 2016
@@ -2,7 +2,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: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 9),
                cdbs (>= 0.4.93),
                dh-autoreconf,
@@ -30,8 +30,8 @@
                libffi-dev (>= 3.0.0)
 Standards-Version: 3.9.6
 Homepage: http://www.gtk.org/
-Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/glib2.0/
-Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/glib2.0/
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/experimental/glib2.0/
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/experimental/glib2.0/
 
 Package: libglib2.0-0
 Architecture: any

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=49091&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] Tue Jun 21 12:11:41 2016
@@ -37,7 +37,7 @@
 ===================================================================
 --- a/glib/gutils.c
 +++ b/glib/gutils.c
-@@ -807,6 +807,12 @@
+@@ -808,6 +808,12 @@
   * should either directly check the `HOME` environment variable yourself
   * or unset it before calling any functions in GLib.
   *
@@ -47,10 +47,10 @@
 + * directly, but is retained for compatibility. It is deprecated and will be
 + * removed in a future release.
 + *
-  * Returns: the current user's home directory
+  * Returns: (type filename): the current user's home directory
   */
  const gchar *
-@@ -819,7 +825,9 @@
+@@ -820,7 +826,9 @@
        gchar *tmp;
  
        /* We first check HOME and use it if it is set */

Modified: desktop/experimental/glib2.0/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/watch?rev=49091&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/watch	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/watch	[utf-8] Tue Jun 21 12:11:41 2016
@@ -1,3 +1,3 @@
 version=4
-https://download.gnome.org/sources/glib/([\d\.]+[02468])/ \
+https://download.gnome.org/sources/glib/([\d\.]+)/ \
 	glib at ANY_VERSION@\.tar\.xz




More information about the pkg-gnome-commits mailing list