Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package libspring-webflow-2.0-java. This package has a minor incompatibility with Spring Framework 3.1 and it will fail to build if we update libspring-java to a more recent version in order to fix its security issues. The good news is that out of the 22 reverse dependencies of libspring-java this is the only package that needs to be updated, the others are compatible. Thank you unblock libspring-webflow-2.0-java/2.0.9.RELEASE-6 dpkg-source: warning: extracting unsigned source package (/home/ebourg/packaging/libspring-webflow-2.0-java_2.0.9.RELEASE-5.dsc) diff -Nru libspring-webflow-2.0-java-2.0.9.RELEASE/debian/changelog libspring-webflow-2.0-java-2.0.9.RELEASE/debian/changelog --- libspring-webflow-2.0-java-2.0.9.RELEASE/debian/changelog 2014-08-07 11:25:32.000000000 +0200 +++ libspring-webflow-2.0-java-2.0.9.RELEASE/debian/changelog 2014-12-03 11:14:18.000000000 +0100 @@ -1,3 +1,11 @@ +libspring-webflow-2.0-java (2.0.9.RELEASE-6) unstable; urgency=medium + + * Team upload. + * Fixed a compilation error with Spring Framework 3.1 + * Standards-Version updated to 3.9.6 (no changes) + + -- Emmanuel Bourg <ebo...@apache.org> Wed, 03 Dec 2014 10:45:31 +0100 + libspring-webflow-2.0-java (2.0.9.RELEASE-5) unstable; urgency=low * Team upload diff -Nru libspring-webflow-2.0-java-2.0.9.RELEASE/debian/control libspring-webflow-2.0-java-2.0.9.RELEASE/debian/control --- libspring-webflow-2.0-java-2.0.9.RELEASE/debian/control 2014-08-07 11:25:32.000000000 +0200 +++ libspring-webflow-2.0-java-2.0.9.RELEASE/debian/control 2014-12-03 10:55:22.000000000 +0100 @@ -26,7 +26,7 @@ libspring-web-portlet-java, libspring-web-servlet-java, libtiles-java -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/libspring-webflow-2.0-java.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libspring-webflow-2.0-java.git Homepage: http://www.springsource.org/webflow diff -Nru libspring-webflow-2.0-java-2.0.9.RELEASE/debian/patches/series libspring-webflow-2.0-java-2.0.9.RELEASE/debian/patches/series --- libspring-webflow-2.0-java-2.0.9.RELEASE/debian/patches/series 2014-08-07 11:24:26.000000000 +0200 +++ libspring-webflow-2.0-java-2.0.9.RELEASE/debian/patches/series 2014-12-03 10:41:34.000000000 +0100 @@ -1,3 +1,4 @@ ognl.diff spring_30.diff drop-backport-util-concurrent.diff +spring_31.diff diff -Nru libspring-webflow-2.0-java-2.0.9.RELEASE/debian/patches/spring_31.diff libspring-webflow-2.0-java-2.0.9.RELEASE/debian/patches/spring_31.diff --- libspring-webflow-2.0-java-2.0.9.RELEASE/debian/patches/spring_31.diff 1970-01-01 01:00:00.000000000 +0100 +++ libspring-webflow-2.0-java-2.0.9.RELEASE/debian/patches/spring_31.diff 2014-12-03 10:45:00.000000000 +0100 @@ -0,0 +1,15 @@ +Description: Spring 3.1 compatibility +Origin: backport, https://github.com/spring-projects/spring-webflow/commit/dddcf7a +--- a/projects/spring-webflow/src/main/java/org/springframework/webflow/mvc/view/BindingModel.java ++++ b/projects/spring-webflow/src/main/java/org/springframework/webflow/mvc/view/BindingModel.java +@@ -226,6 +226,10 @@ + throw new UnsupportedOperationException("Should not be called during view rendering"); + } + ++ public String[] resolveMessageCodes(String errorCode) { ++ throw new UnsupportedOperationException("Should not be called during view rendering"); ++ } ++ + // internal helpers + + private Expression parseFieldExpression(String field) { -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20141203111425.14588.76564.report...@icare.ariane-software.com