Upstream release 3.1.0.CR1

This commit is contained in:
Marek Goldmann 2011-11-18 09:03:55 -05:00
parent b03d71a575
commit b01e6b70b6
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/jboss-logging-3.0.1.GA.tar.xz
/jboss-logging-3.1.0.CR1.tar.xz

View File

@ -1,8 +1,8 @@
%global namedreltag .GA
%global namedreltag .CR1
%global namedversion %{version}%{?namedreltag}
Name: jboss-logging
Version: 3.0.1
Version: 3.1.0
Release: 1%{?dist}
Summary: The JBoss Logging Framework
Group: Development/Libraries
@ -10,7 +10,7 @@ License: LGPLv2+
URL: https://github.com/jboss-logging/jboss-logging
# git clone git://github.com/jboss-logging/jboss-logging.git
# cd jboss-logging/ && git archive --format=tar --prefix=jboss-logging-3.0.1.GA/ 3.0.1.GA | xz > jboss-logging-3.0.1.GA.tar.xz
# cd jboss-logging/ && git archive --format=tar --prefix=jboss-logging-3.1.0.CR1/ 3.1.0.CR1 | xz > jboss-logging-3.1.0.CR1.tar.xz
Source0: %{name}-%{namedversion}.tar.xz
BuildArch: noarch
@ -82,6 +82,9 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.jboss-%{name}.pom
%{_javadocdir}/%{name}
%changelog
* Fri Nov 18 2011 Marek Goldmann <mgoldman@redhat.com> 3.1.0-0.1.CR1
- Upstream release 3.1.0.CR1
* Mon Sep 19 2011 Marek Goldmann <mgoldman@redhat.com> 3.0.1-1
- Upstream release 3.0.1.GA

View File

@ -1 +1 @@
813f1e8eff08480b5e9607edf5115175 jboss-logging-3.0.1.GA.tar.xz
a9f555af510095415a6560456252d714 jboss-logging-3.1.0.CR1.tar.xz