From b5bf4696e4bdc2016ba602a0f5ac44663da00e2bccc48e11aab7f7ec6ddf57ba Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 17 May 2018 19:55:02 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/Java:packages/junitperf?expand=0&rev=8 --- junitperf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junitperf.spec b/junitperf.spec index bbf051f..bad54c6 100644 --- a/junitperf.spec +++ b/junitperf.spec @@ -1,7 +1,7 @@ # # spec file for package junitperf # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From f292c808d9a1a07ad1b0a00174a555ca26a67a0e8642d7d411b98d493a14fe2b Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 7 Feb 2019 08:10:23 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/Java:packages/junitperf?expand=0&rev=9 --- junitperf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junitperf.spec b/junitperf.spec index bad54c6..bbf051f 100644 --- a/junitperf.spec +++ b/junitperf.spec @@ -1,7 +1,7 @@ # # spec file for package junitperf # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 37f67626dbe5d076cfad8c973a36a68beca0ffc717cfd172728bcc9ce1108b44 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Sun, 20 Mar 2022 12:26:22 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/Java:packages/junitperf?expand=0&rev=10 --- junitperf.changes | 5 +++++ junitperf.spec | 16 ++++------------ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/junitperf.changes b/junitperf.changes index 8647a65..08de68e 100644 --- a/junitperf.changes +++ b/junitperf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 20 12:26:03 UTC 2022 - Fridrich Strba + +- Build with source and target levels 1.8 + ------------------------------------------------------------------- Fri Sep 8 08:56:04 UTC 2017 - fstrba@suse.com diff --git a/junitperf.spec b/junitperf.spec index bbf051f..797b0d4 100644 --- a/junitperf.spec +++ b/junitperf.spec @@ -1,7 +1,7 @@ # # spec file for package junitperf # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,7 +24,7 @@ Release: 0 Summary: JUnit extension for performance and scalability testing License: BSD-3-Clause Group: Development/Libraries/Java -Url: http://www.clarkware.com/software/JUnitPerf.html +URL: http://www.clarkware.com/software/JUnitPerf.html Source0: http://www.clarkware.com/software/junitperf-1.9.1.zip Patch0: junitperf-1.9.1-javadoc.patch Requires: junit >= 3.2 @@ -42,8 +42,6 @@ JUnitPerf is a collection of JUnit test decorators used to measure the performance and scalability of functionality contained within existing JUnit tests. - - %package javadoc Summary: JUnit extension for performance and scalability testing Group: Development/Libraries/Java @@ -53,8 +51,6 @@ JUnitPerf is a collection of JUnit test decorators used to measure the performance and scalability of functionality contained within existing JUnit tests. - - %package demo Summary: JUnit extension for performance and scalability testing Group: Development/Libraries/Java @@ -65,8 +61,6 @@ JUnitPerf is a collection of JUnit test decorators used to measure the performance and scalability of functionality contained within existing JUnit tests. - - %prep %setup -q %patch0 -p1 @@ -76,9 +70,7 @@ find . -name "*.jar" | xargs -t rm %build export CLASSPATH= export OPT_JAR_LIST="junit ant/ant-junit" -# performance tests sometimes failed on build farm, so lets disable them to avoid unpredictable build fails -#ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 -Dbuild.sysclasspath=first jar test javadoc -ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 -Dbuild.sysclasspath=first jar javadoc +%ant -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 -Dbuild.sysclasspath=first jar javadoc %install # jars