Hello community,

here is the log from the commit of package javapackages-tools for 
openSUSE:Factory checked in at 2014-12-10 23:47:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/javapackages-tools (Old)
 and      /work/SRC/openSUSE:Factory/.javapackages-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "javapackages-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/javapackages-tools/javapackages-tools.changes    
2014-10-17 08:51:00.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.javapackages-tools.new/javapackages-tools.changes   
    2014-12-10 23:46:39.000000000 +0100
@@ -1,0 +2,9 @@
+Mon Dec  8 13:02:05 UTC 2014 - [email protected]
+
+- Added patch:
+  * javapackages-2.0.1-java9.patch: create directories for java, 
+    so that ant build works
+- Add virtual provide jpackage-utils-java9 to be able to
+  distinguish the presence of java9 compatibility
+
+-------------------------------------------------------------------

New:
----
  javapackages-2.0.1-java9.patch

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

Other differences:
------------------
++++++ javapackages-tools.spec ++++++
--- /var/tmp/diff_new_pack.wVTTs6/_old  2014-12-10 23:46:40.000000000 +0100
+++ /var/tmp/diff_new_pack.wVTTs6/_new  2014-12-10 23:46:40.000000000 +0100
@@ -37,6 +37,8 @@
 # PATCH-FIX-SLE maven_depmap-no-attribute-exit.patch - fix ZipFile instance 
has no attribute '__exit__'
 Patch2:         maven_depmap-no-attribute-exit.patch
 Patch3:         javapackages-2.0.1-fix-bashisms.patch
+# PATCH-FIX-OPENSUSE javapackages-2.0.1-java9.patch - add directories for java9
+Patch4:         javapackages-2.0.1-java9.patch
 
 #BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -57,6 +59,7 @@
 Requires:       python-xml
 
 Provides:       jpackage-utils = %{version}-%{release}
+Provides:       jpackage-utils-java9
 Obsoletes:      jpackage-utils <= 1.7.5
 
 %description
@@ -110,6 +113,7 @@
 %patch2 -p1
 %endif
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{configure}

++++++ javapackages-2.0.1-java9.patch ++++++
--- javapackages-2.0.1/install  2013-07-26 09:25:31.000000000 +0200
+++ javapackages-2.0.1/install  2014-12-08 14:00:11.726036951 +0100
@@ -94,7 +94,7 @@
 dir "${rpmconfigdir}/fileattrs"
 
 
-for ver in 1.5.0 1.6.0 1.7.0 1.8.0; do
+for ver in 1.5.0 1.6.0 1.7.0 1.8.0 1.9.0; do
     dir "${javadir}-${ver}"
     dir "${jnidir}-${ver}"
 done
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to