rpms/azureus/FC-5 .cvsignore, 1.5, 1.6 azureus-MessageSlideShell-swt-3.1.patch, 1.1, 1.2 azureus-nativetabs.patch, 1.1, 1.2 azureus-no-install-remove-plugins.patch, 1.2, 1.3 azureus-no-update-manager-CoreUpdateChecker.patch, 1.2, 1.3 azureus-no-update-manager-SWTUpdateChecker.patch, 1.1, 1.2 azureus-no-update-manager-UpdateMonitor.patch, 1.2, 1.3 azureus-no-updates-PluginInterfaceImpl.patch, 1.2, 1.3 azureus-themed.patch, 1.3, 1.4 sources, 1.5, 1.6 azureus-ChangeLog.txt, 1.1, NONE

Anthony Green (green) fedora-extras-commits at redhat.com
Mon May 29 16:00:04 UTC 2006


Author: green

Update of /cvs/extras/rpms/azureus/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18568

Modified Files:
	.cvsignore azureus-MessageSlideShell-swt-3.1.patch 
	azureus-nativetabs.patch 
	azureus-no-install-remove-plugins.patch 
	azureus-no-update-manager-CoreUpdateChecker.patch 
	azureus-no-update-manager-SWTUpdateChecker.patch 
	azureus-no-update-manager-UpdateMonitor.patch 
	azureus-no-updates-PluginInterfaceImpl.patch 
	azureus-themed.patch sources 
Removed Files:
	azureus-ChangeLog.txt 
Log Message:
Update sources.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/azureus/FC-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	1 Apr 2006 22:08:05 -0000	1.5
+++ .cvsignore	29 May 2006 16:00:04 -0000	1.6
@@ -1,3 +1,3 @@
-azureus2-cvs-20060325.tar.gz
-azplugins_1.8.8.jar
+azureus2-cvs-20060529.tar.bz2
 bdcc_2.2.2.zip
+azplugins_1.8.8.jar

azureus-MessageSlideShell-swt-3.1.patch:

Index: azureus-MessageSlideShell-swt-3.1.patch
===================================================================
RCS file: /cvs/extras/rpms/azureus/FC-5/azureus-MessageSlideShell-swt-3.1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- azureus-MessageSlideShell-swt-3.1.patch	1 Apr 2006 22:08:05 -0000	1.1
+++ azureus-MessageSlideShell-swt-3.1.patch	29 May 2006 16:00:04 -0000	1.2
@@ -1,9 +1,9 @@
---- org/gudy/azureus2/ui/swt/shells/MessageSlideShell.java.~1.15.~	2006-03-20 23:10:27.000000000 -0800
-+++ org/gudy/azureus2/ui/swt/shells/MessageSlideShell.java	2006-03-25 17:30:47.000000000 -0800
+--- org/gudy/azureus2/ui/swt/shells/MessageSlideShell.java.orig	2006-05-26 09:16:25.000000000 -0700
++++ org/gudy/azureus2/ui/swt/shells/MessageSlideShell.java	2006-05-26 09:28:39.000000000 -0700
 @@ -269,13 +269,7 @@
- 
  		// Create shell & widgets
