Hello community,

here is the log from the commit of package openwsman for openSUSE:12.2 checked 
in at 2012-06-26 17:09:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/openwsman (Old)
 and      /work/SRC/openSUSE:12.2/.openwsman.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openwsman", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.2/openwsman/openwsman.changes 2012-06-25 
15:47:55.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.openwsman.new/openwsman.changes    2012-06-26 
17:09:29.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 22 11:03:35 UTC 2012 - [email protected]
+
+- removes explicit and unecessary -target argument for javac 
+
+-------------------------------------------------------------------

New:
----
  openwsman-no-explicit-target.patch

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

Other differences:
------------------
++++++ openwsman.spec ++++++
--- /var/tmp/diff_new_pack.zIZ0ch/_old  2012-06-26 17:09:29.000000000 +0200
+++ /var/tmp/diff_new_pack.zIZ0ch/_new  2012-06-26 17:09:29.000000000 +0200
@@ -111,6 +111,7 @@
 Source3:        %{name}.SuSEfirewall2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source4:        %{name}.service
+Patch2:         openwsman-no-explicit-target.patch
 
 %description
 Opensource Implementation of WS-Management protocol stack
@@ -250,6 +251,7 @@
 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel}
 %patch1 -p1
 %endif
+%patch2 -p1
 
 %build
 rm -rf build

++++++ openwsman-no-explicit-target.patch ++++++
Index: openwsman-2.3.5/bindings/java/CMakeLists.txt
===================================================================
--- openwsman-2.3.5.orig/bindings/java/CMakeLists.txt   2012-06-01 
09:34:24.000000000 +0200
+++ openwsman-2.3.5/bindings/java/CMakeLists.txt        2012-06-22 
12:58:50.467042330 +0200
@@ -30,7 +30,7 @@
    OUTPUT ${jar_NAME}
    POST_BUILD
    COMMAND ${CMAKE_COMMAND} -E echo_append "Compiling Java files ..."
-   COMMAND ${JAVA_COMPILE} -target 1.5 -d . *.java
+   COMMAND ${JAVA_COMPILE} -d . *.java
    COMMAND ${CMAKE_COMMAND} -E echo_append "Creating JAR ..."
    COMMAND ${JAVA_ARCHIVE} cvf ${jar_NAME} *.so org/*
    DEPENDS ${SWIG_OUTPUT}
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to