#1 update to version 1.2.0
Merged 4 years ago by decathorpe. Opened 4 years ago by decathorpe.
Unknown source master  into  master

file modified
+5
@@ -1,4 +1,9 @@

+ /results_*

+ /*.src.rpm

+ 

  /r1.0.0.tar.gz

  /opentest4j-1.0.0.pom

  /opentest4j-1.1.1.pom

  /r1.1.1.tar.gz

+ /r1.2.0.tar.gz

+ /opentest4j-1.2.0.pom

file modified
+10 -11
@@ -1,15 +1,15 @@

  Name:           opentest4j

- Version:        1.1.1

- Release:        3%{?dist}

+ Version:        1.2.0

+ Release:        1%{?dist}

  Summary:        Open Test Alliance for the JVM

  License:        ASL 2.0

- URL:            https://github.com/ota4j-team/opentest4j

- BuildArch:      noarch

- 

- Source0:        https://github.com/ota4j-team/opentest4j/archive/r%{version}.tar.gz

  

+ URL:            https://github.com/ota4j-team/opentest4j

+ Source0:        %{url}/archive/r%{version}.tar.gz

  Source100:      https://repo1.maven.org/maven2/org/opentest4j/opentest4j/%{version}/opentest4j-%{version}.pom

Source100 ?

  

+ BuildArch:      noarch

+ 

  BuildRequires:  maven-local

  BuildRequires:  mvn(junit:junit)

  
@@ -34,7 +34,7 @@

  find -name \*.jar -delete

  cp -p %{SOURCE100} pom.xml

  

- %pom_add_dep junit:junit:4.12:test

+ %pom_add_dep junit:junit::test

  

  %pom_xpath_inject pom:project "

    <build>
@@ -65,10 +65,6 @@

      </pluginManagement>

    </build>"

  

- # Fix unused reference to unused dependency

- # This is fixed upstream: https://github.com/ota4j-team/opentest4j/commit/70d3d54f2cd076a962e81d9510e6716f3cbf8060

- sed -i -e '/org\.apache\.commons\.codec/d' src/test/java/org/opentest4j/AssertionFailedErrorTests.java

- 

  %build

  %mvn_build

  
@@ -83,6 +79,9 @@

  %license LICENSE

  

  %changelog

+ * Wed Mar 04 2020 Fabio Valentini <decathorpe@gmail.com> - 1.2.0-1

+ - Update to version 1.2.0.

+ 

  * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

file modified
+2 -2
@@ -1,2 +1,2 @@

- SHA512 (opentest4j-1.1.1.pom) = 1aa0d4ed9afe200e0d4b084b5b446de8da98cf38ff25d4004d738dd6ef6706d47d17554599eba6faec2bf49e42211d1f16045c7b03d0b374cb2cdb6b5d5d5f2d

- SHA512 (r1.1.1.tar.gz) = d1cbaeeed7fc9fa464ea19062ff2744323c8eb60b676e511c1b2a344e7c69e3e3630805bd06d084cb5b3cee58918a7f58d70ade7821e37ec093a93e1506b2ea6

+ SHA512 (r1.2.0.tar.gz) = cd98d976935de97d259ec4c04510334f2b56f8a32db2c97e0f20a2e3b99f119ffeb390589eb42d4594808d96194067871d5eaad6a40dd58af30b9f995b13ef08

+ SHA512 (opentest4j-1.2.0.pom) = 28ce0d0b5cceeac5adfcdd16ee6f5fbefd43eef8057b924993fb7a9f4b7a7085b980f3e808db5fb7750a53d0072b7fe7b118f5c0011e3ef0efe6c9a90a87b868

  • update to latest version (1.1.1 → 1.2.0)
  • minor spec cleanups

Test rebuilds of dependent packages were done in COPR:
https://copr.fedorainfracloud.org/coprs/decathorpe/opentest4j-1.2.0-pr/

There were no new build failures on top of what's already broken in rawhide.
This change is equivalent to what's already available from modular branches.

This looks like a straightforward rebase. LGTM! :thumbsup:

@dmoluguw don't ask me, it was that way before I looked at this package :) I can change it to Source1, if you want

Pull-Request has been merged by decathorpe

4 years ago

It's fine. I was just curious on why a 100 was added before. It can stay for now :smile: Thanks!