[azureus] - upgrade to Vuze 4.8.1.2 - provides Vuze

David Juran djuran at fedoraproject.org
Sun Dec 30 15:45:32 UTC 2012


commit a69268e4a7ad0ca591c993f12fe74a3759d736a1
Author: David Juran <djuran at redhat.com>
Date:   Sun Dec 30 16:44:49 2012 +0100

    - upgrade to Vuze 4.8.1.2
    - provides Vuze

 .gitignore                        |    1 +
 azureus-4.8.1.2-fix-compile.patch |   15 +++++++++++++++
 azureus.spec                      |   15 +++++++++++++--
 sources                           |    2 +-
 4 files changed, 30 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a2bfbd8..129547a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ Vuze_4502_source.zip
 /Vuze_4712_source.zip
 /Vuze_4720_source.zip
 /Vuze_4800_source.zip
+/Vuze_4812_source.zip
diff --git a/azureus-4.8.1.2-fix-compile.patch b/azureus-4.8.1.2-fix-compile.patch
new file mode 100644
index 0000000..118f186
--- /dev/null
+++ b/azureus-4.8.1.2-fix-compile.patch
@@ -0,0 +1,15 @@
+diff -up azureus-4.8.1.2/com/aelitis/net/udp/uc/impl/PRUDPPacketHandlerImpl.java.compile azureus-4.8.1.2/com/aelitis/net/udp/uc/impl/PRUDPPacketHandlerImpl.java
+--- azureus-4.8.1.2/com/aelitis/net/udp/uc/impl/PRUDPPacketHandlerImpl.java.compile	2012-12-30 13:22:11.797130285 +0100
++++ azureus-4.8.1.2/com/aelitis/net/udp/uc/impl/PRUDPPacketHandlerImpl.java	2012-12-30 13:25:32.612244079 +0100
+@@ -1338,10 +1338,7 @@ PRUDPPacketHandlerImpl
+ 				
+ 				throw( e );
+ 			}
+-		}catch( PRUDPPacketHandlerException e ){
+-			
+-			throw( e );
+-			
++
+ 		}catch( Throwable e ){
+ 			
+ 			// AMC: I've seen this in debug logs - just wonder where it's
diff --git a/azureus.spec b/azureus.spec
index bce0781..eb3fd39 100644
--- a/azureus.spec
+++ b/azureus.spec
@@ -1,14 +1,14 @@
 %global		_newname Vuze
 
 Name:		azureus
-Version:	4.8.0.0
+Version:	4.8.1.2
 Release:	1%{?dist}
 Summary:	A BitTorrent Client
 Group:		Applications/Internet
 License:	GPLv2+
 URL:		http://azureus.sourceforge.net
 
-Source0:	http://downloads.sourceforge.net/azureus/%{_newname}_4800_source.zip
+Source0:	http://downloads.sourceforge.net/azureus/%{_newname}_4812_source.zip
 
 Source1:	azureus.script
 Source2:	Azureus.desktop
@@ -41,6 +41,8 @@ Patch57:	azureus-4.0.0.4-stupid-invalid-characters.diff
 
 Patch58:	azureus-4.2.0.4-java5.patch
 
+Patch59:	azureus-4.8.1.2-fix-compile.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	ant, jpackage-utils >= 1.5, xml-commons-apis
@@ -56,6 +58,9 @@ BuildRequires:	 java-devel >= 1:1.6.0
 BuildRequires:	 desktop-file-utils
 Requires(post):	 desktop-file-utils
 Requires(postun):	desktop-file-utils
+
+Provides:		Vuze
+
 BuildArch:	noarch
 
 
@@ -119,6 +124,8 @@ rm org/gudy/azureus2/ui/swt/win32/Win32UIEnhancer.java
 
 %patch58 -p1 -b .java5
 
+%patch59 -p1 -b .fix-compile
+
 #hacks to org.eclipse.swt.widgets.Tree2 don't compile.
 rm -fR org/eclipse
 
@@ -235,6 +242,10 @@ fi
 %{_datadir}/azureus
 
 %changelog
+* Sun Dec 30 2012 David Juran <djuran at redhat.com> - 4.8.1.2-1
+- upgrade to Vuze 4.8.1.2
+- provides Vuze
+
 * Sat Nov 10 2012 David Juran <djuran at redhat.com> - 4.8.0.0-1
 - upgrade to 4.8.0.0
 
diff --git a/sources b/sources
index 7afb05d..33a0bc0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56832c7f3c4716b8f07b3f402ee9b004  Vuze_4800_source.zip
+bcf7a7d9c94552a6d256095eb2973ea3  Vuze_4812_source.zip


More information about the scm-commits mailing list