Hello community, here is the log from the commit of package intel-gpu-tools for openSUSE:Factory checked in at 2015-06-17 16:15:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-03-19 20:45:26.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.intel-gpu-tools.new/intel-gpu-tools.changes 2015-06-17 16:15:25.000000000 +0200 @@ -1,0 +2,31 @@ +Fri Jun 12 12:40:58 UTC 2015 - [email protected] + +- use correct filelist macros + +------------------------------------------------------------------- +Fri Jun 12 08:44:12 UTC 2015 - [email protected] + +- Update to version 1.11 + * Various new tests and tools + * Single combined test list (supported by piglit since commit 8a122bb) + * Optional dependency on libunwind to provide automatic stack traces on test + failures. (Thomas Wood) + * Add optional default debug and optimisation flags for tests to enable better + stack traces and debugging. (Thomas Wood) + * Test programs are now installed into libexec. This is useful when building a + complete software stack for a DUT from scratch. (Building and installing + tests can still be disabled by the --disable-tests configure flag.) + (Joonas Lahtinen) + * New tool to decode watermark registers (Ville Syrjälä) + * Timeout mechanism now reports test as failed + * Introduce intel_reg as the one Intel graphics register multitool to replace + intel_reg_read, intel_reg_write, intel_iosf_sb_read, intel_iosf_sb_write, + intel_vga_read, intel_vga_write, intel_reg_dumper, intel_reg_snapshot, + and quick_dump.py. (Jani Nikula) + * Add functions to manipulate i915.ko parameters and ensure features are enabled + for testing. (Paulo Zanoni) +- supersedes u_Fix-pointer-cast-in-order-to-fix-build-on-32bit-arch.patch +- added new buildrequires to gtk-doc and libunwind +- added /usr/lib/intel-gpu-tools/* and /usr/share/intel-gpu-tools/* to filelist + +------------------------------------------------------------------- Old: ---- intel-gpu-tools-1.10.tar.bz2 u_Fix-pointer-cast-in-order-to-fix-build-on-32bit-arch.patch New: ---- intel-gpu-tools-1.11.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ intel-gpu-tools.spec ++++++ --- /var/tmp/diff_new_pack.aFFhSF/_old 2015-06-17 16:15:26.000000000 +0200 +++ /var/tmp/diff_new_pack.aFFhSF/_new 2015-06-17 16:15:26.000000000 +0200 @@ -17,7 +17,7 @@ Name: intel-gpu-tools -Version: 1.10 +Version: 1.11 Release: 0 Summary: Collection of tools for development and testing of the Intel DRM driver License: MIT @@ -27,7 +27,6 @@ Patch0: n_disable-build-of-pm_rpm.patch Patch1: u_build-fixes.patch Patch2: u_%{name}-1.7-fix-bashisms.patch -Patch3: u_Fix-pointer-cast-in-order-to-fix-build-on-32bit-arch.patch BuildRequires: i2c-tools BuildRequires: libtool BuildRequires: pkg-config @@ -35,7 +34,9 @@ BuildRequires: swig >= 2.0.0 BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(dri2proto) >= 2.6 +BuildRequires: pkgconfig(gtk-doc) BuildRequires: pkgconfig(libdrm_intel) >= 2.4.6 +BuildRequires: pkgconfig(libunwind) BuildRequires: pkgconfig(pciaccess) >= 0.10 BuildRequires: pkgconfig(xorg-macros) >= 1.3 BuildRequires: pkgconfig(xv) @@ -55,7 +56,6 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 %build autoreconf -fi @@ -78,5 +78,7 @@ %{_datadir}/gtk-doc/html/%{name}/* %{_bindir}/* %{_mandir}/man*/* +%{_libexecdir}/intel-gpu-tools/ +%{_datadir}/intel-gpu-tools/ %changelog ++++++ intel-gpu-tools-1.10.tar.bz2 -> intel-gpu-tools-1.11.tar.bz2 ++++++ ++++ 50187 lines of diff (skipped) ++++++ n_disable-build-of-pm_rpm.patch ++++++ --- /var/tmp/diff_new_pack.aFFhSF/_old 2015-06-17 16:15:27.000000000 +0200 +++ /var/tmp/diff_new_pack.aFFhSF/_new 2015-06-17 16:15:27.000000000 +0200 @@ -1,12 +1,12 @@ -Index: intel-gpu-tools-1.9/tests/Makefile.sources +Index: intel-gpu-tools-1.11/tests/Makefile.sources =================================================================== ---- intel-gpu-tools-1.9.orig/tests/Makefile.sources -+++ intel-gpu-tools-1.9/tests/Makefile.sources -@@ -77,7 +77,6 @@ TESTS_progs_M = \ - kms_setmode \ - kms_universal_plane \ +--- intel-gpu-tools-1.11.orig/tests/Makefile.sources ++++ intel-gpu-tools-1.11/tests/Makefile.sources +@@ -83,7 +83,6 @@ TESTS_progs_M = \ + kms_panel_fitting \ + pm_backlight \ pm_lpsp \ - pm_rpm \ pm_rps \ pm_rc6_residency \ - prime_self_import \ + pm_sseu \