- 		shell = new Shell(display, SWT.ON_TOP);
+ 		int style = SWT.ON_TOP;
+ 		shell = new Shell(display, style);
 -		if (USE_SWT32_BG_SET) {
 -			try {
 -				shell.setBackgroundMode(SWT.INHERIT_DEFAULT);
@@ -15,7 +15,7 @@
  		Utils.setShellIcon(shell);
  		shell.setText(popupParams.title);
  
-@@ -507,13 +501,6 @@
+@@ -515,13 +509,6 @@
  			gc.dispose();
  
  			boolean bAlternateDrawing = true;

azureus-nativetabs.patch:

Index: azureus-nativetabs.patch
===================================================================
RCS file: /cvs/extras/rpms/azureus/FC-5/azureus-nativetabs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- azureus-nativetabs.patch	24 Apr 2006 20:25:10 -0000	1.1
+++ azureus-nativetabs.patch	29 May 2006 16:00:04 -0000	1.2
@@ -1,28 +1,17 @@
---- azureus/org/gudy/azureus2/ui/swt/views/configsections/ConfigSectionInterfaceDisplay.java.orig	2006-04-17 16:00:58.000000000 +0200
-+++ azureus/org/gudy/azureus2/ui/swt/views/configsections/ConfigSectionInterfaceDisplay.java	2006-04-17 16:01:21.000000000 +0200
-@@ -78,8 +78,8 @@
- 		cLook.setLayout(layout);
+--- org/gudy/azureus2/ui/swt/views/configsections/ConfigSectionInterfaceDisplay.java.orig	2006-02-15 05:36:31.000000000 -0800
++++ org/gudy/azureus2/ui/swt/views/configsections/ConfigSectionInterfaceDisplay.java	2006-05-26 09:55:19.000000000 -0700
+@@ -79,7 +79,7 @@
  
  		BooleanParameter bpCustomTab = new BooleanParameter(cLook, "useCustomTab",
--				true, MSG_PREFIX + "useCustomTabs");
+ 				true, MSG_PREFIX + "useCustomTabs");
 -		Control cFancyTab = new BooleanParameter(cLook, "GUI_SWT_bFancyTab", true,
-+				false, MSG_PREFIX + "useCustomTabs");
 +		Control cFancyTab = new BooleanParameter(cLook, "GUI_SWT_bFancyTab", false,
  				MSG_PREFIX + "useFancyTabs").getControl();
  
  		Control[] controls = { cFancyTab };
---- azureus/org/gudy/azureus2/core3/config/impl/ConfigurationDefaults.java.orig	2006-04-17 17:25:18.000000000 +0200
-+++ azureus/org/gudy/azureus2/core3/config/impl/ConfigurationDefaults.java	2006-04-17 17:26:19.000000000 +0200
-@@ -154,7 +154,7 @@
-     
-     def.put("User Mode", new Long(0));
-     
--    def.put("useCustomTab",TRUE);    
-+    def.put("useCustomTab",FALSE);    
-     def.put("GUI Refresh",new Long(1000));
-     def.put("Graphics Update",new Long(4));
-     def.put("ReOrder Delay",new Long(0));
-@@ -167,7 +167,7 @@
+--- org/gudy/azureus2/core3/config/impl/ConfigurationDefaults.java.~1.196.~	2006-05-26 09:16:13.000000000 -0700
++++ org/gudy/azureus2/core3/config/impl/ConfigurationDefaults.java	2006-05-26 09:56:44.000000000 -0700
+@@ -174,7 +174,7 @@
      def.put("Use default data dir", FALSE);	
      def.put("Default save path", "" );
      

azureus-no-install-remove-plugins.patch:

Index: azureus-no-install-remove-plugins.patch
===================================================================
RCS file: /cvs/extras/rpms/azureus/FC-5/azureus-no-install-remove-plugins.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- azureus-no-install-remove-plugins.patch	1 Apr 2006 22:08:05 -0000	1.2
+++ azureus-no-install-remove-plugins.patch	29 May 2006 16:00:04 -0000	1.3
@@ -1,5 +1,5 @@
---- org/gudy/azureus2/ui/swt/mainwindow/MainMenu.java.orig	2006-03-28 04:35:35.000000000 -0800
-+++ org/gudy/azureus2/ui/swt/mainwindow/MainMenu.java	2006-03-28 04:41:30.000000000 -0800
+--- org/gudy/azureus2/ui/swt/mainwindow/MainMenu.java.orig	2006-05-14 08:10:01.000000000 -0700
++++ org/gudy/azureus2/ui/swt/mainwindow/MainMenu.java	2006-05-26 09:20:06.000000000 -0700
 @@ -347,26 +347,6 @@
  			menu_plugin_logViews.setMenu(pluginLogsMenu);
  			menu_plugin_logViews.setData("EOL", "1");
@@ -38,7 +38,7 @@
 -        help_checkupdate.addListener(SWT.Selection, new Listener() {
 -        	public void handleEvent(Event e) {
 -        		mainWindow.getShell().setFocus();
--        		UpdateMonitor.getSingleton( mainWindow.getAzureusCore()).performCheck(true);
+-        		UpdateMonitor.getSingleton( mainWindow.getAzureusCore(), mainWindow).performCheck(true);
 -        	}
 -        });
 -      }

