Hello community,

here is the log from the commit of package intel-gpu-tools for openSUSE:Factory 
checked in at 2014-05-08 12:38:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intel-gpu-tools (Old)
 and      /work/SRC/openSUSE:Factory/.intel-gpu-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "intel-gpu-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/intel-gpu-tools/intel-gpu-tools.changes  
2014-05-05 21:09:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.intel-gpu-tools.new/intel-gpu-tools.changes     
2014-05-08 12:38:36.000000000 +0200
@@ -1,0 +2,24 @@
+Tue May  6 14:56:09 UTC 2014 - [email protected]
+
+- update to release 1.6
+  * Changes to support Broadwell in the test suite. (Ben, Damien, et al.)
+  * Updated (now working again!) Android support from Oscar Mateo.
+  * Test coverage through i-g-t is now officially an integral part of any 
drm/i915
+    feature work and also for bugfixes. For more details see:
+      http://blog.ffwll.ch/2013/11/testing-requirements-for-drmi915.html
+  * Fix the gen4asm build depency handling, now that the assembler is included 
in
+    i-g-t (Ben).
+  * Improve the cairo object lifetime management of the kmstest helpers 
(Chris).
+  * Allow register access to succeed if i915 is loaded but debugfs isn't found
+    (i.e. nomodeset is used)
+  * New kernel modesetting helper library for simpler testcases (Damien).
+  * New structure logging support for tests. Message at the WARN level be
+    reflected in the piglit result, also included igt_warn_on macros to 
simplify
+    test asserts which should just result in warnings, but not in a test abort.
+  * Broadwell support for intel_audio_dump (Mengdong Lin).
+  * API documentation support (Thomas)
+- n_missing_check-ndebug.h.patch
+  * added missing include file in order to fix build
+- refreshed n_disable-build-of-pm_pc8.patch
+
+-------------------------------------------------------------------

Old:
----
  intel-gpu-tools-1.5.tar.bz2

New:
----
  intel-gpu-tools-1.6.tar.bz2
  n_missing_check-ndebug.h.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ intel-gpu-tools.spec ++++++
--- /var/tmp/diff_new_pack.0WoyeY/_old  2014-05-08 12:38:37.000000000 +0200
+++ /var/tmp/diff_new_pack.0WoyeY/_new  2014-05-08 12:38:37.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           intel-gpu-tools
-Version:        1.5
+Version:        1.6
 Release:        0
 Summary:        Collection of tools for development and testing of the Intel 
DRM driver
 License:        MIT
@@ -25,6 +25,7 @@
 Url:            http://xorg.freedesktop.org/
 Source0:        %{name}-%{version}.tar.bz2
 Patch0:         n_disable-build-of-pm_pc8.patch
+Patch1:         n_missing_check-ndebug.h.patch
 BuildRequires:  i2c-tools
 BuildRequires:  libtool
 BuildRequires:  pkg-config
@@ -50,6 +51,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 autoreconf -fi

++++++ intel-gpu-tools-1.5.tar.bz2 -> intel-gpu-tools-1.6.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/intel-gpu-tools/intel-gpu-tools-1.5.tar.bz2 
/work/SRC/openSUSE:Factory/.intel-gpu-tools.new/intel-gpu-tools-1.6.tar.bz2 
differ: char 11, line 1

++++++ n_disable-build-of-pm_pc8.patch ++++++
--- /var/tmp/diff_new_pack.0WoyeY/_old  2014-05-08 12:38:37.000000000 +0200
+++ /var/tmp/diff_new_pack.0WoyeY/_new  2014-05-08 12:38:37.000000000 +0200
@@ -1,10 +1,12 @@
---- intel-gpu-tools-1.5/tests/Makefile.am.orig 2013-12-06 14:46:52.025637000 
+0100
-+++ intel-gpu-tools-1.5/tests/Makefile.am      2013-12-06 14:47:00.128755000 
+0100
-@@ -57,7 +57,6 @@
+Index: intel-gpu-tools-1.6/tests/Makefile.sources
+===================================================================
+--- intel-gpu-tools-1.6.orig/tests/Makefile.sources
++++ intel-gpu-tools-1.6/tests/Makefile.sources
+@@ -63,7 +63,6 @@ TESTS_progs_M = \
        kms_render \
        kms_setmode \
-       $(NOUVEAU_TESTS_M) \
+       pm_lpsp \
 -      pm_pc8 \
+       pm_rps \
        prime_self_import \
        template \
-       $(NULL)

++++++ n_missing_check-ndebug.h.patch ++++++
--- /dev/null   2014-04-15 12:16:50.314282837 +0200
+++ intel-gpu-tools/lib/check-ndebug.h  2013-12-06 13:02:17.387165000 +0100
@@ -0,0 +1,3 @@
+#ifdef NDEBUG
+#error "Testsuite needs its asserts!"
+#endif
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to