1
0
forked from pool/mapserver

More patch adventures...

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/mapserver?expand=0&rev=75
This commit is contained in:
Bjoern Schilberg 2011-05-27 13:53:37 +00:00 committed by Git OBS Bridge
parent 09a71643f7
commit 4ba5dc79e7
2 changed files with 2 additions and 14 deletions

View File

@ -115,7 +115,7 @@ within the Java programming language.
%prep
%setup -q -n %{name}-%{fileversion}
%patch0 -p1
%patch1 -p0
%patch1 -p1
#%patch2 -p1
# fix spurious perm bits

View File

@ -1,16 +1,4 @@
Index: mapserver-6.0.0/HISTORY.TXT
===================================================================
--- mapserver-6.0.0/HISTORY.TXT (revision 11709)
+++ mapserver-6.0.0/HISTORY.TXT (revision 11714)
@@ -15,4 +15,6 @@
Version 6.0.1 (SVN branch-6-0):
---------------------------
+
+- Fixed the build problem in mapunion.c (#3877)
- Union layer: Fixed the crash when styling source layers using attributes (#3870)
Index: mapserver-6.0.0/mapunion.c
===================================================================
diff -urNad mapserver-6.0.0~/mapunion.c mapserver-6.0.0/mapunion.c
--- mapserver-6.0.0/mapunion.c (revision 11709)
+++ mapserver-6.0.0/mapunion.c (revision 11714)
@@ -316,5 +316,5 @@