azureus-no-update-manager-CoreUpdateChecker.patch:

Index: azureus-no-update-manager-CoreUpdateChecker.patch
===================================================================
RCS file: /cvs/extras/rpms/azureus/FC-5/azureus-no-update-manager-CoreUpdateChecker.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- azureus-no-update-manager-CoreUpdateChecker.patch	1 Apr 2006 22:08:05 -0000	1.2
+++ azureus-no-update-manager-CoreUpdateChecker.patch	29 May 2006 16:00:04 -0000	1.3
@@ -1,6 +1,6 @@
---- org/gudy/azureus2/update/CoreUpdateChecker.java.orig	2006-03-25 14:18:45.000000000 -0800
-+++ org/gudy/azureus2/update/CoreUpdateChecker.java	2006-03-25 17:19:32.000000000 -0800
-@@ -122,8 +122,6 @@
+--- org/gudy/azureus2/update/CoreUpdateChecker.java.orig	2006-05-14 08:10:03.000000000 -0700
++++ org/gudy/azureus2/update/CoreUpdateChecker.java	2006-05-26 09:23:28.000000000 -0700
+@@ -123,8 +123,6 @@
  		props.setProperty( "plugin.version", plugin_interface.getAzureusVersion());
  		
  		rdf = plugin_interface.getUtilities().getResourceDownloaderFactory();
@@ -9,7 +9,7 @@
  	}
  	
  	public String
-@@ -142,155 +140,9 @@
+@@ -143,156 +141,9 @@
  	checkForUpdate(
  		final UpdateChecker	checker )
  	{
@@ -101,19 +101,6 @@
 -			
 -			top_downloader.getSize();		
 -							
--			top_downloader.addListener( 
--					new ResourceDownloaderAdapter()
--					{
--						public boolean
--						completed(
--							final ResourceDownloader	downloader,
--							InputStream					data )
--						{	
--							installUpdate( checker, downloader, f_latest_version, data );
--									
--							return( true );
--						}
--					});
 -
 -			byte[]	info_b = (byte[])decoded.get( "info" );
 -			
@@ -141,13 +128,27 @@
 -				desc = new String[]{"Core Azureus Version", info };
 -			}
 -			
