r42062 - in /desktop/experimental/glib2.0/debian: changelog patches/0001-gvariant-tests-workaround-libc-compiler-issue.patch patches/11_kfreebsd_pthread_condattr_setclock_prototype.patch patches/series

laney at users.alioth.debian.org laney at users.alioth.debian.org
Wed Jul 16 17:14:16 UTC 2014


Author: laney
Date: Wed Jul 16 17:14:16 2014
New Revision: 42062

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42062
Log:
New upstream release
0001-gvariant-tests-workaround-libc-compiler-issue.patch: Drop, applied upstream in this release.

Removed:
    desktop/experimental/glib2.0/debian/patches/0001-gvariant-tests-workaround-libc-compiler-issue.patch
Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/patches/11_kfreebsd_pthread_condattr_setclock_prototype.patch
    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=42062&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog	[utf-8] Wed Jul 16 17:14:16 2014
@@ -1,3 +1,15 @@
+glib2.0 (2.41.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+    - The Unicode support has been updated to version 7.0 of the Unicode
+      standard
+    - GNotification now supports priorities for notifications
+    - GMutex now uses a faster, native implementation on Linux
+  * 0001-gvariant-tests-workaround-libc-compiler-issue.patch: Drop, applied
+    upstream in this release.
+
+ -- Iain Lane <laney at debian.org>  Wed, 16 Jul 2014 17:44:58 +0100
+
 glib2.0 (2.41.1-2) experimental; urgency=medium
 
   * 0001-gvariant-tests-workaround-libc-compiler-issue.patch: Cherry-pick

Modified: desktop/experimental/glib2.0/debian/patches/11_kfreebsd_pthread_condattr_setclock_prototype.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/11_kfreebsd_pthread_condattr_setclock_prototype.patch?rev=42062&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/11_kfreebsd_pthread_condattr_setclock_prototype.patch	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/patches/11_kfreebsd_pthread_condattr_setclock_prototype.patch	[utf-8] Wed Jul 16 17:14:16 2014
@@ -5,11 +5,13 @@
 to add the missing prototype is http://bugs.debian.org/703545,
 we can remove this hack when that is fixed.
 
+Index: b/glib/gthread-posix.c
+===================================================================
 --- a/glib/gthread-posix.c
 +++ b/glib/gthread-posix.c
-@@ -630,6 +630,12 @@
+@@ -642,6 +642,12 @@
  
- /* {{{1 GCond */
+ #if !defined(USE_NATIVE_MUTEX)
  
 +#if defined (HAVE_PTHREAD_CONDATTR_SETCLOCK) && defined (CLOCK_MONOTONIC) && defined (__FreeBSD_kernel__)
 +extern int pthread_condattr_setclock (pthread_condattr_t *__attr,

Modified: desktop/experimental/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/series?rev=42062&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/patches/series	[utf-8] Wed Jul 16 17:14:16 2014
@@ -18,4 +18,3 @@
 81-skip-monitor-test-on-non-linux.patch
 0001-timer-test-use-volatile-for-locals.patch
 skip-broken-timer-test.patch
-0001-gvariant-tests-workaround-libc-compiler-issue.patch




More information about the pkg-gnome-commits mailing list