[xmvn] Update to upstream version 2.1.1

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Jan 5 17:38:42 UTC 2015


commit 8dd3489a737fbc3dd6aca9297ee45bed9146fbed
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Jan 5 18:00:19 2015 +0100

    Update to upstream version 2.1.1

 .gitignore                                         |    1 +
 ...stalling-the-same-attached-artifact-twice.patch |   30 ----------
 ...nstallation-of-attached-Eclipse-artifacts.patch |   25 --------
 0003-Fix-conversion-of-Ivy-to-XMvn-artifacts.patch |   32 ----------
 ...-repository-namespace-during-installation.patch |   26 --------
 ...any-system-dependencies-in-Tycho-projects.patch |   49 ---------------
 ...ualified-osgi-version-to-install-plan-whe.patch |   62 --------------------
 sources                                            |    2 +-
 xmvn.spec                                          |   20 ++-----
 9 files changed, 7 insertions(+), 240 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a7a280..7994260 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@
 /xmvn-2.0.0.tar.xz
 /xmvn-2.0.1.tar.xz
 /xmvn-2.1.0.tar.xz
+/xmvn-2.1.1.tar.xz
diff --git a/sources b/sources
index 5c1d4a2..cd3b173 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f02fb3d6dc26cdeefc6ff9e6843e7189  xmvn-2.1.0.tar.xz
+a1b3f52a2d3a8f8c0c5c26fab35bc63f  xmvn-2.1.1.tar.xz
diff --git a/xmvn.spec b/xmvn.spec
index ad3b100..4910c81 100644
--- a/xmvn.spec
+++ b/xmvn.spec
@@ -3,8 +3,8 @@
 %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^osgi\\($
 
 Name:           xmvn
-Version:        2.1.0
-Release:        8%{?dist}
+Version:        2.1.1
+Release:        1%{?dist}
 Summary:        Local Extensions for Apache Maven
 License:        ASL 2.0
 URL:            http://mizdebsk.fedorapeople.org/xmvn
@@ -12,13 +12,6 @@ BuildArch:      noarch
 
 Source0:        https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.xz
 
-Patch0:         0001-Avoid-installing-the-same-attached-artifact-twice.patch
-Patch1:         0002-Fix-installation-of-attached-Eclipse-artifacts.patch
-Patch2:         0003-Fix-conversion-of-Ivy-to-XMvn-artifacts.patch
-Patch3:         0004-Use-topmost-repository-namespace-during-installation.patch
-Patch4:         0005-Ignore-any-system-dependencies-in-Tycho-projects.patch
-Patch5:         0006-Add-fully-qualified-osgi-version-to-install-plan-whe.patch
-
 BuildRequires:  maven >= 3.2.1-10
 BuildRequires:  maven-local
 BuildRequires:  beust-jcommander
@@ -147,12 +140,6 @@ This package provides %{summary}.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %mvn_package :xmvn __noinstall
 
@@ -302,6 +289,9 @@ end
 %doc LICENSE NOTICE
 
 %changelog
+* Mon Jan  5 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.1.1-1
+- Update to upstream version 2.1.1
+
 * Wed Dec 10 2014 Michal Srb <msrb at redhat.com> - 2.1.0-8
 - Add fully qualified osgi version to install plan when tycho detected
 - Resolves: rhbz#1172225


More information about the scm-commits mailing list