Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/r1.1.1.tar.gz
|
SOURCES/r1.2.0.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
f3c18434813fc664afdc5387342b6ec9698a486b SOURCES/r1.1.1.tar.gz
|
05f9dde376df2938ae78a17c2282211b749b2cf8 SOURCES/r1.2.0.tar.gz
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.opentest4j</groupId>
|
<groupId>org.opentest4j</groupId>
|
||||||
<artifactId>opentest4j</artifactId>
|
<artifactId>opentest4j</artifactId>
|
||||||
<version>1.1.1</version>
|
<version>1.2.0</version>
|
||||||
<name>org.opentest4j:opentest4j</name>
|
<name>org.opentest4j:opentest4j</name>
|
||||||
<description>Open Test Alliance for the JVM</description>
|
<description>Open Test Alliance for the JVM</description>
|
||||||
<url>https://github.com/ota4j-team/opentest4j</url>
|
<url>https://github.com/ota4j-team/opentest4j</url>
|
||||||
@ -1,17 +1,23 @@
|
|||||||
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: opentest4j
|
Name: opentest4j
|
||||||
Version: 1.1.1
|
Version: 1.2.0
|
||||||
Release: 1%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: Open Test Alliance for the JVM
|
Summary: Open Test Alliance for the JVM
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/ota4j-team/opentest4j
|
URL: https://github.com/ota4j-team/opentest4j
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
|
||||||
|
|
||||||
Source0: https://github.com/ota4j-team/opentest4j/archive/r%{version}.tar.gz
|
Source0: https://github.com/ota4j-team/opentest4j/archive/r%{version}.tar.gz
|
||||||
|
|
||||||
Source100: https://repo1.maven.org/maven2/org/opentest4j/opentest4j/%{version}/opentest4j-%{version}.pom
|
Source100: https://repo1.maven.org/maven2/org/opentest4j/opentest4j/%{version}/opentest4j-%{version}.pom
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
|
%if %{with bootstrap}
|
||||||
|
BuildRequires: javapackages-bootstrap
|
||||||
|
%else
|
||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Open Test Alliance for the JVM is a minimal common foundation for
|
Open Test Alliance for the JVM is a minimal common foundation for
|
||||||
@ -34,7 +40,7 @@ API documentation for %{name}.
|
|||||||
find -name \*.jar -delete
|
find -name \*.jar -delete
|
||||||
cp -p %{SOURCE100} pom.xml
|
cp -p %{SOURCE100} pom.xml
|
||||||
|
|
||||||
%pom_add_dep junit:junit:4.12:test
|
%pom_add_dep junit:junit::test
|
||||||
|
|
||||||
%pom_xpath_inject pom:project "
|
%pom_xpath_inject pom:project "
|
||||||
<build>
|
<build>
|
||||||
@ -83,6 +89,59 @@ sed -i -e '/org\.apache\.commons\.codec/d' src/test/java/org/opentest4j/Assertio
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1.2.0-12
|
||||||
|
- Add noarch to ExclusiveArch
|
||||||
|
|
||||||
|
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 1.2.0-11
|
||||||
|
- Disable building on i686
|
||||||
|
|
||||||
|
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 1.2.0-10
|
||||||
|
- Rebuild with regenerated Requires on Java
|
||||||
|
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.0-9
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.0-8
|
||||||
|
- Rebuild to workaround DistroBaker issue
|
||||||
|
|
||||||
|
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.0-7
|
||||||
|
- Bootstrap Maven for CentOS Stream 9
|
||||||
|
|
||||||
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.0-6
|
||||||
|
- Bootstrap build
|
||||||
|
- Non-bootstrap build
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Nov 6 2020 Mat Booth <mat.booth@redhat.com> - 1.2.0-4
|
||||||
|
- Build with release flag
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 1.2.0-2
|
||||||
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.0-2
|
||||||
|
- Mass rebuild for javapackages-tools 201902
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 15 2019 Marian Koncek <mkoncek@redhat.com> - 1.2.0-1
|
||||||
|
- Update to upstream version 1.2.0
|
||||||
|
|
||||||
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.1-2
|
||||||
|
- Mass rebuild for javapackages-tools 201901
|
||||||
|
|
||||||
* Tue Mar 05 2019 Mat Booth <mat.booth@redhat.com> - 1.1.1-1
|
* Tue Mar 05 2019 Mat Booth <mat.booth@redhat.com> - 1.1.1-1
|
||||||
- Update to latest upstream release
|
- Update to latest upstream release
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user