Your message dated Thu, 04 Jul 2013 19:18:41 +0000
with message-id <e1uup3b-0003s3...@franck.debian.org>
and subject line Bug#684151: fixed in libspring-java 3.0.6.RELEASE-7
has caused the Debian Bug report #684151,
regarding libspring-java: Transition package to use default java implementation 
+ compatiblity with Java 7
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
684151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684151
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libspring-java
Version: 3.0.6.RELEASE-6
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch openjdk-7-transition

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Transition package to use default java implementation:
    - d/control: BD on default-jdk (>= 1:1.6).

Note that the package already uses JAVA_HOME=/usr/lib/jvm/default-java
despite the fact that the current package does not directly depend on it.

  * d/patches/0011-java7-compat.patch: Compatibility patch for
    compilation with Java 7.

Basic patch to support compilation with openjdk-7 (default java in Ubuntu).

  * d/build-classpath: Explicitly add servlet-api-2.5.jar to classpath to
    ensure that build does not use incompatible servlet-api-3.0.

Ubuntu has transitioned some packages to use libservlet-api3.0-java to support
inclusion of tomcat7 in main - this causes a FTBFS due to the fact that
the servlet-api 3.0 is picked up automatically - this part of the fix ensures
that servlet-api 2.5 is used.  Note that spring 3.1 has support for 3.0.

Thanks for considering the patch.


- -- System Information:
Debian Release: wheezy/sid
  APT prefers quantal-updates
  APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 
'quantal')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5.0-8-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJQIQqIAAoJEL/srsug59jDgZgQALKshrMpsvFZHBlCa3rEk1zq
TsquwJ2ZhaIYM8kb/UubPDfDOcyiihCcwiKZt22SitVJaLVkcVAuwYbZ6fMmOolP
m7wjWYe84aFg9cH9zFz2nxV57l273qWct363XOR3ppoqwRFu1lT/Q/oF9rq+FXob
S22GyvHjY6ubwccqf1lSW1YNc9zAheq72yIX+zxvuqtjLt0yeKYYypx4YG+MejmY
20hUhHYGy7eojId2o6vkxcRQo34p3wrK4c9hfwzjglyGwy1mBYMFlz6Noyj4wz6i
pCw8oX4ReSpIAlNloG/qOiK1YzcGEp+5yUoQcQGf2I6LPBbIGDSO3CvofvtzYq9M
jMR1ICMi5cP+1zfwH5iMx0FHr2oaC9MhNXcadO3XvaOV+ykb/rZoqw9y1U6UHb6/
M7qIh0MZw45aJijzgsUvJD0pWpSD6OPXRMzsvYZXHMOYK86IxJthnUWfN+ja+gVl
+fPCZGQStYXWnunY3CTVCZ46ZaRLNWDZCtsEOBzbgqNmpi2i0NDMLDKmBtHV3zfb
P5f4Mcalxn8o83mbe8bqm5LI4BCpggeOtRYiQownRin+SGm2YoX7QM7IkRwoW2dD
QDaU0i8qPpgXpRetOkylyAXtUYdjhEA7ZB3w5XWgMDYLjY1mNN90MpuKiLdrYhnQ
lGBJnur2yKMzDE7Iej3p
=k9zH
-----END PGP SIGNATURE-----
diff -Nru libspring-java-3.0.6.RELEASE/debian/build-classpath libspring-java-3.0.6.RELEASE/debian/build-classpath
--- libspring-java-3.0.6.RELEASE/debian/build-classpath	2012-01-14 16:27:40.000000000 +0000
+++ libspring-java-3.0.6.RELEASE/debian/build-classpath	2012-08-07 09:07:00.000000000 +0100
@@ -1,3 +1,5 @@
+# Ensure servlet 2.5 is used
+/usr/share/java/servlet-api-2.5.jar
 # Build system
 /usr/share/java/ivy.jar
 /usr/share/java/org.springframework.build.ant.jar
diff -Nru libspring-java-3.0.6.RELEASE/debian/changelog libspring-java-3.0.6.RELEASE/debian/changelog
diff -Nru libspring-java-3.0.6.RELEASE/debian/control libspring-java-3.0.6.RELEASE/debian/control
--- libspring-java-3.0.6.RELEASE/debian/control	2012-06-21 02:29:30.000000000 +0100
+++ libspring-java-3.0.6.RELEASE/debian/control	2012-08-07 13:27:07.000000000 +0100
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintain...@lists.alioth.debian.org>
 Uploaders: Damien Raude-Morvan <draz...@debian.org>, Miguel Landaeta <mig...@miguel.cc>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), ant, openjdk-6-jdk | openjdk-7-jdk
