rpms/mapserver/F-9 import.log, NONE, 1.1 .cvsignore, 1.3, 1.4 mapserver.spec, 1.9, 1.10 sources, 1.4, 1.5

Balint Cristian (rezso) fedora-extras-commits at redhat.com
Thu Jun 12 17:23:54 UTC 2008


Author: rezso

Update of /cvs/pkgs/rpms/mapserver/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14940/F-9

Modified Files:
	.cvsignore mapserver.spec sources 
Added Files:
	import.log 
Log Message:
- update to 5.0.3 bugfix release
- fix some rpmlint warnings
 ----------------------------------------------------------------------
 Modified Files:
 	F-9/.cvsignore F-9/mapserver.spec F-9/sources 
 Added Files:
 	F-9/import.log 
 ----------------------------------------------------------------------



--- NEW FILE import.log ---
mapserver-5_0_3-1_fc9:F-9:mapserver-5.0.3-1.fc9.src.rpm:1213290519


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mapserver/F-9/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	13 Feb 2008 02:19:46 -0000	1.3
+++ .cvsignore	12 Jun 2008 17:23:06 -0000	1.4
@@ -1 +1 @@
-mapserver-5.0.2.tar.gz
+mapserver-5.0.3.tar.gz


Index: mapserver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mapserver/F-9/mapserver.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mapserver.spec	19 Feb 2008 21:33:28 -0000	1.9
+++ mapserver.spec	12 Jun 2008 17:23:06 -0000	1.10
@@ -1,13 +1,13 @@
 Name:           mapserver
-Version:        5.0.2
-Release:        2%{?dist}
+Version:        5.0.3
+Release:        1%{?dist}
 Summary:        Environment for building spatially-enabled internet applications
 Group:          Development/Tools
 License:        BSD
 URL:            http://mapserver.gis.umn.edu
 Source:         http://download.osgeo.org/mapserver/mapserver-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       httpd 
+Requires:       httpd
 BuildRequires:  libXpm-devel
 BuildRequires:  httpd-devel php-devel
 BuildRequires:  postgresql-devel mysql-devel
@@ -75,11 +75,19 @@
 chmod -x mapscript/php3/mapscript_i.c
 chmod -x mapscript/php3/examples/test_writeshape.phtml
 chmod -x mapscript/python/examples/*.py
+chmod -x mapscript/python/tests/rundoctests.dist
 chmod -x mapscript/perl/examples/*.pl
 chmod -x mapscript/php3/README
 
 %build
 
+# fix a UTF-8 one
+iconv -f ISO-8859-1 -t UTF-8 < \
+mapscript/java/examples/QueryByAttributeUnicode.java > \
+mapscript/java/examples/QueryByAttributeUnicode-tmp.java
+mv -f mapscript/java/examples/QueryByAttributeUnicode-tmp.java \
+mapscript/java/examples/QueryByAttributeUnicode.java
+
 # fix gdal lookup
 %{__sed} -i.libs -e 's|`\$GDAL_CONFIG --dep-libs`||' configure
 
@@ -218,6 +226,10 @@
 %{_javadir}/*.jar
 
 %changelog
+* Thu Jun 12 2008 Balint Cristian <rezso at rdsor.ro> 5.0.3-1
+- update to 5.0.3 bugfix release
+- fix some rpmlint warnings
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 5.0.2-2
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mapserver/F-9/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	13 Feb 2008 02:19:46 -0000	1.4
+++ sources	12 Jun 2008 17:23:06 -0000	1.5
@@ -1 +1 @@
-508a937a78677110a83d2843ba2f8c1d  mapserver-5.0.2.tar.gz
+953a131497132baef84ca33f8432d299  mapserver-5.0.3.tar.gz




More information about the fedora-extras-commits mailing list