From 1ad9b3258361090b9c024ae147fa6c65b73edeaa Mon Sep 17 00:00:00 2001 From: Severin Gehwolf Date: Jun 14 2016 09:35:51 +0000 Subject: Update to latest 3.0.6 release. --- diff --git a/.gitignore b/.gitignore index 96e1453..c2e1295 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ /373601b4e608ea622b2fec947824b99cd0edb124.tar.gz /3.0.4.tar.gz /byteman-3.0.4/ +/3.0.6.tar.gz +/byteman-3.0.6/ diff --git a/byteman.spec b/byteman.spec index 5ef1a37..c834ca7 100644 --- a/byteman.spec +++ b/byteman.spec @@ -5,12 +5,12 @@ %global bindir %{homedir}/bin Name: byteman -Version: 3.0.4 -Release: 2%{?dist} +Version: 3.0.6 +Release: 1%{?dist} Summary: Java agent-based bytecode injection tool License: LGPLv2+ URL: http://www.jboss.org/byteman -# wget -O 3.0.4.tar.gz https://github.com/bytemanproject/byteman/archive/3.0.4.tar.gz +# wget -O 3.0.6.tar.gz https://github.com/bytemanproject/byteman/archive/3.0.6.tar.gz Source0: https://github.com/bytemanproject/byteman/archive/%{version}.tar.gz BuildArch: noarch @@ -73,14 +73,16 @@ sed -i "s|java-cup|java_cup|" agent/pom.xml %pom_xpath_remove "pom:profiles/pom:profile/pom:dependencies/pom:dependency[pom:artifactId='tools']/pom:scope" contrib/bmunit %pom_xpath_remove "pom:profiles/pom:profile/pom:dependencies/pom:dependency[pom:artifactId='tools']/pom:systemPath" contrib/bmunit -# Don't ship download module -%pom_disable_module download - # Some tests fail intermittently during builds. Disable them. %pom_disable_module tests contrib/jboss-modules-system %pom_xpath_remove "pom:build/pom:plugins/pom:plugin[pom:artifactId='maven-surefire-plugin']/pom:executions" contrib/bmunit %pom_xpath_set "pom:build/pom:plugins/pom:plugin[pom:artifactId='maven-surefire-plugin']/pom:configuration" 'true' contrib/bmunit +# Don't build download, docs modules +%pom_disable_module download +%pom_disable_module docs + +# Put maven plugin into a separate package %mvn_package ":byteman-rulecheck-maven-plugin" rulecheck-maven-plugin %build @@ -132,6 +134,9 @@ ln -s %{_javadir}/byteman/byteman.jar $RPM_BUILD_ROOT%{homedir}/lib/byteman.jar %license docs/copyright.txt %changelog +* Mon Jun 13 2016 Severin Gehwolf - 3.0.6-1 +- Update to latest upstream release. + * Mon Mar 14 2016 Severin Gehwolf - 3.0.4-2 - Enable some tests during build - Fix generated requires by filtering requires for bundled libs. diff --git a/sources b/sources index e1efa67..de5d31f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -899a36c012515fee4ff07c44b6f35778 3.0.4.tar.gz +945cf839a10ce71fdf21fb9992555bcb 3.0.6.tar.gz