From b30dabed97e5954a63896af28758b67fb5418590 Mon Sep 17 00:00:00 2001 From: Balint Cristian Date: Thu, 12 Jun 2008 17:20:20 +0000 Subject: [PATCH] - update to 5.0.3 release - fix some rpmlint warns ---------------------------------------------------------------------- Modified Files: devel/.cvsignore devel/mapserver.spec devel/sources Added Files: devel/import.log ---------------------------------------------------------------------- --- .cvsignore | 2 +- import.log | 1 + mapserver.spec | 18 +++++++++++++++--- sources | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index b5a3c7b..e092f92 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mapserver-5.0.2.tar.gz +mapserver-5.0.3.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..632e3fc --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +mapserver-5_0_3-1_fc9:HEAD:mapserver-5.0.3-1.fc9.src.rpm:1213290328 diff --git a/mapserver.spec b/mapserver.spec index 6b75037..5c2867e 100644 --- a/mapserver.spec +++ b/mapserver.spec @@ -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 mappluginlayer.c 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 @@ rm -rf %{buildroot} %{_javadir}/*.jar %changelog +* Thu Jun 12 2008 Balint Cristian 5.0.3-1 +- update to 5.0.3 bugfix release +- fix some rpmlint warnings + * Tue Feb 19 2008 Fedora Release Engineering - 5.0.2-2 - Autorebuild for GCC 4.3 diff --git a/sources b/sources index 3566346..678234f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -508a937a78677110a83d2843ba2f8c1d mapserver-5.0.2.tar.gz +953a131497132baef84ca33f8432d299 mapserver-5.0.3.tar.gz