Accepting request 962897 from Java:packages
Build with source/target levels 8 OBS-URL: https://build.opensuse.org/request/show/962897 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/junit?expand=0&rev=27
This commit is contained in:
commit
f55aa7768f
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
<property name="maven.deploy.goal" value="org.apache.maven.plugins:maven-gpg-plugin:1.1:sign-and-deploy-file" />
|
<property name="maven.deploy.goal" value="org.apache.maven.plugins:maven-gpg-plugin:1.1:sign-and-deploy-file" />
|
||||||
|
|
||||||
<property name="compiler.source" value="1.6" />
|
<property name="compiler.source" value="1.8" />
|
||||||
<property name="compiler.target" value="${compiler.source}" />
|
<property name="compiler.target" value="${compiler.source}" />
|
||||||
|
|
||||||
<target name="init">
|
<target name="init">
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 18 16:38:08 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build with source/target levels 8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 12 12:57:43 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Sun Dec 12 12:57:43 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package junit
|
# spec file for package junit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -28,7 +28,7 @@ Source1: build.xml
|
|||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: hamcrest >= 1.3
|
BuildRequires: hamcrest >= 1.3
|
||||||
BuildRequires: java-devel >= 1.6
|
BuildRequires: java-devel >= 1.8
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
Requires: mvn(org.hamcrest:hamcrest-core)
|
Requires: mvn(org.hamcrest:hamcrest-core)
|
||||||
Provides: %{name}-demo = %{version}-%{release}
|
Provides: %{name}-demo = %{version}-%{release}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user