Skip to content

Commit

Permalink
Updated to use GDAL v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroberts committed Dec 21, 2016
1 parent c184a1d commit 0ba91c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

GDAL_VERSION=2.1.1
GDAL_VERSION=2.1.2
GDAL_ARTIFACT=gdal-$(GDAL_VERSION).tar.gz
GDAL_HOME=http://download.osgeo.org/gdal
GDAL_URL=$(GDAL_HOME)/$(GDAL_VERSION)/$(GDAL_ARTIFACT)
Expand Down
11 changes: 7 additions & 4 deletions deploy/gibs-gdal/gibs-gdal.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global gdal_version 2.1.1
%global gdal_release 3%{?dist}
%global mrf_version 1.1.0
%global mrf_release 3%{?dist}
%global gdal_version 2.1.2
%global gdal_release 1%{?dist}
%global mrf_version 1.1.1
%global mrf_release 1%{?dist}

Name: gibs-gdal
Version: %{gdal_version}
Expand Down Expand Up @@ -132,6 +132,9 @@ python setup.py install


%changelog
* Wed Dec 21 2016 Joe T. Roberts <[email protected]> - 2.1.2-1
- New upstream GDAL version

* Fri Sep 2 2016 Joe T. Roberts <[email protected]> - 2.1.1-1
- Transition to GDAL version 2

Expand Down

0 comments on commit 0ba91c6

Please sign in to comment.