Update to version 3.3.2 - matches canl-java 2.6.x

Drop patch voms-api-java-no-local.patch
This commit is contained in:
Mattias Ellert 2020-10-14 10:45:45 +02:00
commit f0bdaffe90
5 changed files with 23 additions and 50 deletions

View file

@ -1,5 +1,5 @@
Name: voms-api-java
Version: 3.3.0
Version: 3.3.2
Release: 1%{?dist}
Summary: Virtual Organization Membership Service Java API
@ -13,8 +13,6 @@ Source0: https://github.com/italiangrid/%{name}/archive/v%{version}/%{name}-%{ve
Source1: build.xml
Source2: maven-build.xml
Source3: maven-build.properties
# Disable tests using non-local network interface
Patch0: %{name}-no-local.patch
BuildArch: noarch
# There is no jakarta-commons-io for ppc64 in EPEL6
ExcludeArch: ppc64
@ -22,10 +20,10 @@ ExcludeArch: ppc64
BuildRequires: java-1.8.0-openjdk-devel
BuildRequires: jpackage-utils
BuildRequires: ant
BuildRequires: canl-java >= 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 <mattias.ellert@physics.uu.se> - 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 <mattias.ellert@physics.uu.se> - 3.3.0-1
- Build against bouncycastle1.58
- Update to version 3.3.0 - matches canl-java 2.5.x