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" "net.sf.saxon.TransformerFactoryImpl" 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 - 2.4.1-1 +- Upstream release 2.4.1.Final + * Fri Jan 24 2014 Marek Goldmann - 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