From 85c3ab9d3804315399486813141c4b1182550744 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 06:38:00 +0000 Subject: [PATCH] auto-import changelog data from junit-3.8.1-4.src.rpm Tue May 04 2004 Gary Benson 3.8.1-4 - Rebuild with new compiler. Thu Apr 15 2004 Gary Benson 3.8.1-3 - Rebuild with new compiler (#120844). --- junit.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/junit.spec b/junit.spec index bd9a324..95d5032 100644 --- a/junit.spec +++ b/junit.spec @@ -6,7 +6,7 @@ Summary: Regression testing framework for Java Name: junit Version: 3.8.1 -Release: 2.1 +Release: 4 URL: http://www.junit.org/ Source: rhug-%{name}-%{rhugversion}.tar.bz2 Source1: %{name}%{version}.zip @@ -18,9 +18,9 @@ License: IBM Common Public License Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildPrereq: gcc34-c++ -BuildPrereq: gcc34-java +BuildPrereq: gcc34-java >= 3.4.0-1 Prereq: redhat-java-rpm-scripts >= 1.0.2-2 -Requires: libgcj34 +Requires: libgcj34 >= 3.4.0-1 %description JUnit is a regression testing framework used to implement unit tests @@ -83,8 +83,14 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/junit %changelog -* Tue Mar 02 2004 Elliot Lee -- rebuilt +* Tue May 4 2004 Gary Benson 3.8.1-4 +- Rebuild with new compiler. + +* Thu Apr 15 2004 Gary Benson 3.8.1-3 +- Rebuild with new compiler (#120844). + +* Tue Mar 2 2004 Elliot Lee +- Rebuilt. * Fri Feb 13 2004 Gary Benson 3.8.1-2 - Rebuild for Fedora.