From f0bdaffe905d0415be3aab43a63095c7ffd7d51b Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Wed, 14 Oct 2020 10:45:45 +0200 Subject: [PATCH] Update to version 3.3.2 - matches canl-java 2.6.x Drop patch voms-api-java-no-local.patch --- maven-build.properties | 6 +++--- maven-build.xml | 31 ++++++++++++------------------- sources | 2 +- voms-api-java-no-local.patch | 21 --------------------- voms-api-java.spec | 13 +++++++------ 5 files changed, 23 insertions(+), 50 deletions(-) delete mode 100644 voms-api-java-no-local.patch diff --git a/maven-build.properties b/maven-build.properties index b5e7e1e..573716f 100644 --- a/maven-build.properties +++ b/maven-build.properties @@ -1,9 +1,9 @@ #Generated by Maven Ant Plugin - DO NOT EDIT THIS FILE! -#Thu Feb 08 17:57:52 CET 2018 +#Wed Oct 14 10:08:57 CEST 2020 maven.build.testDir.0=src/test/java plugin.nexus-staging.version=1.6.3 bc.version=1.58 -canl.version=2.5.0 +canl.version=2.6.0 maven.settings.offline=true plugin.assembly.version=2.4.1 junit.version=4.11 @@ -16,7 +16,7 @@ maven.build.testOutputDir=${maven.build.dir}/test-classes plugin.release.version=2.2.2 jcip.version=1.0 plugin.cobertura.version=2.5.2 -maven.build.finalName=voms-api-java-3.3.0 +maven.build.finalName=voms-api-java-3.3.2 mockito.version=1.9.5 maven.test.reports=${maven.build.dir}/test-reports plugin.source.version=2.2.1 diff --git a/maven-build.xml b/maven-build.xml index 8b822dc..dc86c97 100644 --- a/maven-build.xml +++ b/maven-build.xml @@ -10,7 +10,7 @@ - + @@ -24,7 +24,7 @@ - + @@ -44,21 +44,19 @@ - - + + - - - + + - @@ -265,14 +263,14 @@ dest="${maven.repo.local}/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar" usetimestamp="false" ignoreerrors="true"/> - - + - - + @@ -285,11 +283,6 @@ dest="${maven.repo.local}/org/bouncycastle/bcprov-jdk15on/1.58/bcprov-jdk15on-1.58.jar" usetimestamp="false" ignoreerrors="true"/> - - = 2.5 +BuildRequires: canl-java >= 2.6 Requires: java >= 1:1.8 Requires: jpackage-utils -Requires: canl-java >= 2.5 +Requires: canl-java >= 2.6 Provides: voms-api-java3 = %{version}-%{release} Obsoletes: voms-api-java3 < 3.1 @@ -50,7 +48,6 @@ Virtual Organization Membership Service (VOMS) Java API Documentation. %prep %setup -q -%patch0 -p1 cp -p %{SOURCE1} . cp -p %{SOURCE2} . cp -p %{SOURCE3} . @@ -90,6 +87,10 @@ cp -pr target/site/apidocs %{buildroot}%{_javadocdir}/%{name} %license LICENSE %changelog +* Wed Oct 14 2020 Mattias Ellert - 3.3.2-1 +- Update to version 3.3.2 - matches canl-java 2.6.x +- Drop patch voms-api-java-no-local.patch + * Thu Feb 08 2018 Mattias Ellert - 3.3.0-1 - Build against bouncycastle1.58 - Update to version 3.3.0 - matches canl-java 2.5.x