rpms/azureus/devel azureus.script,1.3,1.4 azureus.spec,1.8,1.9

Anthony Green (green) fedora-extras-commits at redhat.com
Fri Jan 27 15:02:13 UTC 2006


Author: green

Update of /cvs/extras/rpms/azureus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22848

Modified Files:
	azureus.script azureus.spec 
Log Message:
-20 release.
Remove junit reference from startup script.



Index: azureus.script
===================================================================
RCS file: /cvs/extras/rpms/azureus/devel/azureus.script,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- azureus.script	26 Jan 2006 07:34:09 -0000	1.3
+++ azureus.script	27 Jan 2006 15:02:12 -0000	1.4
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-CLASSPATH=`build-classpath junit jakarta-commons-cli log4j swt-gtk-3.1.1 gtk2.8 glib0.2 Azureus2` java -Dgnu.gcj.runtime.VMClassLoader.library_control=never org.gudy.azureus2.ui.swt.Main "$@"
+CLASSPATH=`build-classpath jakarta-commons-cli log4j swt-gtk-3.1.1 gtk2.8 glib0.2 Azureus2` java -Dgnu.gcj.runtime.VMClassLoader.library_control=never org.gudy.azureus2.ui.swt.Main "$@"


Index: azureus.spec
===================================================================
RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- azureus.spec	26 Jan 2006 07:35:54 -0000	1.8
+++ azureus.spec	27 Jan 2006 15:02:12 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           azureus
 Version:        2.3.0.6
-Release:        19%{?dist}
+Release:        20%{?dist}
 Summary:        A BitTorrent Client
 
 Group:          Applications/Internet
@@ -146,6 +146,9 @@
 %{_libdir}/gcj/*
 
 %changelog
+* Fri Jan 27 2006 Anthony Green <green at redhat.com> - 2.3.0.6-20
+- Remove junit reference from startup script.
+
 * Wed Jan 25 2006 Anthony Green <green at redhat.com> - 2.3.0.6-19
 - Theme CoolBar icons with azureus-themed.patch.
 - Add libgtk-java and glib-java dependencies to spec file.




More information about the fedora-extras-commits mailing list