Hello community, here is the log from the commit of package intel-gpu-tools for openSUSE:Factory checked in at 2012-09-15 17:28:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/intel-gpu-tools (Old) and /work/SRC/openSUSE:Factory/.intel-gpu-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "intel-gpu-tools", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/intel-gpu-tools/intel-gpu-tools.changes 2012-07-10 13:42:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.intel-gpu-tools.new/intel-gpu-tools.changes 2012-09-15 17:28:12.000000000 +0200 @@ -1,0 +2,14 @@ +Mon Aug 27 22:37:25 UTC 2012 - [email protected] + +- Update to version 1.3: + New intel-gpu-tools release with too much stuff changed. Biggest part is + improvements to the testsuit, but also some other neat things: + + dpf tool for handling l3 remapping on gen7 + + robustify against wc gtt mappings + + improvements to the reg_dumper and register read/write tools + + haswell support +- Packaging changes: + + Added cairo to BuildRequires (we need this now) + + changed intel-gpu-tools-no-test.diff to speed up compilation + +------------------------------------------------------------------- Old: ---- intel-gpu-tools-1.2.tar.bz2 New: ---- intel-gpu-tools-1.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ intel-gpu-tools.spec ++++++ --- /var/tmp/diff_new_pack.evbED9/_old 2012-09-15 17:28:13.000000000 +0200 +++ /var/tmp/diff_new_pack.evbED9/_new 2012-09-15 17:28:13.000000000 +0200 @@ -17,20 +17,21 @@ Name: intel-gpu-tools -Version: 1.2 +Version: 1.3 Release: 0 -%define _version 1.2 Summary: Collection of tools for development and testing of the Intel DRM driver License: MIT Group: Development/Tools/Other Url: http://xorg.freedesktop.org/ -Source0: %{name}-%{_version}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 Patch1: intel-gpu-tools-no-test.diff BuildRequires: libtool BuildRequires: pkg-config +BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(libdrm_intel) >= 2.4.6 BuildRequires: pkgconfig(pciaccess) >= 0.10 BuildRequires: pkgconfig(xorg-macros) >= 1.3 + # This was part of the xorg-x11-driver-video package up to version 7.6 Conflicts: xorg-x11-driver-video <= 7.6 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -42,7 +43,7 @@ DRM driver. %prep -%setup -q -n %{name}-%{_version} +%setup -q -n %{name}-%{version} %patch1 -p1 %build ++++++ intel-gpu-tools-1.2.tar.bz2 -> intel-gpu-tools-1.3.tar.bz2 ++++++ ++++ 77036 lines of diff (skipped) ++++++ intel-gpu-tools-no-test.diff ++++++ --- /var/tmp/diff_new_pack.evbED9/_old 2012-09-15 17:28:13.000000000 +0200 +++ /var/tmp/diff_new_pack.evbED9/_new 2012-09-15 17:28:13.000000000 +0200 @@ -1,33 +1,25 @@ +From a1ed9ddbe71cc1dcff44557ab37f338adb7bbd38 Mon Sep 17 00:00:00 2001 +From: Tobias Klausmann <[email protected]> +Date: Tue, 28 Aug 2012 00:14:50 +0200 +Subject: [PATCH] Don't compile the tests + --- Makefile.am | 2 +- - configure.ac | 2 ++ - 2 files changed, 3 insertions(+), 1 deletion(-) + 1 Dateien geändert, 1 Zeilen hinzugefügt(+), 1 Zeile entfernt(-) ---- a/configure.ac -+++ b/configure.ac -@@ -57,12 +57,14 @@ PKG_CHECK_MODULES(DRM, [libdrm_intel >= - PKG_CHECK_MODULES(PCIACCESS, [pciaccess >= 0.10]) - - # for testdisplay -+if test 1 = 0; then - PKG_CHECK_MODULES(CAIRO, cairo) - PKG_CHECK_MODULES(LIBUDEV, [libudev], [udev=yes], [udev=no]) - if test x"$udev" = xyes; then - AC_DEFINE(HAVE_UDEV,1,[Enable udev-based monitor hotplug detection]) - fi - PKG_CHECK_MODULES(GLIB, glib-2.0) -+fi - - # ----------------------------------------------------------------------------- - # Configuration options +diff --git a/Makefile.am b/Makefile.am +index 5ea0fd8..0e7c4b2 100644 --- a/Makefile.am +++ b/Makefile.am -@@ -19,7 +19,7 @@ - # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +@@ -21,7 +21,7 @@ + + ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -SUBDIRS = lib man tools scripts tests benchmarks demos +SUBDIRS = lib man tools scripts benchmarks demos if BUILD_SHADER_DEBUGGER SUBDIRS += debugger +-- +1.7.10.4 + -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
