rpms/azureus/devel azureus-cache-size.patch, 1.2, 1.3 azureus.spec, 1.66, 1.67

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 14 19:59:27 UTC 2008


Author: spot

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

Modified Files:
	azureus-cache-size.patch azureus.spec 
Log Message:
fix license tag

azureus-cache-size.patch:

Index: azureus-cache-size.patch
===================================================================
RCS file: /cvs/pkgs/rpms/azureus/devel/azureus-cache-size.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- azureus-cache-size.patch	9 Feb 2006 08:45:07 -0000	1.2
+++ azureus-cache-size.patch	14 Jul 2008 19:58:39 -0000	1.3
@@ -1,6 +1,6 @@
---- org/gudy/azureus2/core3/config/COConfigurationManager.java.~1.34.~	2006-01-19 21:27:18.000000000 -0500
-+++ org/gudy/azureus2/core3/config/COConfigurationManager.java	2006-02-09 00:01:46.000000000 -0500
-@@ -39,7 +39,7 @@
+--- org/gudy/azureus2/core3/config/COConfigurationManager.java.orig	2007-11-21 22:46:58.000000000 -0500
++++ org/gudy/azureus2/core3/config/COConfigurationManager.java	2008-07-14 15:48:16.000000000 -0400
+@@ -40,7 +40,7 @@ COConfigurationManager 
  	public static final int CONFIG_CACHE_SIZE_MAX_MB;
  	
  	static{
@@ -8,4 +8,4 @@
 +	    long max_mem_bytes 	= Math.min (Runtime.getRuntime().maxMemory(), 64*1024*1024);
  	    long mb_1			= 1*1024*1024;
  	    long mb_32			= 32*mb_1;
- 	    CONFIG_CACHE_SIZE_MAX_MB = (int)(( max_mem_bytes - mb_32 )/mb_1);
+ 	    int size = (int)(( max_mem_bytes - mb_32 )/mb_1);	    


Index: azureus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/azureus/devel/azureus.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- azureus.spec	20 May 2008 14:11:32 -0000	1.66
+++ azureus.spec	14 Jul 2008 19:58:39 -0000	1.67
@@ -1,10 +1,10 @@
 Name:		azureus
 Version:	3.0.4.2
-Release:	14%{?dist}
+Release:	15%{?dist}
 Summary:	A BitTorrent Client
 
 Group:		Applications/Internet
-License:	GPL
+License:	GPLv2+
 URL:		http://azureus.sourceforge.net
 
 # A cvs snapshot with the build and bouncycastle directories
@@ -197,6 +197,10 @@
 %{_libdir}/gcj/*
 
 %changelog
+* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 3.0.4.2-15
+- fix license tag
+- fix cache-size patch to apply with fuzz=0
+
 * Wed Mar 26 2008 Lillian Angel <langel at redhat.com> - 3.0.4.2-14
 - Fixed azureus.script to set GRE_PATH properly on 64-bit.
 




More information about the fedora-extras-commits mailing list