From 49261354c0ca094ca21a4cb34149b1487254b4e2 Mon Sep 17 00:00:00 2001 From: James Antill Date: Thu, 23 Feb 2023 13:21:39 -0500 Subject: [PATCH] Import rpm: 0f9283f20a9081e6e020e5d74fe65d9b4a352135 --- .gitignore | 2 +- aggregator.pom | 1 + junit-bom-5.6.2.pom | 139 ++++++++++++++++++++ junit-jupiter-api-5.6.2.pom | 94 +++++++++++++ junit-jupiter-engine-5.6.2.pom | 94 +++++++++++++ junit-jupiter-migrationsupport-5.6.2.pom | 100 ++++++++++++++ junit-jupiter-params-5.6.2.pom | 88 +++++++++++++ junit-platform-commons-1.6.2.pom | 83 ++++++++++++ junit-platform-console-1.6.2.pom | 89 +++++++++++++ junit-platform-console-standalone-1.6.2.pom | 64 +++++++++ junit-platform-engine-1.6.2.pom | 95 +++++++++++++ junit-platform-launcher-1.6.2.pom | 89 +++++++++++++ junit-platform-reporting-1.6.2.pom | 89 +++++++++++++ junit-platform-runner-1.6.2.pom | 106 +++++++++++++++ junit-platform-suite-api-1.6.2.pom | 83 ++++++++++++ junit-vintage-engine-5.6.2.pom | 100 ++++++++++++++ junit5.spec | 30 ++++- sources | 2 +- 18 files changed, 1343 insertions(+), 5 deletions(-) create mode 100644 junit-bom-5.6.2.pom create mode 100644 junit-jupiter-api-5.6.2.pom create mode 100644 junit-jupiter-engine-5.6.2.pom create mode 100644 junit-jupiter-migrationsupport-5.6.2.pom create mode 100644 junit-jupiter-params-5.6.2.pom create mode 100644 junit-platform-commons-1.6.2.pom create mode 100644 junit-platform-console-1.6.2.pom create mode 100644 junit-platform-console-standalone-1.6.2.pom create mode 100644 junit-platform-engine-1.6.2.pom create mode 100644 junit-platform-launcher-1.6.2.pom create mode 100644 junit-platform-reporting-1.6.2.pom create mode 100644 junit-platform-runner-1.6.2.pom create mode 100644 junit-platform-suite-api-1.6.2.pom create mode 100644 junit-vintage-engine-5.6.2.pom diff --git a/.gitignore b/.gitignore index 81831f9..1678b37 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/junit5-5.4.0.tar.gz +SOURCES/junit5-5.6.2.tar.gz diff --git a/aggregator.pom b/aggregator.pom index 3129653..bb1dd8f 100644 --- a/aggregator.pom +++ b/aggregator.pom @@ -5,6 +5,7 @@ 1.0.0 pom + junit-bom junit-platform-commons junit-platform-console junit-platform-console-standalone diff --git a/junit-bom-5.6.2.pom b/junit-bom-5.6.2.pom new file mode 100644 index 0000000..3909068 --- /dev/null +++ b/junit-bom-5.6.2.pom @@ -0,0 +1,139 @@ + + + + + + + + 4.0.0 + org.junit + junit-bom + 5.6.2 + pom + JUnit 5 (Bill of Materials) + This Bill of Materials POM can be used to ease dependency management when referencing multiple JUnit artifacts using Gradle or Maven. + https://junit.org/junit5/ + + + Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-v20.html + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + Matthias.Merdes@heidelberg-mobil.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + sormuras + Christian Stein + sormuras@gmail.com + + + juliette-derancourt + Juliette de Rancourt + derancourt.juliette@gmail.com + + + + scm:git:git://github.com/junit-team/junit5.git + scm:git:git://github.com/junit-team/junit5.git + https://github.com/junit-team/junit5 + + + + + org.junit.jupiter + junit-jupiter + 5.6.2 + + + org.junit.jupiter + junit-jupiter-api + 5.6.2 + + + org.junit.jupiter + junit-jupiter-engine + 5.6.2 + + + org.junit.jupiter + junit-jupiter-migrationsupport + 5.6.2 + + + org.junit.jupiter + junit-jupiter-params + 5.6.2 + + + org.junit.platform + junit-platform-commons + 1.6.2 + + + org.junit.platform + junit-platform-console + 1.6.2 + + + org.junit.platform + junit-platform-engine + 1.6.2 + + + org.junit.platform + junit-platform-launcher + 1.6.2 + + + org.junit.platform + junit-platform-reporting + 1.6.2 + + + org.junit.platform + junit-platform-runner + 1.6.2 + + + org.junit.platform + junit-platform-suite-api + 1.6.2 + + + org.junit.platform + junit-platform-testkit + 1.6.2 + + + org.junit.vintage + junit-vintage-engine + 5.6.2 + + + + diff --git a/junit-jupiter-api-5.6.2.pom b/junit-jupiter-api-5.6.2.pom new file mode 100644 index 0000000..39243d2 --- /dev/null +++ b/junit-jupiter-api-5.6.2.pom @@ -0,0 +1,94 @@ + + + + + + + + 4.0.0 + org.junit.jupiter + junit-jupiter-api + 5.6.2 + JUnit Jupiter API + Module "junit-jupiter-api" of JUnit 5. + https://junit.org/junit5/ + + + Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-v20.html + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + Matthias.Merdes@heidelberg-mobil.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + sormuras + Christian Stein + sormuras@gmail.com + + + juliette-derancourt + Juliette de Rancourt + derancourt.juliette@gmail.com + + + + scm:git:git://github.com/junit-team/junit5.git + scm:git:git://github.com/junit-team/junit5.git + https://github.com/junit-team/junit5 + + + + + org.junit + junit-bom + 5.6.2 + pom + import + + + + + + org.apiguardian + apiguardian-api + 1.1.0 + compile + + + org.opentest4j + opentest4j + 1.2.0 + compile + + + org.junit.platform + junit-platform-commons + 1.6.2 + compile + + + diff --git a/junit-jupiter-engine-5.6.2.pom b/junit-jupiter-engine-5.6.2.pom new file mode 100644 index 0000000..99326bc --- /dev/null +++ b/junit-jupiter-engine-5.6.2.pom @@ -0,0 +1,94 @@ + + + + + + + + 4.0.0 + org.junit.jupiter + junit-jupiter-engine + 5.6.2 + JUnit Jupiter Engine + Module "junit-jupiter-engine" of JUnit 5. + https://junit.org/junit5/ + + + Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-v20.html + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + Matthias.Merdes@heidelberg-mobil.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + sormuras + Christian Stein + sormuras@gmail.com + + + juliette-derancourt + Juliette de Rancourt + derancourt.juliette@gmail.com + + + + scm:git:git://github.com/junit-team/junit5.git + scm:git:git://github.com/junit-team/junit5.git + https://github.com/junit-team/junit5 + + + + + org.junit + junit-bom + 5.6.2 + pom + import + + + + + + org.apiguardian + apiguardian-api + 1.1.0 + compile + + + org.junit.platform + junit-platform-engine + 1.6.2 + compile + + + org.junit.jupiter + junit-jupiter-api + 5.6.2 + compile + + + diff --git a/junit-jupiter-migrationsupport-5.6.2.pom b/junit-jupiter-migrationsupport-5.6.2.pom new file mode 100644 index 0000000..a6870b4 --- /dev/null +++ b/junit-jupiter-migrationsupport-5.6.2.pom @@ -0,0 +1,100 @@ + + + + + + + + 4.0.0 + org.junit.jupiter + junit-jupiter-migrationsupport + 5.6.2 + JUnit Jupiter Migration Support + Module "junit-jupiter-migrationsupport" of JUnit 5. + https://junit.org/junit5/ + + + Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-v20.html + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + Matthias.Merdes@heidelberg-mobil.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + sormuras + Christian Stein + sormuras@gmail.com + + + juliette-derancourt + Juliette de Rancourt + derancourt.juliette@gmail.com + + + + scm:git:git://github.com/junit-team/junit5.git + scm:git:git://github.com/junit-team/junit5.git + https://github.com/junit-team/junit5 + + + + + junit + junit + 4.13 + + + org.junit + junit-bom + 5.6.2 + pom + import + + + + + + junit + junit + 4.13 + compile + + + org.apiguardian + apiguardian-api + 1.1.0 + compile + + + org.junit.jupiter + junit-jupiter-api + 5.6.2 + compile + + + diff --git a/junit-jupiter-params-5.6.2.pom b/junit-jupiter-params-5.6.2.pom new file mode 100644 index 0000000..bfafe69 --- /dev/null +++ b/junit-jupiter-params-5.6.2.pom @@ -0,0 +1,88 @@ + + + + + + + + 4.0.0 + org.junit.jupiter + junit-jupiter-params + 5.6.2 + JUnit Jupiter Params + Module "junit-jupiter-params" of JUnit 5. + https://junit.org/junit5/ + + + Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-v20.html + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + Matthias.Merdes@heidelberg-mobil.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + sormuras + Christian Stein + sormuras@gmail.com + + + juliette-derancourt + Juliette de Rancourt + derancourt.juliette@gmail.com + + + + scm:git:git://github.com/junit-team/junit5.git + scm:git:git://github.com/junit-team/junit5.git + https://github.com/junit-team/junit5 + + + + + org.junit + junit-bom + 5.6.2 + pom + import + + + + + + org.apiguardian + apiguardian-api + 1.1.0 + compile + + + org.junit.jupiter + junit-jupiter-api + 5.6.2 + compile + + + diff --git a/junit-platform-commons-1.6.2.pom b/junit-platform-commons-1.6.2.pom new file mode 100644 index 0000000..b7247e9 --- /dev/null +++ b/junit-platform-commons-1.6.2.pom @@ -0,0 +1,83 @@ + + + + + + + + 4.0.0 + org.junit.platform + junit-platform-commons + 1.6.2 + JUnit Platform Commons + Module "junit-platform-commons" of JUnit 5. + https://junit.org/junit5/ + + + Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-v20.html + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + Matthias.Merdes@heidelberg-mobil.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + sormuras + Christian Stein + sormuras@gmail.com + + + juliette-derancourt + Juliette de Rancourt + derancourt.juliette@gmail.com + + + + scm:git:git://github.com/junit-team/junit5.git + scm:git:git://github.com/junit-team/junit5.git + https://github.com/junit-team/junit5 + + + + + org.junit + junit-bom + 5.6.2 + pom + import + + + + + + org.apiguardian + apiguardian-api + 1.1.0 + compile + + + diff --git a/junit-platform-console-1.6.2.pom b/junit-platform-console-1.6.2.pom new file mode 100644 index 0000000..ab6706c --- /dev/null +++ b/junit-platform-console-1.6.2.pom @@ -0,0 +1,89 @@ + + + + + + + + 4.0.0 + org.junit.platform + junit-platform-console + 1.6.2 + JUnit Platform Console + Module "junit-platform-console" of JUnit 5. + https://junit.org/junit5/ + + + Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-v20.html + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + Matthias.Merdes@heidelberg-mobil.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + sormuras + Christian Stein + sormuras@gmail.com + + + juliette-derancourt + Juliette de Rancourt + derancourt.juliette@gmail.com + + + + scm:git:git://github.com/junit-team/junit5.git + scm:git:git://github.com/junit-team/junit5.git + https://github.com/junit-team/junit5 + + + + + org.junit + junit-bom + 5.6.2 + pom + import + + + + + + org.apiguardian + apiguardian-api + 1.1.0 + compile + + + org.junit.platform + junit-platform-reporting + 1.6.2 + compile + + + diff --git a/junit-platform-console-standalone-1.6.2.pom b/junit-platform-console-standalone-1.6.2.pom new file mode 100644 index 0000000..12809a7 --- /dev/null +++ b/junit-platform-console-standalone-1.6.2.pom @@ -0,0 +1,64 @@ + + + + + + + + 4.0.0 + org.junit.platform + junit-platform-console-standalone + 1.6.2 + JUnit Platform Console Standalone + Module "junit-platform-console-standalone" of JUnit 5. + https://junit.org/junit5/ + + + Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-v20.html + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + Matthias.Merdes@heidelberg-mobil.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + sormuras + Christian Stein + sormuras@gmail.com + + + juliette-derancourt + Juliette de Rancourt + derancourt.juliette@gmail.com + + + + scm:git:git://github.com/junit-team/junit5.git + scm:git:git://github.com/junit-team/junit5.git + https://github.com/junit-team/junit5 + + diff --git a/junit-platform-engine-1.6.2.pom b/junit-platform-engine-1.6.2.pom new file mode 100644 index 0000000..1e7edaf --- /dev/null +++ b/junit-platform-engine-1.6.2.pom @@ -0,0 +1,95 @@ + + + + + + + + 4.0.0 + org.junit.platform + junit-platform-engine + 1.6.2 + JUnit Platform Engine API + Module "junit-platform-engine" of JUnit 5. + https://junit.org/junit5/ + + + Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-v20.html + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + Matthias.Merdes@heidelberg-mobil.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + sormuras + Christian Stein + sormuras@gmail.com + + + juliette-derancourt + Juliette de Rancourt + derancourt.juliette@gmail.com + + + + scm:git:git://github.com/junit-team/junit5.git + scm:git:git://github.com/junit-team/junit5.git + https://github.com/junit-team/junit5 + + + + + org.junit + junit-bom + 5.6.2 + pom + import + + + + + + org.apiguardian + apiguardian-api + 1.1.0 + compile + + + org.opentest4j + opentest4j + 1.2.0 + compile + + + org.junit.platform + junit-platform-commons + 1.6.2 + compile + + + diff --git a/junit-platform-launcher-1.6.2.pom b/junit-platform-launcher-1.6.2.pom new file mode 100644 index 0000000..e23a114 --- /dev/null +++ b/junit-platform-launcher-1.6.2.pom @@ -0,0 +1,89 @@ + + + + + + + + 4.0.0 + org.junit.platform + junit-platform-launcher + 1.6.2 + JUnit Platform Launcher + Module "junit-platform-launcher" of JUnit 5. + https://junit.org/junit5/ + + + Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-v20.html + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + Matthias.Merdes@heidelberg-mobil.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + sormuras + Christian Stein + sormuras@gmail.com + + + juliette-derancourt + Juliette de Rancourt + derancourt.juliette@gmail.com + + + + scm:git:git://github.com/junit-team/junit5.git + scm:git:git://github.com/junit-team/junit5.git + https://github.com/junit-team/junit5 + + + + + org.junit + junit-bom + 5.6.2 + pom + import + + + + + + org.apiguardian + apiguardian-api + 1.1.0 + compile + + + org.junit.platform + junit-platform-engine + 1.6.2 + compile + + + diff --git a/junit-platform-reporting-1.6.2.pom b/junit-platform-reporting-1.6.2.pom new file mode 100644 index 0000000..24129b7 --- /dev/null +++ b/junit-platform-reporting-1.6.2.pom @@ -0,0 +1,89 @@ + + + + + + + + 4.0.0 + org.junit.platform + junit-platform-reporting + 1.6.2 + JUnit Platform Reporting + Module "junit-platform-reporting" of JUnit 5. + https://junit.org/junit5/ + + + Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-v20.html + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + Matthias.Merdes@heidelberg-mobil.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + sormuras + Christian Stein + sormuras@gmail.com + + + juliette-derancourt + Juliette de Rancourt + derancourt.juliette@gmail.com + + + + scm:git:git://github.com/junit-team/junit5.git + scm:git:git://github.com/junit-team/junit5.git + https://github.com/junit-team/junit5 + + + + + org.junit + junit-bom + 5.6.2 + pom + import + + + + + + org.apiguardian + apiguardian-api + 1.1.0 + compile + + + org.junit.platform + junit-platform-launcher + 1.6.2 + compile + + + diff --git a/junit-platform-runner-1.6.2.pom b/junit-platform-runner-1.6.2.pom new file mode 100644 index 0000000..1419742 --- /dev/null +++ b/junit-platform-runner-1.6.2.pom @@ -0,0 +1,106 @@ + + + + + + + + 4.0.0 + org.junit.platform + junit-platform-runner + 1.6.2 + JUnit Platform Runner + Module "junit-platform-runner" of JUnit 5. + https://junit.org/junit5/ + + + Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-v20.html + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + Matthias.Merdes@heidelberg-mobil.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + sormuras + Christian Stein + sormuras@gmail.com + + + juliette-derancourt + Juliette de Rancourt + derancourt.juliette@gmail.com + + + + scm:git:git://github.com/junit-team/junit5.git + scm:git:git://github.com/junit-team/junit5.git + https://github.com/junit-team/junit5 + + + + + junit + junit + 4.13 + + + org.junit + junit-bom + 5.6.2 + pom + import + + + + + + junit + junit + 4.13 + compile + + + org.apiguardian + apiguardian-api + 1.1.0 + compile + + + org.junit.platform + junit-platform-launcher + 1.6.2 + compile + + + org.junit.platform + junit-platform-suite-api + 1.6.2 + compile + + + diff --git a/junit-platform-suite-api-1.6.2.pom b/junit-platform-suite-api-1.6.2.pom new file mode 100644 index 0000000..1b22999 --- /dev/null +++ b/junit-platform-suite-api-1.6.2.pom @@ -0,0 +1,83 @@ + + + + + + + + 4.0.0 + org.junit.platform + junit-platform-suite-api + 1.6.2 + JUnit Platform Suite API + Module "junit-platform-suite-api" of JUnit 5. + https://junit.org/junit5/ + + + Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-v20.html + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + Matthias.Merdes@heidelberg-mobil.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + sormuras + Christian Stein + sormuras@gmail.com + + + juliette-derancourt + Juliette de Rancourt + derancourt.juliette@gmail.com + + + + scm:git:git://github.com/junit-team/junit5.git + scm:git:git://github.com/junit-team/junit5.git + https://github.com/junit-team/junit5 + + + + + org.junit + junit-bom + 5.6.2 + pom + import + + + + + + org.apiguardian + apiguardian-api + 1.1.0 + compile + + + diff --git a/junit-vintage-engine-5.6.2.pom b/junit-vintage-engine-5.6.2.pom new file mode 100644 index 0000000..8c36e0a --- /dev/null +++ b/junit-vintage-engine-5.6.2.pom @@ -0,0 +1,100 @@ + + + + + + + + 4.0.0 + org.junit.vintage + junit-vintage-engine + 5.6.2 + JUnit Vintage Engine + Module "junit-vintage-engine" of JUnit 5. + https://junit.org/junit5/ + + + Eclipse Public License v2.0 + https://www.eclipse.org/legal/epl-v20.html + + + + + bechte + Stefan Bechtold + stefan.bechtold@me.com + + + jlink + Johannes Link + business@johanneslink.net + + + marcphilipp + Marc Philipp + mail@marcphilipp.de + + + mmerdes + Matthias Merdes + Matthias.Merdes@heidelberg-mobil.com + + + sbrannen + Sam Brannen + sam@sambrannen.com + + + sormuras + Christian Stein + sormuras@gmail.com + + + juliette-derancourt + Juliette de Rancourt + derancourt.juliette@gmail.com + + + + scm:git:git://github.com/junit-team/junit5.git + scm:git:git://github.com/junit-team/junit5.git + https://github.com/junit-team/junit5 + + + + + junit + junit + 4.13 + + + org.junit + junit-bom + 5.6.2 + pom + import + + + + + + org.apiguardian + apiguardian-api + 1.1.0 + compile + + + org.junit.platform + junit-platform-engine + 1.6.2 + compile + + + junit + junit + 4.13 + compile + + + diff --git a/junit5.spec b/junit5.spec index 3f85184..0d4d211 100644 --- a/junit5.spec +++ b/junit5.spec @@ -8,8 +8,8 @@ %bcond_with console Name: junit5 -Version: 5.4.0 -Release: 1%{?dist} +Version: 5.6.2 +Release: 2%{?dist} Summary: Java regression testing framework License: EPL-2.0 URL: http://junit.org/junit5/ @@ -35,6 +35,8 @@ Source303: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-m Source304: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/%{jupiter_version}/junit-jupiter-params-%{jupiter_version}.pom # Vintage POM Source400: https://repo1.maven.org/maven2/org/junit/vintage/junit-vintage-engine/%{vintage_version}/junit-vintage-engine-%{vintage_version}.pom +# Bill of Materials POM +Source500: https://repo1.maven.org/maven2/org/junit/junit-bom/%{version}/junit-bom-%{version}.pom BuildRequires: maven-local BuildRequires: mvn(com.univocity:univocity-parsers) @@ -89,6 +91,7 @@ cp -p %{SOURCE302} junit-jupiter-engine/pom.xml cp -p %{SOURCE303} junit-jupiter-migrationsupport/pom.xml cp -p %{SOURCE304} junit-jupiter-params/pom.xml cp -p %{SOURCE400} junit-vintage-engine/pom.xml +cp -p %{SOURCE500} junit-bom/pom.xml for pom in $(find -mindepth 2 -name pom.xml); do # Set parent to aggregator @@ -143,6 +146,27 @@ ln -s ../../javadoc/junit5 documentation/src/docs/api %doc documentation/src/docs/* %changelog +* Fri Jul 10 2020 Jiri Vanek - 5.6.2-2 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + +* Sat May 09 2020 Fabio Valentini - 5.6.2-1 +- Update to version 5.6.2. + +* Mon Feb 17 2020 Alexander Scheel - 5.6.0-1 +- Update to version 5.6.0 + +* Wed Jan 29 2020 Fedora Release Engineering - 5.5.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sun Oct 13 2019 Fabio Valentini - 5.5.2-1 +- Update to version 5.5.2. + +* Thu Jul 25 2019 Fedora Release Engineering - 5.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Jun 08 2019 Fabio Valentini - 5.4.2-1 +- Update to version 5.2.4. + * Wed Mar 06 2019 Mat Booth - 5.4.0-1 - Update to latest upstream release - License switched to EPL only now the surefire provider was moved to the @@ -177,4 +201,4 @@ ln -s ../../javadoc/junit5 documentation/src/docs/api - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Sep 14 2017 Mikolaj Izdebski - 5.0.0-1 -- Initial packaging +- Initial packaging \ No newline at end of file diff --git a/sources b/sources index 6ebbc8c..feb748a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (junit5-5.4.0.tar.gz) = 6d5b176750d4e5785a5f7657510badccc4cc09b40040510dea0b34422d4729a530855f7f698cff6261e202480848a6cc2d997eb557267ebb1d0b5a2ad42cbc01 +SHA1 (junit5-5.6.2.tar.gz) = b07dc3ecefa9ac619044aba6b8e8810d69133774