Hello community, here is the log from the commit of package bouncycastle for openSUSE:Factory checked in at 2014-07-16 16:49:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bouncycastle (Old) and /work/SRC/openSUSE:Factory/.bouncycastle.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bouncycastle" Changes: -------- --- /work/SRC/openSUSE:Factory/bouncycastle/bouncycastle.changes 2014-05-17 06:43:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.bouncycastle.new/bouncycastle.changes 2014-07-16 16:49:45.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jul 7 14:57:54 UTC 2014 - [email protected] + +- Depend on junit not junit4 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bouncycastle.spec ++++++ --- /var/tmp/diff_new_pack.9HppqZ/_old 2014-07-16 16:49:47.000000000 +0200 +++ /var/tmp/diff_new_pack.9HppqZ/_new 2014-07-16 16:49:47.000000000 +0200 @@ -45,7 +45,7 @@ #FIXME: this is needed for initialize of NSS crypto backend, will be required (not required(post) by openjdk) BuildRequires: mozilla-nss Requires: java -BuildRequires: junit4 +BuildRequires: junit Provides: bcprov = %{version}-%{release} @@ -77,8 +77,8 @@ %build pushd src - export CLASSPATH=$(build-classpath junit4) - %javac -g -source 1.6 -target 1.6 -encoding UTF-8 $(find . -type f -name "*.java") + export CLASSPATH=$(build-classpath junit) + %javac -g -source 1.5 -target 1.5 -encoding UTF-8 $(find . -type f -name "*.java") jarfile="../bcprov-%{version}.jar" # Exclude all */test/* files except org.bouncycastle.util.test, cf. upstream files="$(find . -type f \( -name '*.class' -o -name '*.properties' \) -not -path '*/test/*')" @@ -92,10 +92,6 @@ popd %install -%if 0%{?suse_version} == 1110 -export NO_BRP_CHECK_BYTECODE_VERSION=true -%endif - install -dm 755 %{buildroot}%{_sysconfdir}/java/security/security.d touch %{buildroot}%{_sysconfdir}/java/security/security.d/2000-%{classname} @@ -118,7 +114,7 @@ %check pushd src - export CLASSPATH=$PWD:$(build-classpath junit4) + export CLASSPATH=$PWD:$(build-classpath junit) for test in $(find . -name AllTests.class) ; do test=${test#./} ; test=${test%.class} ; test=${test//\//.} # TODO: failures; get them fixed and remove || : -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
