Hello community,

here is the log from the commit of package velocity for openSUSE:Factory 
checked in at 2017-09-20 17:10:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/velocity (Old)
 and      /work/SRC/openSUSE:Factory/.velocity.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "velocity"

Wed Sep 20 17:10:44 2017 rev:19 rq:527245 version:1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/velocity/velocity.changes        2017-05-22 
10:48:54.268897108 +0200
+++ /work/SRC/openSUSE:Factory/.velocity.new/velocity.changes   2017-09-20 
17:10:46.609722262 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 08:36:49 UTC 2017 - [email protected]
+
+- Fix buid with jdk9: specify java source and target level 1.6
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ velocity.spec ++++++
--- /var/tmp/diff_new_pack.15LOMJ/_old  2017-09-20 17:10:48.121509449 +0200
+++ /var/tmp/diff_new_pack.15LOMJ/_new  2017-09-20 17:10:48.121509449 +0200
@@ -47,13 +47,12 @@
 Requires:       avalon-logkit
 Requires:       commons-collections
 Requires:       commons-lang
-Requires:       java >= 1.5.0
+Requires:       java >= 1.6.0
 Requires:       jdom >= 1.0-1
 Requires:       log4j >= 1.1
 Requires:       oro
 Requires:       servletapi4
 Requires:       werken-xpath
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -194,7 +193,7 @@
 #FIXME: tests failed on CommonsExtPropTestCase
 #but resulting files seems to be same
 ant \
-  -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
+  -Djavac.source=1.6 -Djavac.target=1.6 \
   -buildfile build/build.xml \
   jar javadocs #test
 
@@ -218,22 +217,18 @@
 %fdupes -s %{buildroot}
 
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE NOTICE README.txt
 %{_javadir}/*.jar
 %{_mavenpomdir}/*
 %{_datadir}/maven-metadata/%{name}.xml
 
 %files manual
-%defattr(0644,root,root,0755)
 %doc docs/*
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}
 
 %files demo
-%defattr(0644,root,root,0755)
 %{_datadir}/%{name}
 
 %changelog


Reply via email to