Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d150b28147 | ||
|
|
b7d7947e29 |
1 changed files with 5 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
Name: visualvm
|
Name: visualvm
|
||||||
Version: 1.3.3
|
Version: 1.3.3
|
||||||
Release: %{visualvmharnessver}.1%{?dist}.1
|
Release: %{visualvmharnessver}.1%{?dist}.2
|
||||||
Summary: Lightweight profiler that integrates many command-line JDK tools
|
Summary: Lightweight profiler that integrates many command-line JDK tools
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
|
|
@ -19,7 +19,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
BuildRequires: wget
|
BuildRequires: wget
|
||||||
BuildRequires: java >= 1.6.0
|
BuildRequires: java >= 1.6.0
|
||||||
BuildRequires: java-devel >= 1.6.0
|
BuildRequires: java-devel >= 1.6.0
|
||||||
BuildRequires: jakarta-commons-logging
|
BuildRequires: apache-commons-logging
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: netbeans-platform >= 6.9-1
|
BuildRequires: netbeans-platform >= 6.9-1
|
||||||
BuildRequires: netbeans-platform-harness
|
BuildRequires: netbeans-platform-harness
|
||||||
|
|
@ -94,6 +94,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 03 2012 Jiri Vanek <jvanek@redhat.com> - 1.3.3-1.3.2
|
||||||
|
- jakarta-commons-logging repalced by apache-commons-logging
|
||||||
|
|
||||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-1.3.1.1
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-1.3.1.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue