update to version 3.4.0
This commit is contained in:
parent
b3bd901203
commit
444fb03b81
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/wagon-3.0.0-source-release.zip
|
||||
/wagon-3.1.0-source-release.zip
|
||||
/wagon-3.3.3-source-release.zip
|
||||
/wagon-3.4.0-source-release.zip
|
||||
|
||||
@ -3,42 +3,47 @@
|
||||
|
||||
Name: maven-wagon
|
||||
Epoch: 0
|
||||
Version: 3.3.3
|
||||
Release: 5%{?dist}
|
||||
Version: 3.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools to manage artifacts and deployment
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/wagon
|
||||
|
||||
URL: https://maven.apache.org/wagon
|
||||
Source0: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/%{version}/wagon-%{version}-source-release.zip
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/%{version}/wagon-%{version}-source-release.zip
|
||||
|
||||
BuildRequires: maven-local
|
||||
%if %{with ssh}
|
||||
BuildRequires: mvn(com.jcraft:jsch)
|
||||
BuildRequires: mvn(com.jcraft:jsch.agentproxy.connector-factory)
|
||||
BuildRequires: mvn(com.jcraft:jsch.agentproxy.jsch)
|
||||
%endif
|
||||
BuildRequires: mvn(commons-io:commons-io)
|
||||
BuildRequires: mvn(commons-net:commons-net)
|
||||
BuildRequires: mvn(org.apache.httpcomponents:httpclient)
|
||||
BuildRequires: mvn(org.apache.httpcomponents:httpcore)
|
||||
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
||||
%if %{with scm}
|
||||
BuildRequires: mvn(org.apache.maven.scm:maven-scm-api)
|
||||
BuildRequires: mvn(org.apache.maven.scm:maven-scm-manager-plexus)
|
||||
%endif
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
BuildRequires: mvn(org.jsoup:jsoup)
|
||||
BuildRequires: mvn(org.slf4j:jcl-over-slf4j)
|
||||
BuildRequires: mvn(org.slf4j:slf4j-api)
|
||||
|
||||
%if %{with ssh}
|
||||
BuildRequires: mvn(com.jcraft:jsch)
|
||||
BuildRequires: mvn(com.jcraft:jsch.agentproxy.connector-factory)
|
||||
BuildRequires: mvn(com.jcraft:jsch.agentproxy.jsch)
|
||||
%endif
|
||||
|
||||
%if %{with scm}
|
||||
BuildRequires: mvn(org.apache.maven.scm:maven-scm-api)
|
||||
BuildRequires: mvn(org.apache.maven.scm:maven-scm-manager-plexus)
|
||||
%endif
|
||||
|
||||
Obsoletes: %{name}-manual < %{epoch}:%{version}-%{release}
|
||||
Obsoletes: %{name}-provider-test < %{epoch}:%{version}-%{release}
|
||||
|
||||
%if %{without scm}
|
||||
Obsoletes: %{name}-scm < %{epoch}:%{version}-%{release}
|
||||
%endif
|
||||
|
||||
%if %{without ssh}
|
||||
Obsoletes: %{name}-ssh < %{epoch}:%{version}-%{release}
|
||||
%endif
|
||||
@ -196,6 +201,9 @@ Javadoc for %{name}.
|
||||
%doc LICENSE NOTICE DEPENDENCIES
|
||||
|
||||
%changelog
|
||||
* Sat May 09 2020 Fabio Valentini <decathorpe@gmail.com> - 0:3.4.0-1
|
||||
- Update to version 3.4.0.
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.3.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (wagon-3.3.3-source-release.zip) = 3fae2bea760a03896df395cee1896aa4a02e031fdc86daaba781243cad9aefa1c1c99fc7daa95e04da0248e5aa7649511d08503807dad5fc92d80e25202c999e
|
||||
SHA512 (wagon-3.4.0-source-release.zip) = b3ddd2e85470a9aaa2c21e79c1b0253d485a76e3976c0da642b7f512c99cfdef5d82088703393786c527a515ea7b3b337afcca3a9fd96d5259ee8374f0319235
|
||||
|
||||
Loading…
Reference in New Issue
Block a user