[hornetq/f20] Upstream release 2.4.1.Final

Marek Goldmann goldmann at fedoraproject.org
Thu Feb 13 15:23:16 UTC 2014


commit f350be936fd05a3a488e4cae3f292e4827ab0789
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Thu Feb 13 16:23:32 2014 +0100

    Upstream release 2.4.1.Final

 .gitignore   |    1 +
 hornetq.spec |   14 +++++++++++---
 sources      |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1398f86..c4a48f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /HornetQ_2_4_0_Beta1.tar.gz
 /HornetQ_2_4_0_Beta2.tar.gz
 /HornetQ_2_4_0_Final.tar.gz
+/HornetQ_2_4_1_Final.tar.gz
diff --git a/hornetq.spec b/hornetq.spec
index 3f16d8e..321307b 100644
--- a/hornetq.spec
+++ b/hornetq.spec
@@ -1,14 +1,14 @@
 %global namedreltag .Final
 %global namedversion %{version}%{?namedreltag}
-%global customnamedversion 2_4_0_Final
+%global customnamedversion 2_4_1_Final
 
 # Use this switch to rebuild without narayana
 # This is useful to break the hornetq circular dependency
 %define with_narayana 1
 
 Name:             hornetq
-Version:          2.4.0
-Release:          6%{?dist}
+Version:          2.4.1
+Release:          1%{?dist}
 Summary:          High performance messaging system
 License:          ASL 2.0
 URL:              http://www.jboss.org/hornetq
@@ -43,6 +43,8 @@ BuildRequires:    netty4
 %endif
 
 BuildRequires:    maven-local
+BuildRequires:    maven-license-plugin
+BuildRequires:    maven-checkstyle-plugin
 BuildRequires:    javacc-maven-plugin
 BuildRequires:    java-service-wrapper
 BuildRequires:    jgroups
@@ -109,6 +111,9 @@ sed -i 's|>4.0.13.Final<|>4<|' pom.xml
 # Make xslt 2.0 avaialble!
 %pom_xpath_inject "pom:build/pom:plugins/pom:plugin[pom:artifactId = 'xml-maven-plugin']/pom:configuration" "<transformerFactory>net.sf.saxon.TransformerFactoryImpl</transformerFactory>" hornetq-core-client/pom.xml
 
+sed -i "s|>com.mycila<|>com.mycila.maven-license-plugin<|g" pom.xml
+sed -i "s|>license-maven-plugin<|>maven-license-plugin<|g" pom.xml
+
 %build
 # Workaround for building native bits
 # Currently the build script uses the .so in the hornetq-nativebin/ directory
@@ -157,6 +162,9 @@ cp -L hornetq-native/bin/libHornetQAIO.so %{buildroot}/%{_libdir}/libHornetQAIO.
 %doc NOTICE
 
 %changelog
+* Thu Feb 13 2014 Marek Goldmann <mgoldman at redhat.com> - 2.4.1-1
+- Upstream release 2.4.1.Final
+
 * Fri Jan 24 2014 Marek Goldmann <mgoldman at redhat.com> - 2.4.0-6
 - Rebuild with narayana deps
 
diff --git a/sources b/sources
index b911593..b337403 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ec2b2128e1d9fc9bb04d7a235dad232  HornetQ_2_4_0_Final.tar.gz
+1bb09b319525feb39bff9b639de544c3  HornetQ_2_4_1_Final.tar.gz


More information about the scm-commits mailing list