[xnio] Upstream release 3.0.0.CR5

Marek Goldmann goldmann at fedoraproject.org
Wed Dec 7 14:13:27 UTC 2011


commit 5b896ad4c83cb653489ff9b0bef0f040e411e338
Author: Marek Goldmann <goldmann at fedoraproject.org>
Date:   Wed Dec 7 09:13:18 2011 -0500

    Upstream release 3.0.0.CR5

 .gitignore                                         |    1 +
 sources                                            |    2 +-
 ...0.CR3-jmock.patch => xnio-3.0.0.CR5-jmock.patch |   12 ++++++------
 xnio.spec                                          |    9 ++++++---
 4 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 06022c2..b2cdc80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /xnio-3.0.0.Beta4.tar.xz
 /xnio-3.0.0.Beta6.tar.xz
 /xnio-3.0.0.CR3.tar.xz
+/xnio-3.0.0.CR5.tar.xz
diff --git a/sources b/sources
index c2d885d..5ac40c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f1a23f23d66cbbe14455633711ddca91  xnio-3.0.0.CR3.tar.xz
+6ed451637819424420a9e278be839f8c  xnio-3.0.0.CR5.tar.xz
diff --git a/xnio-3.0.0.CR3-jmock.patch b/xnio-3.0.0.CR5-jmock.patch
similarity index 75%
rename from xnio-3.0.0.CR3-jmock.patch
rename to xnio-3.0.0.CR5-jmock.patch
index c2c57f8..2572bb6 100644
--- a/xnio-3.0.0.CR3-jmock.patch
+++ b/xnio-3.0.0.CR5-jmock.patch
@@ -1,6 +1,6 @@
-diff -Naur xnio-3.0.0.CR3/api/pom.xml xnio-3.0.0.CR3-work/api/pom.xml
---- xnio-3.0.0.CR3/api/pom.xml	2011-11-11 16:20:03.000000000 -0500
-+++ xnio-3.0.0.CR3-work/api/pom.xml	2011-11-17 10:03:41.133137228 -0500
+diff -Naur xnio-3.0.0.CR5/api/pom.xml xnio-3.0.0.CR5-work/api/pom.xml
+--- xnio-3.0.0.CR5/api/pom.xml	2011-11-30 09:54:15.000000000 -0500
++++ xnio-3.0.0.CR5-work/api/pom.xml	2011-12-07 09:09:18.741235681 -0500
 @@ -57,16 +57,6 @@
              <artifactId>junit</artifactId>
              <scope>test</scope>
@@ -18,9 +18,9 @@ diff -Naur xnio-3.0.0.CR3/api/pom.xml xnio-3.0.0.CR3-work/api/pom.xml
      </dependencies>
  
      <build>
-diff -Naur xnio-3.0.0.CR3/pom.xml xnio-3.0.0.CR3-work/pom.xml
---- xnio-3.0.0.CR3/pom.xml	2011-11-11 16:20:03.000000000 -0500
-+++ xnio-3.0.0.CR3-work/pom.xml	2011-11-17 09:59:25.114989195 -0500
+diff -Naur xnio-3.0.0.CR5/pom.xml xnio-3.0.0.CR5-work/pom.xml
+--- xnio-3.0.0.CR5/pom.xml	2011-11-30 09:54:15.000000000 -0500
++++ xnio-3.0.0.CR5-work/pom.xml	2011-12-07 09:09:07.262236852 -0500
 @@ -67,16 +67,6 @@
                  <version>3.1.0.Beta3</version>
              </dependency>
diff --git a/xnio.spec b/xnio.spec
index 7e345cf..99df8bc 100644
--- a/xnio.spec
+++ b/xnio.spec
@@ -1,16 +1,16 @@
-%global namedreltag .CR3
+%global namedreltag .CR5
 %global namedversion %{version}%{?namedreltag}
 
 Name:             xnio
 Version:          3.0.0
-Release:          0.1%{namedreltag}%{?dist}
+Release:          0.2%{namedreltag}%{?dist}
 Summary:          JBoss XNIO
 Group:            Development/Libraries
 License:          LGPLv2+
 URL:              http://www.jboss.org/xnio
 
 # git clone git://github.com/jboss-remoting/xnio.git
-# cd xnio/ && git archive --format=tar --prefix=xnio-3.0.0.CR3/ 3.0.0.CR3 | xz > xnio-3.0.0.CR3.tar.xz
+# cd xnio/ && git archive --format=tar --prefix=xnio-3.0.0.CR5/ 3.0.0.CR5 | xz > xnio-3.0.0.CR5.tar.xz
 Source0:          %{name}-%{namedversion}.tar.xz
 Patch00:          %{name}-%{namedversion}-jmock.patch
 
@@ -91,6 +91,9 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.jboss-%{name}.pom
 %doc COPYING.txt
 
 %changelog
+* Thu Nov 17 2011 Marek Goldmann <mgoldman at redhat.com> 3.0.0-0.2.CR5
+- Upstream release 3.0.0.CR5
+
 * Thu Nov 17 2011 Marek Goldmann <mgoldman at redhat.com> 3.0.0-0.1.CR3
 - Upstream release 3.0.0.CR3
 


More information about the scm-commits mailing list