--			checker.addUpdate(
+-			final Update update = 
+-				checker.addUpdate(
 -						"Core Azureus Version",
 -						desc,
 -						latest_version,
 -						top_downloader,
 -						Update.RESTART_REQUIRED_YES );
 -			
+-			top_downloader.addListener( 
+-					new ResourceDownloaderAdapter()
+-					{
+-						public boolean
+-						completed(
+-							final ResourceDownloader	downloader,
+-							InputStream					data )
+-						{	
+-							installUpdate( checker, update, downloader, f_latest_version, data );
+-									
+-							return( true );
+-						}
+-					});
 -		}catch( Throwable e ){
 -			
 -			log.log( e );

azureus-no-update-manager-SWTUpdateChecker.patch:

Index: azureus-no-update-manager-SWTUpdateChecker.patch
===================================================================
RCS file: /cvs/extras/rpms/azureus/FC-5/azureus-no-update-manager-SWTUpdateChecker.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- azureus-no-update-manager-SWTUpdateChecker.patch	10 Feb 2006 17:00:46 -0000	1.1
+++ azureus-no-update-manager-SWTUpdateChecker.patch	29 May 2006 16:00:04 -0000	1.2
@@ -1,6 +1,6 @@
---- org/gudy/azureus2/ui/swt/updater2/SWTUpdateChecker.java.orig	2006-02-09 23:23:47.000000000 -0500
-+++ org/gudy/azureus2/ui/swt/updater2/SWTUpdateChecker.java	2006-02-09 23:25:02.000000000 -0500
-@@ -57,77 +57,14 @@
+--- org/gudy/azureus2/ui/swt/updater2/SWTUpdateChecker.java.orig	2006-05-14 08:10:01.000000000 -0700
++++ org/gudy/azureus2/ui/swt/updater2/SWTUpdateChecker.java	2006-05-26 09:25:21.000000000 -0700
+@@ -57,77 +57,13 @@
    public static void
    initialize()
    {
@@ -37,14 +37,6 @@
 -            downloaders.toArray(new ResourceDownloader[downloaders.size()]);
 -          
 -          swtDownloader = factory.getRandomDownloader(resourceDownloaders);
--          	      
--	      swtDownloader.addListener(new ResourceDownloaderAdapter() {
--	        
--	        public boolean completed(ResourceDownloader downloader, InputStream data) {
--	          //On completion, process the InputStream to store temp files
--	          return processData(checker,data);
--	        }
--	      });
 -	      
 -	      	// get the size so its cached up
 -	      
@@ -56,13 +48,21 @@
 -	      	Debug.printStackTrace( e );
 -	      }
 -	      
--	      checker.addUpdate("SWT Library for " + versionGetter.getPlatform(),
--	          new String[] {"SWT is the graphical library used by Azureus"},
--	          "" + versionGetter.getLatestVersion(),
--	          swtDownloader,
--	          Update.RESTART_REQUIRED_YES
+-	      final Update update = 
+-	    	  checker.addUpdate("SWT Library for " + versionGetter.getPlatform(),
+-		          new String[] {"SWT is the graphical library used by Azureus"},
+-		          "" + versionGetter.getLatestVersion(),
+-		          swtDownloader,
+-		          Update.RESTART_REQUIRED_YES
 -	          );      
 -	      
+-	      swtDownloader.addListener(new ResourceDownloaderAdapter() {
+-		        
+-		        public boolean completed(ResourceDownloader downloader, InputStream data) {
+-		          //On completion, process the InputStream to store temp files
+-		          return processData(checker,update,downloader,data);
+-		        }
+-		      });
 -	    }
 -  	}catch( Throwable e ){
 -  		Logger.log(new LogAlert(LogAlert.UNREPEATABLE,
@@ -71,7 +71,7 @@
 -  		checker.failed();
 -  		
 -  	}finally{
-   		
+-  		
    		checker.completed();
 -  	}
 -    

azureus-no-update-manager-UpdateMonitor.patch:

Index: azureus-no-update-manager-UpdateMonitor.patch
===================================================================
RCS file: /cvs/extras/rpms/azureus/FC-5/azureus-no-update-manager-UpdateMonitor.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- azureus-no-update-manager-UpdateMonitor.patch	1 Apr 2006 22:08:05 -0000	1.2
+++ azureus-no-update-manager-UpdateMonitor.patch	29 May 2006 16:00:04 -0000	1.3
@@ -1,6 +1,6 @@
---- org/gudy/azureus2/ui/swt/update/UpdateMonitor.java.orig	2006-03-28 04:35:36.000000000 -0800
-+++ org/gudy/azureus2/ui/swt/update/UpdateMonitor.java	2006-03-28 04:44:37.000000000 -0800
-@@ -88,149 +88,19 @@
+--- org/gudy/azureus2/ui/swt/update/UpdateMonitor.java.orig	2006-05-14 08:10:01.000000000 -0700
++++ org/gudy/azureus2/ui/swt/update/UpdateMonitor.java	2006-05-26 09:27:25.000000000 -0700
+@@ -90,206 +90,19 @@
  	{
  		azureus_core	= _azureus_core;
  		
@@ -17,6 +17,63 @@
 -	  			}
 -			});
 -	  	
