Hello community, here is the log from the commit of package intel-gpu-tools for openSUSE:Factory checked in at 2013-05-03 09:17:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2012-09-15 17:28:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.intel-gpu-tools.new/intel-gpu-tools.changes 2013-05-03 09:17:13.000000000 +0200 @@ -1,0 +2,11 @@ +Fri May 3 06:20:46 UTC 2013 - [email protected] + +- renamed latest patch according to our policy + +------------------------------------------------------------------- +Fri Apr 26 11:44:59 UTC 2013 - [email protected] + +- Removed AC_CONFIG_MACRO_DIR([m4]) from configure.ac to fix + build with new automake + +------------------------------------------------------------------- New: ---- u_intel-gpu-tools-no_m4_dir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ intel-gpu-tools.spec ++++++ --- /var/tmp/diff_new_pack.FBb2Fa/_old 2013-05-03 09:17:14.000000000 +0200 +++ /var/tmp/diff_new_pack.FBb2Fa/_new 2013-05-03 09:17:14.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package intel-gpu-tools # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,7 @@ Url: http://xorg.freedesktop.org/ Source0: %{name}-%{version}.tar.bz2 Patch1: intel-gpu-tools-no-test.diff +Patch2: u_intel-gpu-tools-no_m4_dir.patch BuildRequires: libtool BuildRequires: pkg-config BuildRequires: pkgconfig(cairo) @@ -45,6 +46,7 @@ %prep %setup -q -n %{name}-%{version} %patch1 -p1 +%patch2 %build autoreconf -fi ++++++ u_intel-gpu-tools-no_m4_dir.patch ++++++ From: Maximilian Meister <[email protected]> Date: Fri Apr 26 15:17:31 CEST 2013 Subject: [PATCH] Remove AC_CONFIG_MACRO_DIR from configure.ac to fix build with automake-1.13.1 --- configure.ac.orig 2013-04-26 13:41:45.957111171 +0200 +++ configure.ac 2013-04-26 13:41:53.219233599 +0200 @@ -28,7 +28,6 @@ AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
