Update to upstream version 2.0.1

This commit is contained in:
Mikolaj Izdebski 2014-06-06 14:01:33 +02:00
parent c4bd9ea958
commit a8e6135408
3 changed files with 7 additions and 10 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@
/xmvn-1.4.0.tar.xz
/xmvn-1.5.0-SNAPSHOT.tar.xz
/xmvn-2.0.0.tar.xz
/xmvn-2.0.1.tar.xz

View File

@ -1 +1 @@
ed0e5638886fc76673c2eaf31db161d0 xmvn-2.0.0.tar.xz
0aa8d2d66c05f45c1d49b8ad2783164a xmvn-2.0.1.tar.xz

View File

@ -1,6 +1,6 @@
Name: xmvn
Version: 2.0.0
Release: 6%{?dist}
Version: 2.0.1
Release: 1%{?dist}
Summary: Local Extensions for Apache Maven
License: ASL 2.0
URL: http://mizdebsk.fedorapeople.org/xmvn
@ -8,10 +8,6 @@ BuildArch: noarch
Source0: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.xz
Patch0001: 0001-Fix-JAR-post-processing-during-installation.patch
Patch0002: 0002-Respect-xmvn.resolver.disableEffectivePom-property.patch
Patch0003: 0003-Fix-return-code-of-xmvn-install.patch
BuildRequires: maven >= 3.2.1-10
BuildRequires: maven-local
BuildRequires: beust-jcommander
@ -140,9 +136,6 @@ This package provides %{summary}.
%prep
%setup -q
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%mvn_package :xmvn __noinstall
@ -290,6 +283,9 @@ end
%doc LICENSE NOTICE
%changelog
* Fri Jun 6 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.1-1
- Update to upstream version 2.0.1
* Thu Jun 5 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-6
- Bump Maven version in build-requires