Update to version 3.0.3
This commit is contained in:
parent
870abfa576
commit
3a1cc949e2
3 changed files with 9 additions and 7 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
0d9479338b699ee3779ac811bd30e20f 3_0_2.tar.gz
|
||||
a8c8f3bade42a97789d2acdbc625f862 3.0.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ diff -ur voms-api-java-3_0_2.orig/pom.xml voms-api-java-3_0_2/pom.xml
|
|||
@@ -37,7 +37,7 @@
|
||||
<assembly.javadoc.dir>/usr/share/javadoc/${project.name}</assembly.javadoc.dir>
|
||||
<junitVersion>4.10</junitVersion>
|
||||
<canlVersion>1.3.0</canlVersion>
|
||||
<canlVersion>1.3.2</canlVersion>
|
||||
- <bcVersion>1.46</bcVersion>
|
||||
+ <bcVersion>1.47</bcVersion>
|
||||
<licensePluginVersion>1.9.0</licensePluginVersion>
|
||||
|
|
|
|||
|
|
@ -1,13 +1,12 @@
|
|||
Name: voms-api-java
|
||||
Version: 3.0.2
|
||||
%global tagver %(tr . _ <<< %{version})
|
||||
Release: 3%{?dist}
|
||||
Version: 3.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Virtual Organization Membership Service Java API
|
||||
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
URL: https://wiki.italiangrid.it/VOMS
|
||||
Source0: https://github.com/italiangrid/%{name}/archive/%{tagver}.tar.gz
|
||||
Source0: https://github.com/italiangrid/%{name}/archive/%{version}.tar.gz
|
||||
# Patch for bouncycastle 1.47+ (Fedora 21+, EPEL 7+)
|
||||
Patch0: %{name}-bc147.patch
|
||||
# Disable tests that fail outside the Central European time zone
|
||||
|
|
@ -57,7 +56,7 @@ Obsoletes: vomsjapi-javadoc < 2.0.7
|
|||
Virtual Organization Membership Service (VOMS) Java API Documentation.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{tagver}
|
||||
%setup -q
|
||||
|
||||
%if %{?fedora}%{!?fedora:0} >= 21 || %{?rhel}%{!?rhel:0} >= 7
|
||||
%patch0 -p1
|
||||
|
|
@ -93,6 +92,9 @@ Virtual Organization Membership Service (VOMS) Java API Documentation.
|
|||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Jun 26 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 3.0.3-1
|
||||
- Update to version 3.0.3
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue