aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2004-10-30 02:41:33 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2004-10-30 02:41:33 +0000
commit9fe1212534a7c7c4e886e28f3b4bf4397b8033d8 (patch)
treeabe86b1c2f5ce50bd2a30e84266ab28b70228072
parent383bdf8e1a07fb4dacd2a084fb5871d3f869945c (diff)
downloadPROJ-9fe1212534a7c7c4e886e28f3b4bf4397b8033d8.tar.gz
PROJ-9fe1212534a7c7c4e886e28f3b4bf4397b8033d8.zip
Updated for 4.4.9.
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1263 4e78687f-474d-0410-85f9-8d5e500ac6b2
-rw-r--r--proj.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/proj.spec b/proj.spec
index 844acb3e..55fa7830 100644
--- a/proj.spec
+++ b/proj.spec
@@ -1,5 +1,5 @@
%define PACKAGE_NAME proj
-%define PACKAGE_VERSION 4.4.8
+%define PACKAGE_VERSION 4.4.9
%define PACKAGE_URL http://www.remotesensing.org/proj/
%define _prefix /usr
@@ -7,7 +7,7 @@ Summary: Cartographic projection software
Name: %PACKAGE_NAME
Version: %PACKAGE_VERSION
Release: 1
-Source0: proj-4.4.8.tar.gz
+Source0: proj-4.4.9.tar.gz
Copyright: MIT License, Copyright (c) 2000, Frank Warmerdam
Group: Applications/GIS
Vendor: Intevation GmbH <http://intevation.net>
@@ -24,7 +24,7 @@ forward and inverse transformation of cartographic data to or from cartesian
data with a wide range of selectable projection functions.
%prep
-%setup -D -n proj-4.4.8
+%setup -D -n proj-4.4.9
%configure
%build
@@ -35,7 +35,7 @@ rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
-rm -rf %{_builddir}/proj-4.4.8
+rm -rf %{_builddir}/proj-4.4.9
rm -rf $RPM_BUILD_ROOT
%files