[xmvn] Update to pre-release of upstream version 1.5.0

Mikolaj Izdebski mizdebsk at fedoraproject.org
Tue Jan 14 16:08:06 UTC 2014


commit e207402695c7dd03933bed30ecad1a0f22a6de3c
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Tue Jan 14 17:03:42 2014 +0100

    Update to pre-release of upstream version 1.5.0

 .gitignore |    1 +
 sources    |    2 +-
 xmvn.spec  |   13 ++++++++++---
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed00c31..b40f200 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@
 /xmvn-1.2.0.tar.xz
 /xmvn-1.3.0.tar.xz
 /xmvn-1.4.0.tar.xz
+/xmvn-1.5.0-SNAPSHOT.tar.xz
diff --git a/sources b/sources
index 5cb6b28..f67e7bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5959a1e56987bd99060afe54158832c0  xmvn-1.4.0.tar.xz
+1fbf82c9bc2975b44373d8a473b7c9fe  xmvn-1.5.0-SNAPSHOT.tar.xz
diff --git a/xmvn.spec b/xmvn.spec
index e0fe7d9..d15cae0 100644
--- a/xmvn.spec
+++ b/xmvn.spec
@@ -1,11 +1,15 @@
 Name:           xmvn
-Version:        1.4.0
-Release:        1%{?dist}
+Version:        1.5.0
+Release:        0.19.gitcb3a0a6%{?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
+#Source0:        https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.xz
+
+# git clone git://git.fedorahosted.org/git/%{name}.git
+# (cd ./%{name} && git archive --format tar --prefix %{name}-%{version}/ cb3a0a6 | xz) >%{name}-%{version}-SNAPSHOT.tar.xz
+Source0:        %{name}-%{version}-SNAPSHOT.tar.xz
 
 BuildRequires:  maven >= 3.1.1-13
 BuildRequires:  maven-local
@@ -142,6 +146,9 @@ end
 %doc LICENSE NOTICE
 
 %changelog
+* Tue Jan 14 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.5.0-0.19.gitcb3a0a6
+- Update to pre-release of upstream version 1.5.0
+
 * Mon Dec  9 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.4.0-1
 - Update to upstream version 1.4.0
 


More information about the scm-commits mailing list