Accepting request 790793 from Java:packages

1.2.0

OBS-URL: https://build.opensuse.org/request/show/790793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opentest4j?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2020-04-02 15:43:50 +00:00 committed by Git OBS Bridge
commit 16424abeb7
6 changed files with 45 additions and 8 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.opentest4j</groupId>
<artifactId>opentest4j</artifactId>
<version>1.0.0</version>
<version>1.2.0</version>
<name>org.opentest4j:opentest4j</name>
<description>Open Test Alliance for the JVM</description>
<url>https://github.com/ota4j-team/opentest4j</url>

View File

@ -10,7 +10,7 @@
<property name="project.groupId" value="org.opentest4j"/>
<property name="project.artifactId" value="opentest4j"/>
<property name="project.version" value="1.0.0"/>
<property name="project.version" value="1.2.0"/>
<property name="compiler.source" value="1.6"/>
<property name="compiler.target" value="${compiler.source}"/>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 2 07:06:55 UTC 2020 - Fridrich Štrba <fridrich.strba@bluewin.ch>
- Update to upstream version 1.2.0
-------------------------------------------------------------------
Tue Mar 5 17:29:29 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package opentest4j
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%bcond_with tests
Name: opentest4j
Version: 1.0.0
Version: 1.2.0
Release: 0
Summary: Open Test Alliance for the JVM
License: Apache-2.0
@ -57,9 +57,41 @@ API documentation for %{name}.
find -name \*.jar -delete
cp %{SOURCE1} build.xml
cp %{SOURCE100} pom.xml
%pom_add_dep junit:junit::test
%pom_xpath_inject pom:project "
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>org.opentest4j</Automatic-Module-Name>
<Implementation-Title>opentest4j</Implementation-Title>
<Implementation-Vendor>opentest4j.org</Implementation-Vendor>
<Implementation-Version>%{version}</Implementation-Version>
<Specification-Title>opentest4j</Specification-Title>
<Specification-Vendor>opentest4j.org</Specification-Vendor>
<Specification-Version>%{version}</Specification-Version>
<!-- OSGi metadata required by Eclipse -->
<Bundle-ManifestVersion>2</Bundle-ManifestVersion>
<Bundle-SymbolicName>org.opentest4j</Bundle-SymbolicName>
<Bundle-Version>%{version}</Bundle-Version>
<Export-Package>org.opentest4j;version=\"%{version}\"</Export-Package>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>"
%build
%ant \
%{ant} \
%if %{without tests}
-Dtest.skip=true \
%endif

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:378f47df09dad9a24ca913161143d8470e26aca6ef0dd18f3f2a4219ea6fc99e
size 69951

3
r1.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f915b9a11aff8445de75f990b431d6295e8c64f336ea6cba7efb26ca6198ad4d
size 77616