[xmvn] Update to upstream version 1.4.0

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Dec 9 14:08:59 UTC 2013


commit c12778ae6f168909246f85da7aaaa7e3556cc14b
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Dec 9 15:04:36 2013 +0100

    Update to upstream version 1.4.0

 .gitignore                 |    1 +
 sources                    |    2 +-
 update-to-sisu-0.1.0.patch |  138 --------------------------------------------
 xmvn.spec                  |   10 ++--
 4 files changed, 7 insertions(+), 144 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e62609a..ed00c31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@
 /xmvn-1.1.0.tar.xz
 /xmvn-1.2.0.tar.xz
 /xmvn-1.3.0.tar.xz
+/xmvn-1.4.0.tar.xz
diff --git a/sources b/sources
index 730d82f..5cb6b28 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-deeb6e8256622279f56061755b0bc404  xmvn-1.3.0.tar.xz
+5959a1e56987bd99060afe54158832c0  xmvn-1.4.0.tar.xz
diff --git a/xmvn.spec b/xmvn.spec
index 770a482..e0fe7d9 100644
--- a/xmvn.spec
+++ b/xmvn.spec
@@ -1,12 +1,11 @@
 Name:           xmvn
-Version:        1.3.0
-Release:        4%{?dist}
+Version:        1.4.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
-Patch0:         update-to-sisu-0.1.0.patch
 
 BuildRequires:  maven >= 3.1.1-13
 BuildRequires:  maven-local
@@ -35,8 +34,6 @@ This package provides %{summary}.
 %prep
 %setup -q
 
-%patch0 -p1
-
 # remove dependency plugin maven-binaries execution
 # we provide apache-maven by symlink
 %pom_xpath_remove "pom:executions/pom:execution[pom:id[text()='maven-binaries']]"
@@ -145,6 +142,9 @@ end
 %doc LICENSE NOTICE
 
 %changelog
+* Mon Dec  9 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.4.0-1
+- Update to upstream version 1.4.0
+
 * Thu Nov 14 2013 Michael Simacek <msimacek at redhat.com> - 1.3.0-4
 - Update to Sisu 0.1.0
 


More information about the scm-commits mailing list