+-	  	um.addVerificationListener(
+-	  			new UpdateManagerVerificationListener()
+-	  			{
+-	  				public boolean
+-	  				acceptUnVerifiedUpdate(
+-	  					final Update		update )
+-	  				{
+-						final boolean	accept[]	 = {false};
+-						
+-						Utils.execSWTThread(
+-								new Runnable()
+-								{
+-									public void
+-									run()
+-									{
+-										accept[0] = MessageBoxWindow.open( 
+-											"UpdateMonitor.messagebox.accept.unverified",
+-											SWT.YES | SWT.NO,
+-											SWT.NULL,
+-											false,
+-											_main_window.getDisplay(), 
+-											MessageBoxWindow.ICON_WARNING,
+-											MessageText.getString( "UpdateMonitor.messagebox.accept.unverified.title" ),
+-											MessageText.getString( 
+-													"UpdateMonitor.messagebox.accept.unverified.text", 
+-													new String[]{ update.getName()})) == SWT.YES;
+-										
+-									}
+-								},
+-								false );	
+-							
+-						return( accept[0] );
+-	  				}
+-	  				
+-	  				public void
+-	  				verificationFailed(
+-	  					final Update		update,
+-	  					final Throwable		cause )
+-	  				{
+-	  					final String	cause_str = Debug.getNestedExceptionMessage( cause );
+-	  					
+-						Utils.execSWTThread(
+-								new Runnable()
+-								{
+-									public void
+-									run()
+-									{
+-										Utils.openMessageBox(
+-											_main_window.getShell(),
+-											SWT.OK,
+-											"UpdateMonitor.messagebox.verification.failed",
+-											new String[]{ update.getName(), cause_str });
+-									}
+-								});
+-	  				}
+-	  			});
+-	  	
 -	    SimpleTimer.addPeriodicEvent( 
 -	            AUTO_UPDATE_CHECK_PERIOD,
 -	            new TimerEventPerformer()
@@ -81,12 +138,11 @@
 -							if ( start_of_day ){
 -                                MainWindow.getWindow().setStatusText("");
 -							}
--
+ 
 -							CoreUpdateChecker.doUsageStats();
 -						}
 -					});
 -		}
-+
  	}
  	
  	public void

azureus-no-updates-PluginInterfaceImpl.patch:

Index: azureus-no-updates-PluginInterfaceImpl.patch
===================================================================
RCS file: /cvs/extras/rpms/azureus/FC-5/azureus-no-updates-PluginInterfaceImpl.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- azureus-no-updates-PluginInterfaceImpl.patch	14 Feb 2006 04:46:19 -0000	1.2
+++ azureus-no-updates-PluginInterfaceImpl.patch	29 May 2006 16:00:04 -0000	1.3
@@ -1,14 +1,14 @@
---- org/gudy/azureus2/pluginsimpl/local/PluginInterfaceImpl.java.orig	2006-02-09 23:03:10.000000000 -0500
-+++ org/gudy/azureus2/pluginsimpl/local/PluginInterfaceImpl.java	2006-02-09 23:03:41.000000000 -0500
-@@ -47,7 +47,6 @@
+--- org/gudy/azureus2/pluginsimpl/local/PluginInterfaceImpl.java.orig	2006-05-02 02:33:14.000000000 -0700
++++ org/gudy/azureus2/pluginsimpl/local/PluginInterfaceImpl.java	2006-05-12 09:58:07.000000000 -0700
+@@ -48,7 +48,6 @@
  import org.gudy.azureus2.pluginsimpl.local.ui.config.ParameterRepository;
  import org.gudy.azureus2.pluginsimpl.local.ui.config.PluginConfigUIFactoryImpl;
  import org.gudy.azureus2.pluginsimpl.local.utils.*;
 -import org.gudy.azureus2.pluginsimpl.local.update.*;
