Update to upstream version 1.3.1
This commit is contained in:
parent
e4bdcc9847
commit
3e7b2f7aec
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/maven-resolver-1.0.3-source-release.zip
|
/maven-resolver-1.0.3-source-release.zip
|
||||||
/maven-resolver-1.1.0-source-release.zip
|
/maven-resolver-1.1.0-source-release.zip
|
||||||
/maven-resolver-1.1.1-source-release.zip
|
/maven-resolver-1.1.1-source-release.zip
|
||||||
|
/maven-resolver-1.3.1-source-release.zip
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: maven-resolver
|
Name: maven-resolver
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.1.1
|
Version: 1.3.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Summary: Apache Maven Artifact Resolver library
|
Summary: Apache Maven Artifact Resolver library
|
||||||
URL: http://maven.apache.org/resolver/
|
URL: http://maven.apache.org/resolver/
|
||||||
@ -17,20 +17,17 @@ BuildRequires: mvn(org.apache.httpcomponents:httpcore)
|
|||||||
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
||||||
BuildRequires: mvn(org.apache.maven.wagon:wagon-provider-api)
|
BuildRequires: mvn(org.apache.maven.wagon:wagon-provider-api)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-classworlds)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-classworlds)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-annotations)
|
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||||
BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.inject)
|
BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.inject)
|
||||||
BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.plexus)
|
BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.plexus)
|
||||||
BuildRequires: mvn(org.eclipse.sisu:sisu-maven-plugin)
|
BuildRequires: mvn(org.eclipse.sisu:sisu-maven-plugin)
|
||||||
BuildRequires: mvn(org.hamcrest:hamcrest-core)
|
BuildRequires: mvn(org.hamcrest:hamcrest-core)
|
||||||
|
BuildRequires: mvn(org.mockito:mockito-core)
|
||||||
BuildRequires: mvn(org.slf4j:jcl-over-slf4j)
|
BuildRequires: mvn(org.slf4j:jcl-over-slf4j)
|
||||||
BuildRequires: mvn(org.slf4j:slf4j-api)
|
BuildRequires: mvn(org.slf4j:slf4j-api)
|
||||||
|
BuildRequires: mvn(org.slf4j:slf4j-simple)
|
||||||
BuildRequires: mvn(org.sonatype.sisu:sisu-guice::no_aop:)
|
BuildRequires: mvn(org.sonatype.sisu:sisu-guice::no_aop:)
|
||||||
|
|
||||||
# XXX Remove after F26 EOL
|
|
||||||
Obsoletes: aether < 1:1.0.3
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Apache Maven Artifact Resolver is a library for working with artifact
|
Apache Maven Artifact Resolver is a library for working with artifact
|
||||||
repositories and dependency resolution. Maven Artifact Resolver deals with the
|
repositories and dependency resolution. Maven Artifact Resolver deals with the
|
||||||
@ -39,17 +36,12 @@ artifact transports and artifact resolution.
|
|||||||
|
|
||||||
%package api
|
%package api
|
||||||
Summary: Maven Artifact Resolver API
|
Summary: Maven Artifact Resolver API
|
||||||
# XXX Remove after F26 EOL
|
|
||||||
Obsoletes: aether-api < 1:1.0.3
|
|
||||||
Obsoletes: aether-ant-tasks < 1:1.0.1-9
|
|
||||||
|
|
||||||
%description api
|
%description api
|
||||||
The application programming interface for the repository system.
|
The application programming interface for the repository system.
|
||||||
|
|
||||||
%package spi
|
%package spi
|
||||||
Summary: Maven Artifact Resolver SPI
|
Summary: Maven Artifact Resolver SPI
|
||||||
# XXX Remove after F26 EOL
|
|
||||||
Obsoletes: aether-spi < 1:1.0.3
|
|
||||||
|
|
||||||
%description spi
|
%description spi
|
||||||
The service provider interface for repository system implementations and
|
The service provider interface for repository system implementations and
|
||||||
@ -57,64 +49,48 @@ repository connectors.
|
|||||||
|
|
||||||
%package util
|
%package util
|
||||||
Summary: Maven Artifact Resolver Utilities
|
Summary: Maven Artifact Resolver Utilities
|
||||||
# XXX Remove after F26 EOL
|
|
||||||
Obsoletes: aether-util < 1:1.0.3
|
|
||||||
|
|
||||||
%description util
|
%description util
|
||||||
A collection of utility classes to ease usage of the repository system.
|
A collection of utility classes to ease usage of the repository system.
|
||||||
|
|
||||||
%package impl
|
%package impl
|
||||||
Summary: Maven Artifact Resolver Implementation
|
Summary: Maven Artifact Resolver Implementation
|
||||||
# XXX Remove after F26 EOL
|
|
||||||
Obsoletes: aether-impl < 1:1.0.3
|
|
||||||
|
|
||||||
%description impl
|
%description impl
|
||||||
An implementation of the repository system.
|
An implementation of the repository system.
|
||||||
|
|
||||||
%package test-util
|
%package test-util
|
||||||
Summary: Maven Artifact Resolver Test Utilities
|
Summary: Maven Artifact Resolver Test Utilities
|
||||||
# XXX Remove after F26 EOL
|
|
||||||
Obsoletes: aether-test-util < 1:1.0.3
|
|
||||||
|
|
||||||
%description test-util
|
%description test-util
|
||||||
A collection of utility classes to ease testing of the repository system.
|
A collection of utility classes to ease testing of the repository system.
|
||||||
|
|
||||||
%package connector-basic
|
%package connector-basic
|
||||||
Summary: Maven Artifact Resolver Connector Basic
|
Summary: Maven Artifact Resolver Connector Basic
|
||||||
# XXX Remove after F26 EOL
|
|
||||||
Obsoletes: aether-connector-basic < 1:1.0.3
|
|
||||||
|
|
||||||
%description connector-basic
|
%description connector-basic
|
||||||
A repository connector implementation for repositories using URI-based layouts.
|
A repository connector implementation for repositories using URI-based layouts.
|
||||||
|
|
||||||
%package transport-classpath
|
%package transport-classpath
|
||||||
Summary: Maven Artifact Resolver Transport Classpath
|
Summary: Maven Artifact Resolver Transport Classpath
|
||||||
# XXX Remove after F26 EOL
|
|
||||||
Obsoletes: aether-transport-classpath < 1:1.0.3
|
|
||||||
|
|
||||||
%description transport-classpath
|
%description transport-classpath
|
||||||
A transport implementation for repositories using classpath:// URLs.
|
A transport implementation for repositories using classpath:// URLs.
|
||||||
|
|
||||||
%package transport-file
|
%package transport-file
|
||||||
Summary: Maven Artifact Resolver Transport File
|
Summary: Maven Artifact Resolver Transport File
|
||||||
# XXX Remove after F26 EOL
|
|
||||||
Obsoletes: aether-transport-file < 1:1.0.3
|
|
||||||
|
|
||||||
%description transport-file
|
%description transport-file
|
||||||
A transport implementation for repositories using file:// URLs.
|
A transport implementation for repositories using file:// URLs.
|
||||||
|
|
||||||
%package transport-http
|
%package transport-http
|
||||||
Summary: Maven Artifact Resolver Transport HTTP
|
Summary: Maven Artifact Resolver Transport HTTP
|
||||||
# XXX Remove after F26 EOL
|
|
||||||
Obsoletes: aether-transport-http < 1:1.0.3
|
|
||||||
|
|
||||||
%description transport-http
|
%description transport-http
|
||||||
A transport implementation for repositories using http:// and https:// URLs.
|
A transport implementation for repositories using http:// and https:// URLs.
|
||||||
|
|
||||||
%package transport-wagon
|
%package transport-wagon
|
||||||
Summary: Maven Artifact Resolver Transport Wagon
|
Summary: Maven Artifact Resolver Transport Wagon
|
||||||
# XXX Remove after F26 EOL
|
|
||||||
Obsoletes: aether-transport-wagon < 1:1.0.3
|
|
||||||
|
|
||||||
%description transport-wagon
|
%description transport-wagon
|
||||||
A transport implementation based on Maven Wagon.
|
A transport implementation based on Maven Wagon.
|
||||||
@ -190,6 +166,9 @@ done
|
|||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 23 2018 Marian Koncek <mkoncek@redhat.com> - 1:1.3.1-1
|
||||||
|
- Update to upstream version 1.3.1
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.1-3
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (maven-resolver-1.1.1-source-release.zip) = 53876e21c84faea0d73436ff679a361896e935ab94b0bf30c4ee7711dba06bb41491e0d8111ffbd1e004a8f9e78cee9efa8a7c1d2e1c39f89228ea98dad8f36b
|
SHA512 (maven-resolver-1.3.1-source-release.zip) = 720b527130c6380cea988d9b2c664db1f31107b9abd2e8e08bc7296eeb38557994b3bbee9770f80a5211b350a660cb8e9173b4998867287602414eb9ae201828
|
||||||
|
Loading…
Reference in New Issue
Block a user