Accepting request 963356 from LibreOffice:Factory
Build with source/target levels 8 OBS-URL: https://build.opensuse.org/request/show/963356 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pentaho-libxml?expand=0&rev=5
This commit is contained in:
commit
9bbb80353f
@ -6,8 +6,8 @@
|
|||||||
description="Indicates whether source should be compiled with deprecation information" />
|
description="Indicates whether source should be compiled with deprecation information" />
|
||||||
- <property name="javac.source" value="1.5" description="Provide source compatibility with specified release" />
|
- <property name="javac.source" value="1.5" description="Provide source compatibility with specified release" />
|
||||||
- <property name="javac.target" value="1.5" description="Generate class files for specific VM version" />
|
- <property name="javac.target" value="1.5" description="Generate class files for specific VM version" />
|
||||||
+ <property name="javac.source" value="1.6" description="Provide source compatibility with specified release" />
|
+ <property name="javac.source" value="1.8" description="Provide source compatibility with specified release" />
|
||||||
+ <property name="javac.target" value="1.6" description="Generate class files for specific VM version" />
|
+ <property name="javac.target" value="1.8" description="Generate class files for specific VM version" />
|
||||||
|
|
||||||
<!-- Build Cache properties -->
|
<!-- Build Cache properties -->
|
||||||
<property name="build.cache.dir"
|
<property name="build.cache.dir"
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 20 08:57:04 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Modified patch:
|
||||||
|
* pentaho-libxml-1.1.3-sourcetarget.patch
|
||||||
|
+ Build with java source/target levels 8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 11 16:10:57 UTC 2017 - jengelh@inai.de
|
Mon Sep 11 16:10:57 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pentaho-libxml
|
# spec file for package pentaho-libxml
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# 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
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -21,9 +21,9 @@ Name: pentaho-libxml
|
|||||||
Version: 1.1.3
|
Version: 1.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Namespace aware SAX parser utility library
|
Summary: Namespace aware SAX parser utility library
|
||||||
License: LGPL-2.0
|
License: LGPL-2.0-only
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Url: http://reporting.pentaho.org/
|
URL: http://reporting.pentaho.org/
|
||||||
#Original source: http://downloads.sourceforge.net/jfreereport/%%{origname}-%%{version}.zip
|
#Original source: http://downloads.sourceforge.net/jfreereport/%%{origname}-%%{version}.zip
|
||||||
#unzip, find . -name "*.jar" -exec rm {} \;
|
#unzip, find . -name "*.jar" -exec rm {} \;
|
||||||
#to simplify the licensing
|
#to simplify the licensing
|
||||||
@ -33,7 +33,7 @@ Patch0: libxml-1.1.2-build.patch
|
|||||||
Patch1: pentaho-libxml-1.1.3-sourcetarget.patch
|
Patch1: pentaho-libxml-1.1.3-sourcetarget.patch
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: ant-contrib
|
BuildRequires: ant-contrib
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel >= 1.8
|
||||||
BuildRequires: jpackage-utils
|
BuildRequires: jpackage-utils
|
||||||
BuildRequires: libbase
|
BuildRequires: libbase
|
||||||
BuildRequires: libloader
|
BuildRequires: libloader
|
||||||
|
Loading…
Reference in New Issue
Block a user