Browse Source

upgrading package: ganttproject 1.10.1 -> 1.10.3

Michael Schloh von Bennewitz 20 years ago
parent
commit
e55e3f4ccb
2 changed files with 12 additions and 12 deletions
  1. 9 9
      ganttproject/ganttproject.patch
  2. 3 3
      ganttproject/ganttproject.spec

+ 9 - 9
ganttproject/ganttproject.patch

@@ -1,13 +1,13 @@
 Index: build.xml
 diff -Nau build.xml.orig build.xml
---- build.xml.orig	2005-05-09 21:20:15.199960632 +0200
-+++ build.xml	2005-05-09 21:20:25.869999069 +0200
-@@ -162,6 +162,8 @@
- 			debug="${debug}"
- 			deprecation="${deprecation}"
- 			optimize="${optimize}"
+--- build.xml.orig	2004-12-07 23:12:04.000000000 +0100
++++ build.xml	2005-05-10 19:36:04.030015107 +0200
+@@ -163,6 +163,8 @@
+ 			debug="${debug}"
+ 			deprecation="${deprecation}"
+ 			optimize="${optimize}"
 +			source="${source}"
 +			nowarn="${nowarn}"
- 			includeAntRuntime="false">
- 			<classpath refid="build.classpath"/>
- 		</javac>
+ 			includeAntRuntime="false">
+ 			<classpath refid="build.classpath"/>
+ 		</javac>

+ 3 - 3
ganttproject/ganttproject.spec

@@ -32,8 +32,8 @@ Distribution: OpenPKG
 Class:        EVAL
 Group:        Development
 License:      GPL
-Version:      1.10.1
-Release:      20050509
+Version:      1.10.3
+Release:      20050510
 
 #   list of sources
 Source0:      http://osdn.dl.sourceforge.net/ganttproject/ganttproject-%{version}-src.zip
@@ -70,7 +70,7 @@ AutoReqProv:  no
 
 %build
     cd ganttproject-%{version}
-    ant -Dsource=1.4 -Dnowarn=on -Doptimize=on
+    ant -Dsource=1.4 -Dnowarn=on -Ddebug=off -Doptimize=on
 
 %install
     ( cd ganttproject-%{version}