+ import org.gudy.azureus2.plugins.ipc.IPCInterface;
  import org.gudy.azureus2.plugins.ipfilter.IPFilter;
  import org.gudy.azureus2.plugins.tracker.Tracker;
- import org.gudy.azureus2.plugins.ui.config.Parameter;
-@@ -409,7 +408,7 @@
+@@ -412,7 +411,7 @@
    public UpdateManager
    getUpdateManager()
    {

azureus-themed.patch:

Index: azureus-themed.patch
===================================================================
RCS file: /cvs/extras/rpms/azureus/FC-5/azureus-themed.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- azureus-themed.patch	24 Apr 2006 20:25:10 -0000	1.3
+++ azureus-themed.patch	29 May 2006 16:00:04 -0000	1.4
@@ -1,15 +1,15 @@
---- azureus/org/gudy/azureus2/ui/swt/ImageRepository.java.orig	2006-04-22 17:48:33.000000000 +0200
-+++ azureus/org/gudy/azureus2/ui/swt/ImageRepository.java	2006-04-22 17:50:33.000000000 +0200
+--- org/gudy/azureus2/ui/swt/ImageRepository.java.orig	2006-04-24 06:11:48.000000000 -0700
++++ org/gudy/azureus2/ui/swt/ImageRepository.java	2006-05-12 09:54:14.000000000 -0700
 @@ -32,6 +32,8 @@
  import java.io.ByteArrayOutputStream;
  import java.io.File;
  import java.io.InputStream;
 +import java.io.FileInputStream;
 +import java.io.FileNotFoundException;
+ import java.lang.reflect.Method;
  import java.util.*;
  
- /**
-@@ -59,6 +61,25 @@
+@@ -61,6 +63,25 @@
      loadImage(display, "org/gudy/azureus2/ui/splash/azureus.jpg", "azureus_splash");
    }
  
@@ -35,7 +35,7 @@
    public static void loadImages(Display display) {
      loadImage(display, "org/gudy/azureus2/ui/icons/a32.png", "azureus32");
      loadImage(display, "org/gudy/azureus2/ui/icons/a64.png", "azureus64");
-@@ -103,20 +124,44 @@
+@@ -105,20 +126,44 @@
      //ToolBar Icons
  
      loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/open.gif", "cb_open");
@@ -89,10 +89,10 @@
 +    loadImage(display, 
 +	      getThemedIcon ("icon-html", "org/gudy/azureus2/ui/icons/toolbar/publish.gif"), 
 +	      "cb_publish");
+     loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/sendto.png", "cb_send");
  
      //Status icons
-     loadImage(display, "org/gudy/azureus2/ui/icons/status/ok.gif", "st_ok");
-@@ -157,6 +202,16 @@
+@@ -167,6 +212,16 @@
      Image im = getImage(name,false);
      if(null == im) {
        InputStream is = loader.getResourceAsStream(res);
@@ -109,10 +109,10 @@
        if(null != is) {
        	try { 
  	        if(alpha == 255) {
-@@ -453,4 +508,4 @@
+@@ -483,4 +538,4 @@
        
        return key;
      }
 -}
-\ Kein Zeilenumbruch am Dateiende.
+\ No newline at end of file
 +}


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/azureus/FC-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	1 Apr 2006 22:08:05 -0000	1.5
+++ sources	29 May 2006 16:00:04 -0000	1.6
@@ -1,3 +1,3 @@
-a1827e2041841940c4ca16fdf240afac  azureus2-cvs-20060325.tar.gz
-28f136e1d99d8a0d0d04ef4398f782b4  azplugins_1.8.8.jar
+086cf7f988efd91064b6da5ab78469a8  azureus2-cvs-20060529.tar.bz2
 0e88c3952b36ba221e277420a7080b43  bdcc_2.2.2.zip
+28f136e1d99d8a0d0d04ef4398f782b4  azplugins_1.8.8.jar


--- azureus-ChangeLog.txt DELETED ---




More information about the fedora-extras-commits mailing list