Update to version 3.0.5
- Rebase patches (and fix some deprecation warnings)
This commit is contained in:
parent
0d63e33487
commit
6106dca2ee
4 changed files with 277 additions and 271 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Name: voms-api-java
|
||||
Version: 3.0.4
|
||||
Version: 3.0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Virtual Organization Membership Service Java API
|
||||
|
||||
|
|
@ -57,6 +57,11 @@ Virtual Organization Membership Service (VOMS) Java API Documentation.
|
|||
|
||||
%if %{?fedora}%{!?fedora:0} >= 21 || %{?rhel}%{!?rhel:0} >= 7
|
||||
%patch0 -p1
|
||||
%pom_xpath_replace "pom:project/pom:dependencies/pom:dependency[pom:artifactId='bcmail']/pom:groupId/text()" "org.bouncycastle"
|
||||
%pom_xpath_replace "pom:project/pom:dependencies/pom:dependency[pom:artifactId='bcmail']/pom:artifactId/text()" "bcpkix-jdk15on"
|
||||
%else
|
||||
%pom_xpath_replace "pom:project/pom:dependencies/pom:dependency[pom:artifactId='bcmail']/pom:groupId/text()" "org.bouncycastle"
|
||||
%pom_xpath_replace "pom:project/pom:dependencies/pom:dependency[pom:artifactId='bcmail']/pom:artifactId/text()" "bcmail-jdk16"
|
||||
%endif
|
||||
%patch1 -p1
|
||||
|
||||
|
|
@ -90,6 +95,10 @@ Virtual Organization Membership Service (VOMS) Java API Documentation.
|
|||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Dec 16 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 3.0.5-1
|
||||
- Update to version 3.0.5
|
||||
- Rebase patches (and fix some deprecation warnings)
|
||||
|
||||
* Mon Nov 17 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 3.0.4-1
|
||||
- Update to version 3.0.4
|
||||
- Drop patch voms-api-java-timezone-dep-test.patch (fixed upstream)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue