From 24012d38c4e3c91fe05a5ec51bbefb8f524e54f4 Mon Sep 17 00:00:00 2001 From: gil Date: Jan 14 2015 10:48:56 +0000 Subject: Update to 6.8.14 --- diff --git a/.gitignore b/.gitignore index 08da13f..b32b60b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ testng-5.11.zip /testng-6.8.5.tar.gz /testng-6.8.7.tar.gz /testng-6.8.8.tar.gz +/testng-6.8.14.tar.gz diff --git a/sources b/sources index 86af4ef..a514c4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c153cf95752a8d3fa3b02fd686ea1dd testng-6.8.8.tar.gz +b13448cc680cdab14cb95f77f9dfe1ec testng-6.8.14.tar.gz diff --git a/testng.spec b/testng.spec index 0c7ecdd..4645211 100644 --- a/testng.spec +++ b/testng.spec @@ -2,8 +2,8 @@ %global group_id org.testng Name: testng -Version: 6.8.8 -Release: 3%{?dist} +Version: 6.8.14 +Release: 1%{?dist} Summary: Java-based testing framework # org/testng/remote/strprotocol/AbstractRemoteTestRunnerClient.java is CPL License: ASL 2.0 and CPL @@ -12,8 +12,6 @@ Source0: https://github.com/cbeust/testng/archive/%{name}-%{version}.ta BuildArch: noarch -BuildRequires: java-devel - BuildRequires: mvn(com.beust:jcommander) >= 1.27 BuildRequires: mvn(com.google.guava:guava) BuildRequires: mvn(com.google.inject:guice) @@ -85,6 +83,9 @@ mv -f ANNOUNCEMENT.txt.utf8 ANNOUNCEMENT.txt %doc LICENSE.txt %changelog +* Wed Jan 14 2015 gil cattaneo 6.8.14-1 +- Update to 6.8.14 + * Mon Aug 4 2014 Mikolaj Izdebski - 6.8.8-3 - Fix build-requires on sonatype-oss-parent