Hello community, here is the log from the commit of package librepository for openSUSE:Factory checked in at 2017-09-13 22:26:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librepository (Old) and /work/SRC/openSUSE:Factory/.librepository.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librepository" Wed Sep 13 22:26:16 2017 rev:4 rq:523304 version:1.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/librepository/librepository.changes 2014-07-19 11:05:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.librepository.new/librepository.changes 2017-09-13 22:26:19.369499599 +0200 @@ -1,0 +2,12 @@ +Mon Sep 11 16:26:56 UTC 2017 - [email protected] + +- Added patches: + * librepository-1.1.3-sourcetarget.patch + + Specify java source and target 1.6 in order to allow building + with jdk9 + * librepository-1.1.3-javadoc.patch + + Exclude from javadoc generation the package + org.pentaho.reporting.libraries.repository.email, which + causes unresolved symbols from absent javax.mail.internet + +------------------------------------------------------------------- New: ---- librepository-1.1.3-javadoc.patch librepository-1.1.3-sourcetarget.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librepository.spec ++++++ --- /var/tmp/diff_new_pack.0ETdCl/_old 2017-09-13 22:26:19.953417395 +0200 +++ /var/tmp/diff_new_pack.0ETdCl/_new 2017-09-13 22:26:19.953417395 +0200 @@ -1,7 +1,7 @@ # # spec file for package librepository # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,6 +30,8 @@ Source99: %{name}-rpmlintrc #PATCH-FIX-UPSTREAM, fix some properties for build Patch0: librepository-1.1.2.build.patch +Patch1: librepository-1.1.3-sourcetarget.patch +Patch2: librepository-1.1.3-javadoc.patch BuildRequires: ant BuildRequires: ant-contrib BuildRequires: java-devel @@ -56,6 +58,8 @@ %prep %setup -q -c %patch0 -p1 -b .build +%patch1 -p1 +%patch2 -p1 find . -name "*.jar" -exec rm -f {} \; mkdir -p lib build-jar-repository -s -p lib commons-logging-api libbase ++++++ librepository-1.1.3-javadoc.patch ++++++ --- librepository-1.1.3/common_build.xml 2009-11-16 11:24:36.000000000 +0100 +++ librepository-1.1.3/common_build.xml 2017-09-11 18:25:14.528557214 +0200 @@ -1352,6 +1352,7 @@ nodeprecatedlist="false" nodeprecated="false" packagenames="${javadoc.packagenames}" + excludepackagenames="org.pentaho.reporting.libraries.repository.email" sourcepath="${src.dir}" doctitle="${impl.title} documentation"> <link href="http://java.sun.com/j2se/${javac.source}.0/docs/api/" /> ++++++ librepository-1.1.3-sourcetarget.patch ++++++ --- librepository-1.1.3/common_build.xml 2017-09-08 13:40:14.118840217 +0200 +++ librepository-1.1.3/common_build.xml 2017-09-08 13:41:14.814841253 +0200 @@ -136,8 +136,8 @@ <property name="javac.deprecation" value="true" 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.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.target" value="1.6" description="Generate class files for specific VM version" /> <!-- Build Cache properties --> <property name="build.cache.dir"
