Hello community, here is the log from the commit of package beansbinding for openSUSE:Factory checked in at 2017-09-15 22:32:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/beansbinding (Old) and /work/SRC/openSUSE:Factory/.beansbinding.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "beansbinding" Fri Sep 15 22:32:09 2017 rev:17 rq:526344 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/beansbinding/beansbinding.changes 2017-05-22 10:49:16.437772501 +0200 +++ /work/SRC/openSUSE:Factory/.beansbinding.new/beansbinding.changes 2017-09-15 22:32:10.616149526 +0200 @@ -1,0 +2,13 @@ +Fri Sep 15 09:55:01 UTC 2017 - [email protected] + +- Removed patch: + * disable-doclint.patch + + Not needed since doclint is disabled by default in our + OpenJDK packages +- Added patch: + * beansbinding-1.2.1-sourcetarget.patch + + Build with java source and target 1.6 in order to allow + building with jdk9 +- Clean spec file and fix some rpmlint warnings + +------------------------------------------------------------------- Old: ---- disable-doclint.patch New: ---- beansbinding-1.2.1-sourcetarget.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ beansbinding.spec ++++++ --- /var/tmp/diff_new_pack.eqbZFg/_old 2017-09-15 22:32:11.504024459 +0200 +++ /var/tmp/diff_new_pack.eqbZFg/_new 2017-09-15 22:32:11.508023896 +0200 @@ -24,11 +24,11 @@ Group: Development/Libraries/Java Url: https://beansbinding.dev.java.net/ Source0: https://beansbinding.dev.java.net/files/documents/6779/73673/beansbinding-%{version}-src.tar.bz2 -Patch0: disable-doclint.patch +Patch0: beansbinding-1.2.1-sourcetarget.patch BuildRequires: ant +BuildRequires: fdupes BuildRequires: javapackages-tools Requires: java -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -64,14 +64,13 @@ # javadoc install -d -m 755 %{buildroot}%{_javadocdir}/%{name} cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name} +%fdupes -s %{buildroot}%{_javadocdir}/%{name} %files -%defattr(-,root,root,-) %{_javadir}/* %doc license.txt releaseNotes.txt %files javadoc -%defattr(-,root,root,-) %dir %{_javadocdir}/%{name} %{_javadocdir}/%{name}/* ++++++ beansbinding-1.2.1-sourcetarget.patch ++++++ --- beansbinding-1.2.1/nbproject/project.properties 2017-09-15 11:48:44.495654837 +0200 +++ beansbinding-1.2.1/nbproject/project.properties 2017-09-15 11:50:41.965005152 +0200 @@ -19,12 +19,11 @@ file.reference.el.jar=lib/el.jar jar.compress=false javac.classpath= -javac.compilerargs=-target 1.5 # Space-separated list of extra javac options #javac.compilerargs=-Xlint:unchecked javac.deprecation=false -javac.source=1.5 -javac.target=1.5 +javac.source=1.6 +javac.target=1.6 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir}:\
