Hello community,

here is the log from the commit of package projectlibre for openSUSE:Factory 
checked in at 2017-11-12 18:03:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/projectlibre (Old)
 and      /work/SRC/openSUSE:Factory/.projectlibre.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "projectlibre"

Sun Nov 12 18:03:35 2017 rev:2 rq:540731 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/projectlibre/projectlibre.changes        
2017-08-24 18:32:59.097485359 +0200
+++ /work/SRC/openSUSE:Factory/.projectlibre.new/projectlibre.changes   
2017-11-12 18:03:35.978079968 +0100
@@ -1,0 +2,6 @@
+Sat Nov 11 08:59:54 UTC 2017 - axel.br...@gmx.de
+
+- build.diff: Shift build version to 1.6 (TW build failure) 
+  Set explicit file encoding  to cp1252
+
+-------------------------------------------------------------------

New:
----
  build.diff

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

Other differences:
------------------
++++++ projectlibre.spec ++++++
--- /var/tmp/diff_new_pack.bzm6Vd/_old  2017-11-12 18:03:37.050040923 +0100
+++ /var/tmp/diff_new_pack.bzm6Vd/_new  2017-11-12 18:03:37.054040777 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package projectlibre
 #
-# Copyright (c) 2017 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           projectlibre
 Version:        1.7.0
 Release:        0
-License:        CPAL-1.0
 Summary:        Project Management Tool
-Url:            http://www.projectlibre.org
+License:        CPAL-1.0
 Group:          Productivity/Office/Management
+Url:            http://www.projectlibre.org
 
 #Source0:        
http://sourceforge.net/projects/projectlibre/files/ProjectLibre/%{version}/%{name}-%{version}.tar.gz
 Source0:        %{name}-%{version}.tar.gz
@@ -29,6 +30,8 @@
 Source2:        %{name}.png
 Source3:        x-%{name}.desktop
 
+Patch0:         build.diff
+
 BuildRequires: ant
 BuildRequires:  update-desktop-files
 
@@ -45,8 +48,11 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1 
 
 %build
+#Set the file encoding for source files
+export JAVA_TOOL_OPTIONS=-Dfile.encoding=cp1252
 cd openproj_build/
 ant clean
 ant

++++++ build.diff ++++++
diff -rau a/openproj_build/build.xml b/openproj_build/build.xml
--- a/openproj_build/build.xml  2017-01-16 20:03:32.000000000 +0100
+++ b/openproj_build/build.xml  2017-09-30 14:29:29.754407592 +0200
@@ -44,8 +44,8 @@
                                        classpathref="compile.class.path"
                                        debug="off"
                                        nowarn="on"
-                                       source="1.5"
-                                       target="1.5">
+                                       source="1.6"
+                                       target="1.6">
                                                <src path="${src_pl_core}" />
                                                <src path="${src_core}" />
                                                <src path="${src_ui}" />
@@ -63,8 +63,8 @@
                                        
classpathref="compile-no_contrib_built.class.path"
                                        debug="off"
                                        nowarn="on"
-                                       source="1.5"
-                                       target="1.5">
+                                       source="1.6"
+                                       target="1.6">
                                                <src path="${src_pl_core}" />
                                                <src path="${src_core}" />
                                                <src path="${src_ui}" />
diff -rau a/openproj_contrib/build.xml b/openproj_contrib/build.xml
--- a/openproj_contrib/build.xml        2017-01-16 20:03:32.000000000 +0100
+++ b/openproj_contrib/build.xml        2017-09-30 14:40:54.208990591 +0200
@@ -26,8 +26,8 @@
                        classpathref="compile.class.path"
                        debug="off"
                        nowarn="on"
-                       source="1.5"
-                       target="1.5">
+                       source="1.6"
+                       target="1.6">
                                <src path="src" />
                                <include name="**/*" />
                </javac>
diff -rau 
a/openproj_contrib/src/apple/dts/samplecode/osxadapter/OSXAdapter.java 
b/openproj_contrib/src/apple/dts/samplecode/osxadapter/OSXAdapter.java
--- a/openproj_core/build.xml   2017-01-16 20:03:32.000000000 +0100
+++ b/openproj_core/build.xml   2017-09-30 14:42:06.618088712 +0200
@@ -18,8 +18,8 @@
                        classpathref="compile.class.path"
                        debug="off"
                        nowarn="on"
-                       source="1.5"
-                       target="1.5">
+                       source="1.6"
+                       target="1.6">
                                <src path="${src}" />
                                <include name="**/*" />
                                <exclude name="**/version.properties" />
diff -rau a/openproj_exchange/build.xml b/openproj_exchange/build.xml
--- a/openproj_exchange/build.xml       2017-01-16 20:03:32.000000000 +0100
+++ b/openproj_exchange/build.xml       2017-09-30 14:42:41.726621151 +0200
@@ -49,8 +49,8 @@
                        classpathref="compile.class.path"
                        debug="off"
                        nowarn="on"
-                       source="1.5"
-                       target="1.5">
+                       source="1.6"
+                       target="1.6">
                                <src path="${src}" />
                                <include name="**/*" />
                                <exclude name="**/version.properties" />


Reply via email to