From 6ca76d7faee38dfe4c7ca3bed124974793dead3e Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: May 26 2014 06:36:12 +0000 Subject: Migrate BuildRequires from junit4 to junit --- diff --git a/hawtjni.spec b/hawtjni.spec index 22f6cea..9fb92d2 100644 --- a/hawtjni.spec +++ b/hawtjni.spec @@ -1,6 +1,6 @@ Name: hawtjni Version: 1.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Code generator that produces the JNI code Group: Development/Libraries License: ASL 2.0 and EPL and BSD @@ -25,7 +25,7 @@ BuildRequires: maven-surefire-plugin BuildRequires: maven-clean-plugin BuildRequires: plexus-containers-component-metadata BuildRequires: log4j -BuildRequires: junit4 +BuildRequires: junit BuildRequires: fusesource-pom BuildRequires: xbean @@ -85,6 +85,9 @@ This package allows to use HawtJNI from a maven plugin. %doc license.txt %changelog +* Mon May 26 2014 Mikolaj Izdebski - 1.9-4 +- Migrate BuildRequires from junit4 to junit + * Mon May 26 2014 Mikolaj Izdebski - 1.9-3 - Remove BuildRequires on maven-surefire-provider-junit4