r47868 - in /desktop/unstable/gdk-pixbuf/debian: changelog patches/01-disable-oom-test.patch
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Sat Apr 9 08:25:00 UTC 2016
Author: pochu
Date: Sat Apr 9 08:24:59 2016
New Revision: 47868
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47868
Log:
* debian/patches/01-disable-oom-test.patch:
- Don't disable the test on Alpha. It's a different test that is
failing there...
Modified:
desktop/unstable/gdk-pixbuf/debian/changelog
desktop/unstable/gdk-pixbuf/debian/patches/01-disable-oom-test.patch
Modified: desktop/unstable/gdk-pixbuf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/changelog?rev=47868&op=diff
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdk-pixbuf/debian/changelog [utf-8] Sat Apr 9 08:24:59 2016
@@ -1,3 +1,11 @@
+gdk-pixbuf (2.32.3-3) UNRELEASED; urgency=medium
+
+ * debian/patches/01-disable-oom-test.patch:
+ - Don't disable the test on Alpha. It's a different test that is
+ failing there...
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org> Sat, 09 Apr 2016 10:24:20 +0200
+
gdk-pixbuf (2.32.3-2) unstable; urgency=medium
[ Andreas Henriksson ]
Modified: desktop/unstable/gdk-pixbuf/debian/patches/01-disable-oom-test.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/patches/01-disable-oom-test.patch?rev=47868&op=diff
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/patches/01-disable-oom-test.patch [utf-8] (original)
+++ desktop/unstable/gdk-pixbuf/debian/patches/01-disable-oom-test.patch [utf-8] Sat Apr 9 08:24:59 2016
@@ -4,7 +4,7 @@
{
g_test_init (&argc, &argv, NULL);
-+#if !(defined(__FreeBSD_kernel__) || defined(__alpha__))
++#ifndef __FreeBSD_kernel__
g_test_add_func ("/pixbuf/cve-2015-4491/original", test_original);
g_test_add_func ("/pixbuf/cve-2015-4491/scale-overflow", test_scale_overflow);
g_test_add_func ("/pixbuf/cve-2015-4491/scale-x-overflow", test_scalex_overflow);
More information about the pkg-gnome-commits
mailing list