Update to upstream version 2.1.1
- Remove patch for PLXCOMP-241: accepted upstream
This commit is contained in:
parent
32c5d1ff4a
commit
d94e044c23
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ sonatype-plexus-io-plexus-io-2.0.4-0-g2767dfe.tar.gz
|
||||
/LICENSE-2.0.txt
|
||||
/plexus-io-2.0.10.tar.gz
|
||||
/plexus-io-2.0.12.tar.gz
|
||||
/plexus-io-2.1.1.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: plexus-io
|
||||
Version: 2.0.12
|
||||
Version: 2.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Plexus IO Components
|
||||
License: ASL 2.0
|
||||
@ -9,9 +9,6 @@ BuildArch: noarch
|
||||
Source0: https://github.com/sonatype/plexus-io/archive/plexus-io-%{version}.tar.gz
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
|
||||
# Accepted upstream: http://jira.codehaus.org/browse/PLXCOMP-241
|
||||
Patch0: %{name}-test-failure.patch
|
||||
|
||||
BuildRequires: plexus-utils
|
||||
BuildRequires: plexus-containers-container-default
|
||||
BuildRequires: plexus-components-pom
|
||||
@ -33,7 +30,6 @@ API documentation for %{name}.
|
||||
%prep
|
||||
%setup -q -n plexus-io-plexus-io-%{version}
|
||||
cp %{SOURCE1} .
|
||||
%patch0
|
||||
|
||||
%build
|
||||
export XMVN_COMPILER_SOURCE="1.5"
|
||||
@ -51,6 +47,10 @@ export XMVN_COMPILER_SOURCE="1.5"
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.1-1
|
||||
- Update to upstream version 2.1.1
|
||||
- Remove patch for PLXCOMP-241: accepted upstream
|
||||
|
||||
* Tue Sep 23 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.12-1
|
||||
- Update to upstream version 2.0.12
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user