Hello community,

here is the log from the commit of package intel-gpu-tools for openSUSE:Factory 
checked in at 2017-03-20 17:05:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intel-gpu-tools (Old)
 and      /work/SRC/openSUSE:Factory/.intel-gpu-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "intel-gpu-tools"

Mon Mar 20 17:05:30 2017 rev:26 rq:479303 version:1.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/intel-gpu-tools/intel-gpu-tools.changes  
2017-02-10 09:47:56.359052022 +0100
+++ /work/SRC/openSUSE:Factory/.intel-gpu-tools.new/intel-gpu-tools.changes     
2017-03-20 17:05:32.811893152 +0100
@@ -1,0 +2,25 @@
+Tue Mar 14 17:53:57 UTC 2017 - [email protected]
+
+- Release 1.18 (2017-03-13)
+  * Library changes:
+    - Various changes to library functions so that they don't assume Intel
+      hardware. (Lyude)
+    - Added helper functions for managing synchronization primitives.
+      (Robert Foss)
+    - Added support for the new generic CRC capture kernel ABI. (Tomeu
+      Vizoso)
+    - Added Geminilake platform support. (Ander Conselvan de Oliveira)
+    - Added helpers for sysfs hotplug events. (Lyude)
+    - Added support for hotplug testing with the Chamelium device (Lyude)
+  * Tools changes:
+    - intel_dp_compliance: New tool for running automated DisplayPort
+      compliance tests. (Manasi Navare)
+    - Renamed intel_bios_reader to intel_vbt_decode. (Jani Nikula)
+    - intel_gvtg_test: New tool for setting up GVT-g guests based on
+      KVMGT. (Terrence Xu)
+  * Test changes:
+    - Multiple new tests.
+  * And many other bug fixes and improvements.
+- refreshed patches: n_disable-build-of-pm_rpm.patch, u_respect_cflags.diff
+
+-------------------------------------------------------------------

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

New:
----
  intel-gpu-tools-1.18.tar.bz2

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

Other differences:
------------------
++++++ intel-gpu-tools.spec ++++++
--- /var/tmp/diff_new_pack.4lpxc1/_old  2017-03-20 17:05:33.935734466 +0100
+++ /var/tmp/diff_new_pack.4lpxc1/_new  2017-03-20 17:05:33.939733901 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           intel-gpu-tools
-Version:        1.17
+Version:        1.18
 Release:        0
 Summary:        Collection of tools for development and testing of the Intel 
DRM driver
 License:        MIT

++++++ intel-gpu-tools-1.17.tar.bz2 -> intel-gpu-tools-1.18.tar.bz2 ++++++
++++ 41620 lines of diff (skipped)

++++++ n_disable-build-of-pm_rpm.patch ++++++
--- /var/tmp/diff_new_pack.4lpxc1/_old  2017-03-20 17:05:35.007583120 +0100
+++ /var/tmp/diff_new_pack.4lpxc1/_new  2017-03-20 17:05:35.011582556 +0100
@@ -2,8 +2,8 @@
 ===================================================================
 --- tests/Makefile.sources.orig
 +++ tests/Makefile.sources
-@@ -124,7 +124,6 @@ TESTS_progs_M = \
-       kms_panel_fitting \
+@@ -128,7 +128,6 @@ TESTS_progs_M = \
+       kms_tv_load_detect \
        pm_backlight \
        pm_lpsp \
 -      pm_rpm \

++++++ u_respect_cflags.diff ++++++
--- /var/tmp/diff_new_pack.4lpxc1/_old  2017-03-20 17:05:35.023580862 +0100
+++ /var/tmp/diff_new_pack.4lpxc1/_new  2017-03-20 17:05:35.023580862 +0100
@@ -12,10 +12,10 @@
  tests/Makefile.am |   20 ++++++--------------
  1 file changed, 6 insertions(+), 14 deletions(-)
 
-Index: intel-gpu-tools-1.17/tests/Makefile.am
+Index: intel-gpu-tools-1.18/tests/Makefile.am
 ===================================================================
---- intel-gpu-tools-1.17.orig/tests/Makefile.am
-+++ intel-gpu-tools-1.17/tests/Makefile.am
+--- intel-gpu-tools-1.18.orig/tests/Makefile.am
++++ intel-gpu-tools-1.18/tests/Makefile.am
 @@ -53,18 +53,17 @@ EXTRA_DIST = $(common_files) $(check_SCR
  
  CLEANFILES = $(EXTRA_PROGRAMS) test-list.txt test-list-full.txt .gitignore
@@ -35,7 +35,7 @@
 +      $(WERROR_CFLAGS) \
        $(NULL)
  
- LDADD = ../lib/libintel_tools.la $(GLIB_LIBS)
+ LDADD = ../lib/libintel_tools.la $(GLIB_LIBS) $(XMLRPC_LIBS)
 -
 -AM_CFLAGS += $(CAIRO_CFLAGS) $(LIBUDEV_CFLAGS) $(GLIB_CFLAGS)
  AM_LDFLAGS = -Wl,--as-needed
@@ -59,5 +59,5 @@
  vc4_wait_bo_LDADD = $(LDADD) $(DRM_VC4_LIBS)
 -vc4_wait_seqno_CFLAGS = $(AM_CFLAGS) $(DRM_VC4_CFLAGS)
  vc4_wait_seqno_LDADD = $(LDADD) $(DRM_VC4_LIBS)
- endif
  
+ chamelium_CFLAGS = $(AM_CFLAGS) $(XMLRPC_CFLAGS) $(LIBUDEV_CFLAGS)


Reply via email to