[jastow/f20] Upstream release 1.0.0.CR1

Marek Goldmann goldmann at fedoraproject.org
Mon Dec 23 11:44:30 UTC 2013


commit 5f00853a5a38d4ee4d6d8c97beb95d70529258bf
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Mon Dec 23 12:44:04 2013 +0100

    Upstream release 1.0.0.CR1

 .gitignore  |    1 +
 jastow.spec |   10 +++++++---
 sources     |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 683eb06..81d61fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /1.0.0.Alpha2.tar.gz
+/1.0.0.CR1.tar.gz
diff --git a/jastow.spec b/jastow.spec
index f27b503..3e8bdd0 100644
--- a/jastow.spec
+++ b/jastow.spec
@@ -1,9 +1,9 @@
-%global namedreltag .Alpha2
+%global namedreltag .CR1
 %global namedversion %{version}%{?namedreltag}
 
 Name:             jastow
 Version:          1.0.0
-Release:          0.4%{namedreltag}%{dist}
+Release:          0.5%{namedreltag}%{dist}
 Summary:          Jasper fork
 License:          ASL 2.0
 Url:              https://github.com/undertow-io/jastow
@@ -39,7 +39,8 @@ This package contains the API documentation for %{name}.
 %pom_add_dep "org.eclipse.jdt:core"
 
 %build
-%mvn_build
+# we don't want to have cyclic dep
+%mvn_build -f
 
 %install
 %mvn_install
@@ -52,6 +53,9 @@ This package contains the API documentation for %{name}.
 %doc LICENSE NOTICE
 
 %changelog
+* Mon Dec 23 2013 Marek Goldmann <mgoldman at redhat.com> - 1.0.0-0.5.CR1
+- Upstream release 1.0.0.CR1
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-0.4.Alpha2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index df07ce8..f490006 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72e5187035211df1f144fe8c18db86f1  1.0.0.Alpha2.tar.gz
+0ed2ba07d9cdcbc90c20525fa53726ac  1.0.0.CR1.tar.gz


More information about the scm-commits mailing list