[xmvn] Update to upstream version 1.2.0

Mikolaj Izdebski mizdebsk at fedoraproject.org
Fri Oct 18 09:03:09 UTC 2013


commit a03f63d0f730eb71afb1995866fd59d50e4d5aaa
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Fri Oct 18 10:16:31 2013 +0200

    Update to upstream version 1.2.0

 .gitignore |    1 +
 sources    |    2 +-
 xmvn.spec  |   13 +++++++------
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e6e8b2d..4c8cd1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /xmvn-1.0.1.tar.xz
 /xmvn-1.0.2.tar.xz
 /xmvn-1.1.0.tar.xz
+/xmvn-1.2.0.tar.xz
diff --git a/sources b/sources
index d9f88ee..6a8bb22 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-33881f6a1f40995db3a1a6b530555947  xmvn-1.1.0.tar.xz
+7511a7b9a38171e6ebbb04e28be48820  xmvn-1.2.0.tar.xz
diff --git a/xmvn.spec b/xmvn.spec
index 3c80722..0967120 100644
--- a/xmvn.spec
+++ b/xmvn.spec
@@ -1,14 +1,12 @@
 Name:           xmvn
-Version:        1.1.0
-Release:        2%{?dist}
+Version:        1.2.0
+Release:        1%{?dist}
 Summary:        Local Extensions for Apache Maven
 License:        ASL 2.0
 URL:            http://mizdebsk.fedorapeople.org/xmvn
 BuildArch:      noarch
 Source0:        https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.xz
 
-Patch1:         0001-Take-stereotypes-into-account-during-dependency-extr.patch
-
 BuildRequires:  maven >= 3.1.0
 BuildRequires:  maven-local
 BuildRequires:  beust-jcommander
@@ -17,6 +15,7 @@ BuildRequires:  maven-dependency-plugin
 BuildRequires:  maven-plugin-build-helper
 BuildRequires:  maven-assembly-plugin
 BuildRequires:  maven-invoker-plugin
+BuildRequires:  xmlunit
 
 Requires:       maven >= 3.1.0
 
@@ -34,7 +33,6 @@ This package provides %{summary}.
 
 %prep
 %setup -q
-%patch1 -p1
 
 # remove dependency plugin maven-binaries execution
 # we provide apache-maven by symlink
@@ -51,7 +49,7 @@ ln -s %{_datadir}/maven target/dependency/apache-maven-$mver
 rm -rf src/it
 
 %build
-%mvn_build -X
+%mvn_build
 
 tar --delay-directory-restore -xvf target/*tar.bz2
 chmod -R +rwX %{name}-%{version}*
@@ -144,6 +142,9 @@ end
 %doc LICENSE NOTICE
 
 %changelog
+* Fri Oct 18 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.2.0-1
+- Update to upstream version 1.2.0
+
 * Mon Oct 07 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.1.0-2
 - Apply patch for rhbz#1015596
 


More information about the scm-commits mailing list