Hello community, here is the log from the commit of package bootchart checked in at Tue Sep 26 01:13:07 CEST 2006. -------- --- bootchart/bootchart.changes 2006-01-25 21:34:43.000000000 +0100 +++ /work/users/ro/STABLE/bootchart/bootchart.changes 2006-09-26 01:06:08.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Sep 26 01:02:29 CEST 2006 - ro@suse.de + +- use source and target 1.4 for java + +------------------------------------------------------------------- New: ---- bootchart-java14.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bootchart.spec ++++++ --- /var/tmp/diff_new_pack.sAHWvO/_old 2006-09-26 01:13:03.000000000 +0200 +++ /var/tmp/diff_new_pack.sAHWvO/_new 2006-09-26 01:13:03.000000000 +0200 @@ -1,11 +1,11 @@ # # spec file for package bootchart (Version 0.9) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 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://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -17,11 +17,12 @@ Group: Development/Tools/Other Summary: Boot Process Charting Application Version: 0.9 -Release: 1 +Release: 19 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %name-%{version}.tar.bz2 Source1: commons-cli-1.0.jar Patch1: %name-%version.diff +Patch2: bootchart-java14.diff Requires: acct jpackage-utils %description @@ -38,6 +39,7 @@ %prep %setup -q %patch1 +%patch2 %build ant jar @@ -66,6 +68,8 @@ /usr/share/bootchart %changelog -n bootchart +* Tue Sep 26 2006 - ro@suse.de +- use source and target 1.4 for java * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Mon Nov 14 2005 - coolo@suse.de ++++++ bootchart-java14.diff ++++++ --- build.xml +++ build.xml @@ -38,6 +38,8 @@ debug="${compiler.debug}" optimize="${compiler.optimize}" deprecation="${compiler.deprecation}" + source="1.4" + target="1.4" classpath="${build.home}"> <include name="**/*.java"/> </javac> @@ -48,6 +50,8 @@ debug="${compiler.debug}" optimize="${compiler.optimize}" deprecation="${compiler.deprecation}" + source="1.4" + target="1.4" classpath="${build.home}"> <include name="**/*.java"/> <exclude name="**/servlet/**"/> @@ -72,6 +76,7 @@ <target name="javadoc" depends="classes" description="Create Javadoc"> <mkdir dir="${docs.home}/api"/> <javadoc sourcepath="${src.home}:${lib.home}" + source="1.4" destdir="${docs.home}/api" Overview="${src.home}/overview.html" Windowtitle="Bootchart" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org