Hello community, here is the log from the commit of package q-tools checked in at Thu May 17 11:56:07 CEST 2007. -------- --- arch/ia64/q-tools/q-tools.changes 2006-01-25 21:44:52.000000000 +0100 +++ /mounts/work_src_done/STABLE/q-tools/q-tools.changes 2007-05-16 17:54:08.000000000 +0200 @@ -1,0 +2,7 @@ +Wed May 16 17:53:32 CEST 2007 - schwab@suse.de + +- Update to q-tools 0.3. + *** q-syscollect: added support for Dual-Core Itanium2 (Montecito) + *** q-syscollect: restructured code to split each PMU model for BTB support + +------------------------------------------------------------------- Old: ---- q-tools-0.2.diff q-tools-0.2.tar.gz New: ---- q-tools-0.3.diff q-tools-0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ q-tools.spec ++++++ --- /var/tmp/diff_new_pack.G19351/_old 2007-05-17 11:55:20.000000000 +0200 +++ /var/tmp/diff_new_pack.G19351/_new 2007-05-17 11:55:20.000000000 +0200 @@ -1,11 +1,11 @@ # -# spec file for package q-tools (Version 0.2) +# spec file for package q-tools (Version 0.3) # -# Copyright (c) 2004 SUSE LINUX AG, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -13,10 +13,10 @@ Name: q-tools BuildRequires: libpfm Summary: Collection of profiling tools for Itanium -Version: 0.2 +Version: 0.3 Release: 1 Group: Development/Tools/Other -License: GPL +License: GNU General Public License (GPL) URL: http://www.hpl.hp.com/research/linux/q-tools/ Source: ftp://ftp.hpl.hp.com/pub/linux-ia64/%{name}-%{version}.tar.gz Patch: %{name}-%{version}.diff @@ -52,7 +52,11 @@ /usr/bin/* /usr/share/q-tools -%changelog -n q-tools +%changelog +* Wed May 16 2007 - schwab@suse.de +- Update to q-tools 0.3. + *** q-syscollect: added support for Dual-Core Itanium2 (Montecito) + *** q-syscollect: restructured code to split each PMU model for BTB support * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Mon Oct 11 2004 - schwab@suse.de ++++++ q-tools-0.2.diff -> q-tools-0.3.diff ++++++ --- arch/ia64/q-tools/q-tools-0.2.diff 2004-10-11 22:37:08.000000000 +0200 +++ /mounts/work_src_done/STABLE/q-tools/q-tools-0.3.diff 2007-05-16 17:48:32.000000000 +0200 @@ -19,6 +19,17 @@ $(INSTALL) q-view $(bindir) $(INSTALL) q-dot $(bindir) $(INSTALL) q-lib.scm $(q-tools-scm-dir) +--- q-view/q-lib.scm ++++ q-view/q-lib.scm +@@ -23,7 +23,7 @@ + ;; For SLIB (portable Scheme library) documentation, see: + ;; http://www.swiss.ai.mit.edu/~jaffer/slib_toc + ;; +-(use-modules (ice-9 regex) (ice-9 popen)) ++(use-modules (ice-9 regex) (ice-9 popen) (ice-9 rdelim)) + + ;; Blech, neither RHAS3 nor SLES 9 ship the GUILE SLIB so we make + ;; up for the missing printf by including it here explicitly. --- utils/Makefile +++ utils/Makefile @@ -5,6 +5,7 @@ ++++++ q-tools-0.2.tar.gz -> q-tools-0.3.tar.gz ++++++ ++++ 1808 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de