+Build-Depends: debhelper (>= 7.0.50~), ant, default-jdk (>= 1:1.6)
 Build-Depends-Indep: maven-repo-helper (>= 1.1), ivy, spring-build-scripts,
  libaspectj-java, bsh, glassfish-javaee, glassfish-mail, glassfish-toplink-essentials,
  groovy, junit4 (>= 4.5), libaopalliance-java, libasm3-java, libatinject-jsr330-api-java,
diff -Nru libspring-java-3.0.6.RELEASE/debian/patches/0011-java7-compat.patch libspring-java-3.0.6.RELEASE/debian/patches/0011-java7-compat.patch
--- libspring-java-3.0.6.RELEASE/debian/patches/0011-java7-compat.patch	1970-01-01 01:00:00.000000000 +0100
+++ libspring-java-3.0.6.RELEASE/debian/patches/0011-java7-compat.patch	2012-08-07 13:26:45.000000000 +0100
@@ -0,0 +1,157 @@
+Description: Compatibility patch for JDBC 4.1 API in Java 7
+ Drop with 3.1 release of spring.
+Author: James Page <james.p...@ubuntu.com>
+Forwarded: not-needed
+
+Index: libspring-java-3.0.6.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/DriverManagerDataSource.java
+===================================================================
+--- libspring-java-3.0.6.RELEASE.orig/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/DriverManagerDataSource.java	2012-08-06 18:06:09.943525138 +0100
++++ libspring-java-3.0.6.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/DriverManagerDataSource.java	2012-08-06 18:06:10.875529907 +0100
+@@ -20,6 +20,8 @@
+ import java.sql.DriverManager;
+ import java.sql.SQLException;
+ import java.util.Properties;
++import java.sql.SQLFeatureNotSupportedException;
++import java.util.logging.Logger;
+ 
+ import org.springframework.util.Assert;
+ import org.springframework.util.ClassUtils;
+@@ -173,4 +175,11 @@
+ 		return DriverManager.getConnection(url, props);
+ 	}
+ 
++    /*
++     * JDBC 4.1
++     */
++    public Logger getParentLogger() throws SQLFeatureNotSupportedException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
+ }
+Index: libspring-java-3.0.6.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/SimpleDriverDataSource.java
+===================================================================
+--- libspring-java-3.0.6.RELEASE.orig/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/SimpleDriverDataSource.java	2012-08-06 18:06:09.943525138 +0100
++++ libspring-java-3.0.6.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/SimpleDriverDataSource.java	2012-08-06 18:06:10.879529928 +0100
+@@ -20,6 +20,8 @@
+ import java.sql.Driver;
+ import java.sql.SQLException;
+ import java.util.Properties;
++import java.sql.SQLFeatureNotSupportedException;
++import java.util.logging.Logger;
+ 
+ import org.springframework.beans.BeanUtils;
+ import org.springframework.util.Assert;
+@@ -140,4 +142,11 @@
+ 		return driver.connect(url, props);
+ 	}
+ 
++    /*
++     * JDBC 4.1
++     */
++    public Logger getParentLogger() throws SQLFeatureNotSupportedException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
+ }
+Index: libspring-java-3.0.6.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/DerbyEmbeddedDatabaseConfigurer.java
+===================================================================
+--- libspring-java-3.0.6.RELEASE.orig/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/DerbyEmbeddedDatabaseConfigurer.java	2012-08-06 18:06:09.943525138 +0100
++++ libspring-java-3.0.6.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/DerbyEmbeddedDatabaseConfigurer.java	2012-08-06 18:06:10.879529928 +0100
+@@ -21,6 +21,8 @@
+ import java.sql.SQLException;
+ import java.util.Properties;
+ import javax.sql.DataSource;
++import java.sql.SQLFeatureNotSupportedException;
++import java.util.logging.Logger;
+ 
+ import org.apache.commons.logging.Log;
+ import org.apache.commons.logging.LogFactory;
+@@ -99,4 +101,11 @@
+ 		}
+ 	}
+ 
++
++    /*
++     * JDBC 4.1
++     */
++    public Logger getParentLogger() throws SQLFeatureNotSupportedException {
++        throw new SQLFeatureNotSupportedException();
++    }
+ }
+Index: libspring-java-3.0.6.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactory.java
+===================================================================
+--- libspring-java-3.0.6.RELEASE.orig/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactory.java	2012-08-06 18:06:09.943525138 +0100
++++ libspring-java-3.0.6.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactory.java	2012-08-06 18:07:24.095903511 +0100
+@@ -20,6 +20,8 @@
+ import java.sql.Connection;
+ import java.sql.SQLException;
+ import javax.sql.DataSource;
++import java.sql.SQLFeatureNotSupportedException;
++import java.util.logging.Logger;
+ 
+ import org.apache.commons.logging.Log;
+ import org.apache.commons.logging.LogFactory;
+@@ -228,6 +230,13 @@
+ 		public void shutdown() {
+ 			shutdownDatabase();
+ 		}
++
++        /*
++         * JDBC 4.1
++         */
++        public Logger getParentLogger() throws SQLFeatureNotSupportedException {
++            throw new SQLFeatureNotSupportedException();
++        }
+ 	}
+ 
+ }
+Index: libspring-java-3.0.6.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/IsolationLevelDataSourceRouter.java
+===================================================================
+--- libspring-java-3.0.6.RELEASE.orig/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/IsolationLevelDataSourceRouter.java	2012-08-06 18:06:09.943525138 +0100
++++ libspring-java-3.0.6.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/lookup/IsolationLevelDataSourceRouter.java	2012-08-06 18:06:10.879529928 +0100
+@@ -16,6 +16,9 @@
+ 
+ package org.springframework.jdbc.datasource.lookup;
+ 
++import java.sql.SQLFeatureNotSupportedException;
++import java.util.logging.Logger;
++
+ import org.springframework.core.Constants;
+ import org.springframework.transaction.TransactionDefinition;
+ import org.springframework.transaction.support.DefaultTransactionDefinition;
+@@ -123,4 +126,11 @@
+ 		return TransactionSynchronizationManager.getCurrentTransactionIsolationLevel();
+ 	}
+ 
++    /*
++     * JDBC 4.1
++     */
++    public Logger getParentLogger() throws SQLFeatureNotSupportedException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
+ }
+Index: libspring-java-3.0.6.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/DelegatingDataSource.java
+===================================================================
+--- libspring-java-3.0.6.RELEASE.orig/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/DelegatingDataSource.java	2012-08-06 18:06:09.943525138 +0100
++++ libspring-java-3.0.6.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/DelegatingDataSource.java	2012-08-06 18:06:10.879529928 +0100
+@@ -20,6 +20,8 @@
+ import java.sql.Connection;
+ import java.sql.SQLException;
+ import javax.sql.DataSource;
++import java.sql.SQLFeatureNotSupportedException;
++import java.util.logging.Logger;
+ 
+ import org.springframework.beans.factory.InitializingBean;
+ import org.springframework.util.Assert;
+@@ -117,4 +119,10 @@
+ 		return getTargetDataSource().isWrapperFor(iface);
+ 	}
+ 
++    /*
++     * JDBC 4.1
++     */
++    public Logger getParentLogger() throws SQLFeatureNotSupportedException {
++        throw new SQLFeatureNotSupportedException();
++    }
+ }
diff -Nru libspring-java-3.0.6.RELEASE/debian/patches/series libspring-java-3.0.6.RELEASE/debian/patches/series
--- libspring-java-3.0.6.RELEASE/debian/patches/series	2012-01-14 16:40:31.000000000 +0000
+++ libspring-java-3.0.6.RELEASE/debian/patches/series	2012-08-06 16:57:38.000000000 +0100
@@ -7,3 +7,4 @@
 0008_jpa_20_api.diff
 0009_hibernate_validator_41.diff
 0010_velocity_17.diff
