[xnio] Upstream release 3.1.0.CR6

Marek Goldmann goldmann at fedoraproject.org
Tue Aug 6 08:04:42 UTC 2013


commit a8395e4f0cf6cf1d4bfa4a224cf928b41ab0f363
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Tue Aug 6 10:04:29 2013 +0200

    Upstream release 3.1.0.CR6

 .gitignore |    1 +
 sources    |    2 +-
 xnio.spec  |   17 +++++++----------
 3 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3eb7e31..2f8ac8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /xnio-3.0.1.GA.tar.xz
 /xnio-3.0.3.GA.tar.xz
 /xnio-3.1.0.CR5.tar.xz
+/3.1.0.CR6.tar.gz
diff --git a/sources b/sources
index ad00143..886368d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9fd2a394d27947a6148f6a9ceba97268  xnio-3.1.0.CR5.tar.xz
+7e77c7ec8f4fd02ce91c5aa3184fcc98  3.1.0.CR6.tar.gz
diff --git a/xnio.spec b/xnio.spec
index 11c926e..8d2f996 100644
--- a/xnio.spec
+++ b/xnio.spec
@@ -1,16 +1,13 @@
-%global namedreltag .CR5
+%global namedreltag .CR6
 %global namedversion %{version}%{?namedreltag}
 
 Name:             xnio
 Version:          3.1.0
-Release:          0.4%{namedreltag}%{?dist}
+Release:          0.5%{namedreltag}%{?dist}
 Summary:          JBoss XNIO
 License:          ASL 2.0
 URL:              http://www.jboss.org/xnio
-
-# git clone git://github.com/xnio/xnio.git
-# cd xnio/ && git archive --format=tar --prefix=xnio-3.1.0.CR5/ 3.1.0.CR5 | xz > xnio-3.1.0.CR5.tar.xz
-Source0:          xnio-%{namedversion}.tar.xz
+Source0:          https://github.com/xnio/xnio/archive/%{namedversion}.tar.gz
 
 BuildArch:        noarch
 
@@ -27,10 +24,6 @@ BuildRequires:    maven-shared
 BuildRequires:    jmock
 BuildRequires:    byteman >= 2.0.4-4
 
-Requires:         jboss-logmanager
-Requires:         jboss-logging
-Requires:         jboss-logging-tools >= 1.1.0
-
 %description
 A simplified low-level I/O layer which can be used anywhere you are
 using NIO today. It frees you from the hassle of dealing with Selectors and
@@ -70,6 +63,10 @@ rm nio-impl/src/test/java/org/xnio/nio/test/TcpChannelTestCase.java
 %doc LICENSE.txt
 
 %changelog
+* Tue Aug 06 2013 Marek Goldmann <mgoldman at redhat.com> - 3.1.0-0.5.CR6
+- Upstream release 3.1.0.CR6
+- New guidelines
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.0-0.4.CR5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list