[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jpackage-announce
Subject:    [JPackage-announce] [RPM (5.0)] jboss-cache-1.4.1-4.SP9.6.jpp5
From:       David Walluck <jpackage () zarb ! org>
Date:       2008-12-01 20:23:54
Message-ID: 20081201202354.311043F5F9 () ryu ! zarb ! org
[Download RAW message or body]

Name        : jboss-cache                  Relocations: (not relocatable)
Version     : 1.4.1                             Vendor: JPackage Project
Release     : 4.SP9.6.jpp5                  Build Date: Mon 01 Dec 2008 09:18:46 PM CET
Install Date: (not installed)               Build Host: flat.netmindz.net
Group       : Internet/WWW/Servers          Source RPM: (none)
Size        : 13524197                         License: LGPLv2+
Signature   : (none)
Packager    : David Walluck <david@jpackage.org>
URL         : http://www.jboss.org/
Summary     : JBoss Cache
Description :
JBoss Cache is a product designed to cache frequently accessed
Java objects in order to dramatically improve the performance
of e-business applications. By eliminating unnecessary database
access, JBoss Cache decreases network traffic and increases the
scalability of applications.
JBoss Cache provides two caching APIs to suit your needs. The
JBossCache API offers a traditional, tree-structured node-based
cache and the JBossCacheAOP API, which builds on the JBossCache
API, provides the ability to perform fine-grained replication
of Java objects, resulting in maximum performance benefits.

---------------
David Walluck <dwalluck@redhat.com> 0:1.4.1-4.SP9.6
- rediff patch
---------------
jboss-cache.src: W: mixed-use-of-spaces-and-tabs (spaces: line 9, tab: line 76)
jboss-cache.src: W: patch-not-applied Patch1: jboss-cache-1.3.0.2-build_xml.patch
jboss-cache.src: W: not-standard-release-extension 4.SP9.6.jpp5
jboss-cache.src: W: invalid-license LGPLv2+
jboss-cache.src: E: no-signature
jboss-cache.src: W: source-or-patch-not-bzipped jboss-cache-GlobalTransactionTest.patch
jboss-cache.src: W: source-or-patch-not-bzipped jboss-cache-1.3.0.2-build_xml.patch
1 packages and 0 specfiles checked; 1 errors, 6 warnings.

---------------
Index: jboss-cache-GlobalTransactionTest.patch
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/jboss-cache/jboss-cache-GlobalTransactionTest.patch,v
retrieving revision 1.2
diff -u -r1.2 jboss-cache-GlobalTransactionTest.patch
--- jboss-cache-GlobalTransactionTest.patch	20 Jun 2008 05:56:27 -0000	1.2
+++ jboss-cache-GlobalTransactionTest.patch	1 Dec 2008 20:23:53 -0000
@@ -1,5 +1,5 @@
---- tests/functional/org/jboss/cache/GlobalTransactionTest.java.sav	2006-06-12 14:21:01.000000000 -0400
-+++ tests/functional/org/jboss/cache/GlobalTransactionTest.java	2006-06-12 14:27:05.000000000 -0400
+--- tests/functional/org/jboss/cache/GlobalTransactionTest.java.orig	2008-12-01 15:08:28.960950005 -0500
++++ tests/functional/org/jboss/cache/GlobalTransactionTest.java	2008-12-01 15:08:28.960950005 -0500
 @@ -34,7 +34,12 @@
  
     public void testEquality() throws UnknownHostException
@@ -14,7 +14,7 @@
        GlobalTransaction tx1, tx2;
  
        tx1=GlobalTransaction.create(a1);
-@@ -50,21 +55,36 @@
+@@ -50,7 +55,12 @@
  
     public void testEqualityWithOtherObject() throws UnknownHostException
     {
@@ -28,12 +28,11 @@
        GlobalTransaction tx1=GlobalTransaction.create(a1);
        System.out.println("\ntx1: " + tx1);
        assertFalse(tx1.equals(Thread.currentThread()));
-    }
+@@ -58,7 +68,12 @@
  
     public void testEqualityWithNull() throws UnknownHostException
--   {
+    {
 -      IpAddress a1=new IpAddress("localhost", 4444);
-+   {
 +      IpAddress a1=null;
 +      try {
 +         a1=new IpAddress("localhost", 4444);
@@ -43,12 +42,11 @@
        GlobalTransaction tx1=GlobalTransaction.create(a1);
        System.out.println("\ntx1: " + tx1);
        assertFalse(tx1.equals(null));
-    }
+@@ -66,7 +81,12 @@
  
     public void testHashcode() throws UnknownHostException
--   {
+    {
 -      IpAddress a1=new IpAddress("localhost", 4444);
-+   {
 +      IpAddress a1=null;
 +      try {
 +         a1=new IpAddress("localhost", 4444);
@@ -58,22 +56,3 @@
        GlobalTransaction tx1, tx2;
  
  
---- tests/functional/org/jboss/cache/GlobalTransactionTest.java.sav	2006-06-12 14:21:01.000000000 -0400
-+++ tests/functional/org/jboss/cache/GlobalTransactionTest.java	2006-06-12 14:27:05.000000000 -0400
-@@ -110,8 +110,14 @@
- 
-    public void testExternalization() throws UnknownHostException
-    {
--      IpAddress a1=new IpAddress("localhost", 4444);
--      IpAddress a2=new IpAddress("localhost", 5555);
-+      IpAddress a1=null;
-+      IpAddress a2=null;
-+      try {
-+         a1=new IpAddress("localhost", 4444);
-+         a2=new IpAddress("localhost", 5555);
-+      } catch(UnknownHostException e) {
-+         e.printStackTrace();
-+      }
-       GlobalTransaction tx1, tx2, tx1_copy=null, tx2_copy=null;
-       ByteArrayOutputStream bos=null;
-       ByteArrayInputStream bis=null;
Index: jboss-cache.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/jboss-cache/jboss-cache.spec,v
retrieving revision 1.7.2.1
diff -u -r1.7.2.1 jboss-cache.spec
--- jboss-cache.spec	10 Oct 2008 20:36:28 -0000	1.7.2.1
+++ jboss-cache.spec	1 Dec 2008 20:23:53 -0000
@@ -63,7 +63,7 @@
 
 Name:           jboss-cache
 Version:        1.4.1
-Release:        4.SP9.5%{?dist}
+Release:        4.SP9.6%{?dist}
 Epoch:          0
 Summary:        JBoss Cache
 License:        LGPLv2+
@@ -188,19 +188,10 @@
 
 %prep
 %setup -q -n JBossCache-1.4.1.%{reltag}-src
-
+find . -type f -name "*.jar" | xargs -t rm
 # FIXME must adjust this patch to force IPv4 to be used on Linux
-#%patch1 -b .sav
+#%%patch1 -b .sav
 %patch2 -b .sav
-#%if %{without_jdk15}
-#%patch4 -b .sav
-#%patch5 -b .sav
-#%endif
-
-# Clean binary JARs
-for f in $(find . -name "*.jar"); do
-	mv $f $f.no
-done
 
 pushd ant-dist/lib
 #BUILD/JBossCache-1.3.0.1-src/ant-dist/lib/ant.jar.no
@@ -380,6 +371,9 @@
 %endif
 
 %changelog
+* Mon Dec 01 2008 David Walluck <dwalluck@redhat.com> 0:1.4.1-4.SP9.6
+- rediff patch
+
 * Fri Oct 10 2008 David Walluck <dwalluck@redhat.com> 0:1.4.1-4.SP9.5
 - fix repolib
 - don't set JAVA_HOME


_______________________________________________
JPackage-announce mailing list
JPackage-announce@zarb.org
https://www.zarb.org/mailman/listinfo/jpackage-announce
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic