[sisu-mojos] Update to upstream version 0.1.0

Mikolaj Izdebski mizdebsk at fedoraproject.org
Wed Nov 13 12:39:46 UTC 2013


commit 5f4b7725373177b7b3fba8270aee21160b711ce4
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Wed Nov 13 13:35:38 2013 +0100

    Update to upstream version 0.1.0

 .gitignore      |    1 +
 sisu-mojos.spec |   13 +++++++------
 sources         |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7119db7..37875c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /sisu-mojos-0.0.0.M5.tar.bz2
+/sisu-mojos-0.1.0.tar.bz2
diff --git a/sisu-mojos.spec b/sisu-mojos.spec
index e2d7987..7021a9f 100644
--- a/sisu-mojos.spec
+++ b/sisu-mojos.spec
@@ -1,14 +1,12 @@
-%global vertag M5
-
 Name:           sisu-mojos
-Version:        0.0.0
-Release:        0.1.%{vertag}%{?dist}
+Version:        0.1.0
+Release:        1%{?dist}
 Summary:        Sisu plugin for Apache Maven
 License:        EPL
 URL:            http://www.eclipse.org/sisu
 BuildArch:      noarch
 
-Source0:        http://git.eclipse.org/c/sisu/org.eclipse.sisu.mojos.git/snapshot/milestones/0.0.0.M5.tar.bz2#/%{name}-%{version}.%{vertag}.tar.bz2
+Source0:        http://git.eclipse.org/c/sisu/org.eclipse.sisu.mojos.git/snapshot/releases/%{version}.tar.bz2#/%{name}-%{version}.tar.bz2
 
 BuildRequires:  maven-local
 BuildRequires:  mvn(com.google.guava:guava)
@@ -34,7 +32,7 @@ This package contains %{summary}.
 
 %prep
 %setup -q -c
-mv milestones/%{version}.%{vertag}/* .
+mv releases/%{version}/* .
 # Animal Sniffer is not useful in Fedora
 %pom_remove_plugin :animal-sniffer-maven-plugin
 
@@ -52,6 +50,9 @@ mv milestones/%{version}.%{vertag}/* .
 %doc LICENSE.txt
 
 %changelog
+* Wed Nov 13 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 0.1.0-1
+- Update to upstream version 0.1.0
+
 * Mon Sep 23 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 0.0.0-0.1.M5
 - Initial packaging.
 - Fix unowned directory
diff --git a/sources b/sources
index 32e891c..343e922 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-98dbb74be073a82b6548ab67a95f3ea8  sisu-mojos-0.0.0.M5.tar.bz2
+cfe1dd17da15e126accf29d8b08987a8  sisu-mojos-0.1.0.tar.bz2


More information about the scm-commits mailing list