r45014 - in /desktop/experimental/glib2.0/debian: ./ patches/

laney at users.alioth.debian.org laney at users.alioth.debian.org
Tue Jun 9 15:18:59 UTC 2015


Author: laney
Date: Tue Jun  9 15:18:59 2015
New Revision: 45014

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45014
Log:
* New upstream release 2.45.2
  + Improve error reporting in glib-compile-schemas.
  + Add introspection annotations to GListStore.
* GDBus-tests-change-progress-noise-from-if-not-quiet-.patch,
  gdbus-tests-wait-up-to-60s-for-gdbus-testserver-to-t.patch,
  gdbus-connection-wait-up-to-10s-to-actually-send-a-m.patch,
  regex-test-do-not-assert-that-system-PCRE-still-has-.patch,
  gdbus-serialization-use-check_serialization-instead-.patch,
  gdbus-peer-test-let-GDBusServer-start-before-notifyi.patch,
  gdatetime-test-don-t-assume-that-time-stands-still.patch: Delete, applied
  upstream.
* 07_disable_tests_on_slow_archs.patch: Refresh to defuzz

Removed:
    desktop/experimental/glib2.0/debian/patches/GDBus-tests-change-progress-noise-from-if-not-quiet-.patch
    desktop/experimental/glib2.0/debian/patches/gdatetime-test-don-t-assume-that-time-stands-still.patch
    desktop/experimental/glib2.0/debian/patches/gdbus-connection-wait-up-to-10s-to-actually-send-a-m.patch
    desktop/experimental/glib2.0/debian/patches/gdbus-peer-test-let-GDBusServer-start-before-notifyi.patch
    desktop/experimental/glib2.0/debian/patches/gdbus-serialization-use-check_serialization-instead-.patch
    desktop/experimental/glib2.0/debian/patches/gdbus-tests-wait-up-to-60s-for-gdbus-testserver-to-t.patch
    desktop/experimental/glib2.0/debian/patches/regex-test-do-not-assert-that-system-PCRE-still-has-.patch
Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/patches/07_disable_tests_on_slow_archs.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=45014&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog	[utf-8] Tue Jun  9 15:18:59 2015
@@ -1,18 +1,10 @@
-glib2.0 (2.45.1-3) UNRELEASED; urgency=medium
-
+glib2.0 (2.45.2-1) UNRELEASED; urgency=medium
+
+  [ Simon McVittie ]
   * Correctly attribute previous upload to Iain
   * d/p/0001-Fix-trashing-on-overlayfs.patch: add upstream bug reference
   * d/p/0001-glocalfilemonitor-Send-DELETED-event-when-there-is-n.patch:
     add upstream bug reference
-  * d/p/gdbus-peer-test-let-GDBusServer-start-before-notifyi.patch:
-    add patch fixing a race condition in the gdbus-peer test.
-    Applied upstream for 2.45.2.
-  * d/p/GDBus-tests-change-progress-noise-from-if-not-quiet-.patch:
-    add patch fixing potential test failures caused by corrupt TAP
-    output. Applied upstream for 2.45.2.
-  * d/p/gdatetime-test-don-t-assume-that-time-stands-still.patch:
-    add patch fixing potential test failures at the boundary between
-    one second and the next. Applied upstream for 2.45.2.
   * d/p/10_kfreebsd_issetugid_prototype.patch,
     d/p/11_kfreebsd_pthread_condattr_setclock_prototype.patch,
     d/p/13_sparc_prlimit_prototype.patch:
@@ -20,9 +12,22 @@
     in jessie
   * d/p/81-skip-monitor-test-on-non-linux.patch: add DEP-3 information
   * d/p/90_gio-modules-multiarch-compat.patch: add DEP-3 information
-  * Tag a couple more patches as applied upstream for 2.45.2
-
- -- Simon McVittie <smcv at debian.org>  Mon, 11 May 2015 19:32:30 +0100
+
+  [ Iain Lane ]
+  * New upstream release 2.45.2
+    + Improve error reporting in glib-compile-schemas.
+    + Add introspection annotations to GListStore.
+  * GDBus-tests-change-progress-noise-from-if-not-quiet-.patch,
+    gdbus-tests-wait-up-to-60s-for-gdbus-testserver-to-t.patch,
+    gdbus-connection-wait-up-to-10s-to-actually-send-a-m.patch,
+    regex-test-do-not-assert-that-system-PCRE-still-has-.patch,
+    gdbus-serialization-use-check_serialization-instead-.patch,
+    gdbus-peer-test-let-GDBusServer-start-before-notifyi.patch,
+    gdatetime-test-don-t-assume-that-time-stands-still.patch: Delete, applied
+    upstream.
+  * 07_disable_tests_on_slow_archs.patch: Refresh to defuzz
+
+ -- Iain Lane <laney at debian.org>  Tue, 09 Jun 2015 16:18:51 +0100
 
 glib2.0 (2.45.1-2) experimental; urgency=medium
 

Modified: desktop/experimental/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch?rev=45014&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch	[utf-8] Tue Jun  9 15:18:59 2015
@@ -63,4 +63,4 @@
 +#endif
  
        if (g_test_verbose ())
-         g_print (" ");
+         g_printerr (" ");

Modified: desktop/experimental/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/series?rev=45014&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/patches/series	[utf-8] Tue Jun  9 15:18:59 2015
@@ -3,21 +3,14 @@
 03_disble_glib_compile_schemas_warning.patch
 04_homedir_env.patch
 06_thread_test_ignore_prctl_fail.patch
-GDBus-tests-change-progress-noise-from-if-not-quiet-.patch
 07_disable_tests_on_slow_archs.patch
 61_glib-compile-binaries-path.patch
 90_gio-modules-multiarch-compat.patch
 skip-brokwn-dbus-appinfo-test.patch
 Do-not-attempt-to-autolaunch-a-session-dbus-daemon-w.patch
-gdbus-tests-wait-up-to-60s-for-gdbus-testserver-to-t.patch
-gdbus-connection-wait-up-to-10s-to-actually-send-a-m.patch
 81-skip-monitor-test-on-non-linux.patch
 0001-timer-test-use-volatile-for-locals.patch
 skip-broken-timer-test.patch
 regex-if-PCRE-is-8.34-or-later-disable-auto-possessi.patch
-regex-test-do-not-assert-that-system-PCRE-still-has-.patch
-gdbus-serialization-use-check_serialization-instead-.patch
 0001-Fix-trashing-on-overlayfs.patch
 0001-glocalfilemonitor-Send-DELETED-event-when-there-is-n.patch
-gdbus-peer-test-let-GDBusServer-start-before-notifyi.patch
-gdatetime-test-don-t-assume-that-time-stands-still.patch




More information about the pkg-gnome-commits mailing list