aboutsummaryrefslogtreecommitdiff
path: root/proj.spec
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2015-02-21 03:43:38 +0000
committerHoward Butler <howard@hobu.co>2015-02-21 03:43:38 +0000
commit1241774c079f3f5d5bdc19bb5d3b1fc437fb1984 (patch)
tree33877d971f97123348e6a03323a799ea5fe05dd3 /proj.spec
parentbd47d2fd5f7d0ca7765a48b09d14145164b88bc2 (diff)
downloadPROJ-1241774c079f3f5d5bdc19bb5d3b1fc437fb1984.tar.gz
PROJ-1241774c079f3f5d5bdc19bb5d3b1fc437fb1984.zip
update proj.spec for proj-4.9.1 release
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2615 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'proj.spec')
-rw-r--r--proj.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/proj.spec b/proj.spec
index fb87826c..c78eb48d 100644
--- a/proj.spec
+++ b/proj.spec
@@ -1,5 +1,5 @@
%define PACKAGE_NAME proj
-%define PACKAGE_VERSION 4.9.0
+%define PACKAGE_VERSION 4.9.1
%define PACKAGE_URL http://trac.osgeo.org/proj
%define _prefix /usr
@@ -7,7 +7,7 @@ Summary: Cartographic projection software
Name: %PACKAGE_NAME
Version: %PACKAGE_VERSION
Release: 1
-Source0: proj-4.9.0.tar.gz
+Source0: proj-4.9.1.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.9.0
+%setup -D -n proj-4.9.1
%configure
%build
@@ -35,7 +35,7 @@ rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
-rm -rf %{_builddir}/proj-4.9.0
+rm -rf %{_builddir}/proj-4.9.1
rm -rf $RPM_BUILD_ROOT
%files