+0011-java7-compat.patch

--- End Message ---
--- Begin Message ---
Source: libspring-java
Source-Version: 3.0.6.RELEASE-7

We believe that the bug you reported is fixed in the latest version of
libspring-java, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 684...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta <mig...@miguel.cc> (supplier of updated libspring-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 02 Jul 2013 23:40:46 -0300
Source: libspring-java
Binary: libspring-core-java libspring-beans-java libspring-aop-java 
libspring-context-java libspring-context-support-java libspring-web-java 
libspring-web-servlet-java libspring-web-struts-java libspring-web-portlet-java 
libspring-test-java libspring-transaction-java libspring-jdbc-java 
libspring-jms-java libspring-orm-java libspring-expression-java 
libspring-oxm-java libspring-instrument-java
Architecture: source all
Version: 3.0.6.RELEASE-7
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Miguel Landaeta <mig...@miguel.cc>
Description: 
 libspring-aop-java - modular Java/J2EE application framework - AOP
 libspring-beans-java - modular Java/J2EE application framework - Beans
 libspring-context-java - modular Java/J2EE application framework - Context
 libspring-context-support-java - modular Java/J2EE application framework - 
Context Support
 libspring-core-java - modular Java/J2EE application framework - Core
 libspring-expression-java - modular Java/J2EE application framework - 
Expression language
 libspring-instrument-java - modular Java/J2EE application framework - 
Instrumentation
 libspring-jdbc-java - modular Java/J2EE application framework - JDBC tools
 libspring-jms-java - modular Java/J2EE application framework - JMS tools
 libspring-orm-java - modular Java/J2EE application framework - ORM tools
 libspring-oxm-java - modular Java/J2EE application framework - Object/XML 
Mapping
 libspring-test-java - modular Java/J2EE application framework - Test helpers
 libspring-transaction-java - modular Java/J2EE application framework - 
transaction
 libspring-web-java - modular Java/J2EE application framework - Web
 libspring-web-portlet-java - modular Java/J2EE application framework - Portlet 
MVC
 libspring-web-servlet-java - modular Java/J2EE application framework - Web 
Portlet
 libspring-web-struts-java - modular Java/J2EE application framework - Struts 
MVC
Closes: 684151
Changes: 
 libspring-java (3.0.6.RELEASE-7) unstable; urgency=low
 .
   [ James Page ]
   * Transition package to use default java implementation: (Closes: #684151).
     - d/control: BD on default-jdk (>= 1:1.6).
   * d/patches/0011-java7-compat.patch: Compatibility patch for
     compilation with Java 7.
   * d/build-classpath: Explicitly add servlet-api-2.5.jar to classpath to
     ensure that build does not use incompatible servlet-api-3.0.
 .
   [ Miguel Landaeta ]
   * Update copyright file and fix a lintian warning related to it.
   * Update watch file. Thanks to Bart Martens <ba...@debian.org>.
   * Fix vcs-field-not-canonical lintian warnings.
 .
   [ Emmanuel Bourg ]
   * Removed the deprecated DM-Upload-Allowed field.
Checksums-Sha1: 
 c7dcdd03f03223132d868c620104257f51ee9636 4520 
libspring-java_3.0.6.RELEASE-7.dsc
 be490ac5f99b7b4754c5a98b67db272b8aeebacf 18925 
libspring-java_3.0.6.RELEASE-7.debian.tar.gz
 dfb36e714daf17d5e3762846e9ad99b173c59b5f 364774 
libspring-core-java_3.0.6.RELEASE-7_all.deb
 55ce9fd8ce4412aae389d72baba090636cc515c5 521110 
libspring-beans-java_3.0.6.RELEASE-7_all.deb
 0e006b710a6d62b4b9e9ef4eb5b12418794f80d0 331264 
libspring-aop-java_3.0.6.RELEASE-7_all.deb
 6b8887558fd5bbd0dc86b4b94102e74cfb82df9b 600098 
libspring-context-java_3.0.6.RELEASE-7_all.deb
 14b679dc0267fd518b5fb672382aa4b18b75ff60 113764 
libspring-context-support-java_3.0.6.RELEASE-7_all.deb
 f6e4ff7e7eda5822cac1fb423d5d6c8933db541b 372718 
libspring-web-java_3.0.6.RELEASE-7_all.deb
 cf20de47ca8cffe653e389351c28a30d812af18a 399538 
libspring-web-servlet-java_3.0.6.RELEASE-7_all.deb
 717cbb2863deef7ac5964dc16a54f905e7976288 51618 
libspring-web-struts-java_3.0.6.RELEASE-7_all.deb
 e6dc023c476c1f0714ece4b4cbcefc34ab6fa0d4 180522 
libspring-web-portlet-java_3.0.6.RELEASE-7_all.deb
 9579c5366cdbd73985b57c4df16a4d9ebd4d2b34 205470 
libspring-test-java_3.0.6.RELEASE-7_all.deb
 d1bf7bb5b4ebf01e37d44d277a94820f850f19b7 214530 
libspring-transaction-java_3.0.6.RELEASE-7_all.deb
 e14b7d95862d319ab086ee1d4603587df8be779f 360256 
libspring-jdbc-java_3.0.6.RELEASE-7_all.deb
 791cf046d76978e723355ee962ffb16f98c9654e 187420 
libspring-jms-java_3.0.6.RELEASE-7_all.deb
 4b09c1db382fc014863655bb3cf24d013028abd5 318338 
libspring-orm-java_3.0.6.RELEASE-7_all.deb
 33ab782fa8e62e58ee276394692c934772d463c5 176898 
libspring-expression-java_3.0.6.RELEASE-7_all.deb
 ff98b0d922ba80941d0c3c037bb3995c14e89592 77562 
libspring-oxm-java_3.0.6.RELEASE-7_all.deb
 5920b435771ac912701ad68a6c5be193f5a09410 29926 
libspring-instrument-java_3.0.6.RELEASE-7_all.deb
Checksums-Sha256: 
 850a25f4307a6b1b0107460a311e4eb03a7f3e6640137b59ed1b4c161821c56b 4520 
libspring-java_3.0.6.RELEASE-7.dsc
 638e078cc6a64f192e5c76d91f965e8bd28844f20108147dde28577b70313fc8 18925 
libspring-java_3.0.6.RELEASE-7.debian.tar.gz
 3e3e14494fc853fd18c9c70e2a7b05ad921d21e045e8093ab413ac7fabd0b53e 364774 
libspring-core-java_3.0.6.RELEASE-7_all.deb
 b428b9a807cf1ac12b01f5fba042b2f5b775cb5541bc79fbda29f338be7f60ba 521110 
libspring-beans-java_3.0.6.RELEASE-7_all.deb
 6b9417651003cc04e170ffecbd81b7566c53042211405020884eb6ceacc1a774 331264 
libspring-aop-java_3.0.6.RELEASE-7_all.deb
 1213bc7c2147cbd1fea131e87f856f1f11a3e68d8a539a447e89dd601cf4603b 600098 
libspring-context-java_3.0.6.RELEASE-7_all.deb
 76ecb098546583ee0e9ef32085feb49b7156ec9a1f1fe0903d3cd5ea4bc0dd15 113764 
libspring-context-support-java_3.0.6.RELEASE-7_all.deb
 64cb77f921eb25efa3190c61447105cc81b6aaded637b3afb97ae2ba96f15fd3 372718 
libspring-web-java_3.0.6.RELEASE-7_all.deb
 f3a500c56c11067fcfec8a4105a3d169fc5c59dc0365a09fbf953974a2c342f6 399538 
libspring-web-servlet-java_3.0.6.RELEASE-7_all.deb
 c9cc94bf2953f27c9c9fadeb6c91a5421a7e862d3dd3699a5bce0443906e0b83 51618 
libspring-web-struts-java_3.0.6.RELEASE-7_all.deb
 a161a15347b748fae61087525aaefd4c842a26fa9851ae92967657ed61ad4735 180522 
libspring-web-portlet-java_3.0.6.RELEASE-7_all.deb
 eab8bbe542abea6991608f49e0f1695c92e2d2ab4c4c7aa7fa13eb3240c46c62 205470 
libspring-test-java_3.0.6.RELEASE-7_all.deb
 d20237b6b71fee44391f1f4ac3fe5bc767e52d9f9d95321561f45bfc4121f8f1 214530 
libspring-transaction-java_3.0.6.RELEASE-7_all.deb
 f6381317296e800131d29450ab67f7bcf1fc0dbd54b55c2b501ca2af63dddadf 360256 
libspring-jdbc-java_3.0.6.RELEASE-7_all.deb
 b2064158cc460681bd2274361bd2027411b555b3f6e598ef24a85b6c27f225db 187420 
libspring-jms-java_3.0.6.RELEASE-7_all.deb
 029cb2b00a9d8d5fd1aa37e1a27e71104e053fa0eb90dd64c2c6237b2827ba6e 318338 
libspring-orm-java_3.0.6.RELEASE-7_all.deb
 8495600948c0db447e33afe241d88f6c9d6c87d0233bcd818832d3d7e7f08e96 176898 
libspring-expression-java_3.0.6.RELEASE-7_all.deb
 b81c37e8b61a48cb290f7199d0d388d429888db788b44bcbf27f6b1bc5dc832e 77562 
libspring-oxm-java_3.0.6.RELEASE-7_all.deb
 92e606c7ed4229fa5f82bdd6ad0342b0d1a6df3b81ca06ad1cb1fd033c74b6cf 29926 
libspring-instrument-java_3.0.6.RELEASE-7_all.deb
Files: 
 7493ea2dd62ab9909d4775560651354a 4520 java extra 
libspring-java_3.0.6.RELEASE-7.dsc
 163ef80a36d0b2d945b1ef66438af032 18925 java extra 
libspring-java_3.0.6.RELEASE-7.debian.tar.gz
 038bef0a60751ad743eac5e278f2e54b 364774 java extra 
libspring-core-java_3.0.6.RELEASE-7_all.deb
 ba1d5ae2ed1bb845758b7f1309f43054 521110 java extra 
libspring-beans-java_3.0.6.RELEASE-7_all.deb
 23f9e22dd48bfecbe4b7b1aa921c78fe 331264 java extra 
libspring-aop-java_3.0.6.RELEASE-7_all.deb
 baf61edd39d046a2f1be1e07fa442841 600098 java extra 
libspring-context-java_3.0.6.RELEASE-7_all.deb
 476f200549def8382473fcb4108500b7 113764 java extra 
libspring-context-support-java_3.0.6.RELEASE-7_all.deb
 e0468c046d2e1c84241c4fc6be4026df 372718 java extra 
libspring-web-java_3.0.6.RELEASE-7_all.deb
 7a965f480fe460ced58d15888ddb0fd2 399538 java extra 
libspring-web-servlet-java_3.0.6.RELEASE-7_all.deb
 e16f9a4c7c4468cb99d99c291ca0b680 51618 java extra 
libspring-web-struts-java_3.0.6.RELEASE-7_all.deb
 fae344f30049439c1737b25d67f21243 180522 java extra 
libspring-web-portlet-java_3.0.6.RELEASE-7_all.deb
 17a9d77879babeee5d0c105d93f1e23c 205470 java extra 
libspring-test-java_3.0.6.RELEASE-7_all.deb
 a6539a6d8ec84dc9f6ee9949ae1f4279 214530 java extra 
libspring-transaction-java_3.0.6.RELEASE-7_all.deb
 5959664284e1e93f1de9c9d45e22c726 360256 java extra 
libspring-jdbc-java_3.0.6.RELEASE-7_all.deb
 a570791703dde81746bfeebcac3e73c8 187420 java extra 
libspring-jms-java_3.0.6.RELEASE-7_all.deb
 778c79e91f2b02d8d51de6e052889a4b 318338 java extra 
libspring-orm-java_3.0.6.RELEASE-7_all.deb
 545a8525a664b78f6c85d61184b2ed9c 176898 java extra 
libspring-expression-java_3.0.6.RELEASE-7_all.deb
 af08eb6fa96ea7887e89096ac8200a28 77562 java extra 
libspring-oxm-java_3.0.6.RELEASE-7_all.deb
 02afe87c900c2a1b94eafd151d5ac6bb 29926 java extra 
libspring-instrument-java_3.0.6.RELEASE-7_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJR1cQfAAoJECHSBYmXSz6WiFAQAJYLsal3qrLdLdjdS30knHP7
lT5j3nAYiNLeh7lfUUrUn1UYgRnUVoV8UU/RiGPJ+rxr+Y5A6WDkkcFx0aneMTh8
G906Iw/K/vY+F/w+7eYQEACfcR+arDyzpfSaI26cCyzSDvsVjQYfBJgmu2lfUrV0
1y/zooz8qs9zJG81aXz87br1i3gVVwoaaSjTKj301qCBHqJdrwm03iOtk3CYg40b
05hYFJo7lqUESorTGL5t5x0viYhhUjQOlznAhnElBWd/g5AcWiacsMTCC8iSZtiC
z3CriTwp1WhRjN9w/k0YZtxSiTfy5u3L9WYdveFllKo4byA2La21R1EpO9EHC2MB
ZEIZCtRBBIk9FWg/ZmqxqlmPPAMlHBkJy1RVR/Eh5E4Rc57dHa3ZyALYbUNV57QJ
M/JyhzusufxJfAliDvxIYQjHtrEuzW7Jjsl2BAbQ95q2gLC2K8RMhWbXtJcMyPrk
WB+7UqOJjy/iwWMqee0jYBfAq1O5T15GK8C42yo+AXPoxiBkwYsgXXh2kBpaMq6S
C4mwQFAWSQbnKPac6FaQYziHh/n3ZkaI4gz3cmvVpvkQaFYepDbkmTpvdPwMSZRF
iHbQv0ouK86mdreL/l6AqB303zU45+YkGF9uTgaRkGVEnO4sA3+UFl2QMUpsO2QU
hxp/t9FlmyUo3WIaJR5X
=Xyur
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to