diff --git a/.gitignore b/.gitignore index d9c4a38..4878f03 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /byteman-1.5.2-full-clean.tar.gz /byteman-2.0.4.tar.xz +/2.1.2.tar.gz diff --git a/byteman.spec b/byteman.spec index dff2aff..45e4460 100644 --- a/byteman.spec +++ b/byteman.spec @@ -2,16 +2,12 @@ %global bindir %{homedir}/bin Name: byteman -Version: 2.0.4 -Release: 5%{?dist} +Version: 2.1.2 +Release: 1%{?dist} Summary: Java agent-based bytecode injection tool -Group: Development/Libraries License: LGPLv2+ URL: http://www.jboss.org/byteman - -# git clone git://github.com/bytemanproject/byteman.git -# cd byteman/ && git archive --format=tar --prefix=byteman-2.0.4/ 2.0.4 | xz > byteman-2.0.4.tar.xz -Source0: byteman-%{version}.tar.xz +Source0: https://github.com/bytemanproject/byteman/archive/%{version}.tar.gz BuildArch: noarch @@ -54,8 +50,6 @@ code and reinstall different code while the application continues to execute. %package javadoc Summary: Javadocs for %{name} -Group: Documentation -Requires: jpackage-utils %description javadoc This package contains the API documentation for %{name}. @@ -118,6 +112,9 @@ ln -s %{_javadir}/byteman/byteman.jar $RPM_BUILD_ROOT%{homedir}/lib/byteman.jar %doc docs/copyright.txt %changelog +* Thu Jul 04 2013 Marek Goldmann - 2.1.2-1 +- Upstream release 2.1.2 + * Wed Jun 5 2013 Mikolaj Izdebski - 2.0.4-5 - Remove tools.jar from dependencyManagement diff --git a/sources b/sources index bae5cc1..2367484 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -75bf4c1694817939f2f6f1e7d9df8a37 byteman-2.0.4.tar.xz +e8a022de5f3d13332f8ca3b61ddc933c 2.1.2.tar.gz