New release 1.11.1

This commit is contained in:
Volker Fröhlich 2014-10-02 10:35:28 +02:00
parent 171ca7b3c1
commit 8bdcf6a7a6
4 changed files with 13 additions and 7 deletions

2
.gitignore vendored
View File

@ -11,3 +11,5 @@ gdalautotest-1.7.0.tar.gz
/gdalautotest-1.10.1.tar.gz
/gdal-1.11.0-fedora.tar.xz
/gdalautotest-1.11.0.tar.gz
/gdal-1.11.1-fedora.tar.xz
/gdalautotest-1.11.1.tar.gz

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Volker Fröhlich
VERSION="1.11.0"
VERSION="1.11.1"
tar xvf gdal-"${VERSION}".tar.xz

View File

@ -23,7 +23,7 @@
# Tests can be of a different version
%global testversion 1.11.0
%global testversion 1.11.1
%global run_tests 1
%global with_spatialite 1
@ -40,8 +40,8 @@
Name: gdal
Version: 1.11.0
Release: 9%{?dist}
Version: 1.11.1
Release: 1%{?dist}
Summary: GIS file format library
Group: System Environment/Libraries
License: MIT
@ -50,7 +50,7 @@ URL: http://www.gdal.org
# See PROVENANCE.TXT-fedora and the cleaner script for details!
Source0: %{name}-%{version}-fedora.tar.xz
Source1: http://download.osgeo.org/%{name}/%{name}autotest-%{testversion}.tar.gz
Source1: http://download.osgeo.org/%{name}/%{testversion}/%{name}autotest-%{testversion}.tar.gz
Source2: %{name}.pom
# Cleaner script for the tarball
@ -763,6 +763,10 @@ popd
#Or as before, using ldconfig
%changelog
* Thu Oct 2 2014 Volker Fröhlich <volker27@gmx.at> - 1.11.1-1
- New release
- Correct test suite source URL
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.11.0-9
- Perl 5.20 rebuild

View File

@ -1,2 +1,2 @@
e2a032cd2d1dc7650f783babef4bff6d gdal-1.11.0-fedora.tar.xz
75c91b2d218e02338762de741bd1dac2 gdalautotest-1.11.0.tar.gz
f8cba353a17576ec93770ef286d2220d gdal-1.11.1-fedora.tar.xz
9a3f691157013f8707984b4870d37a7a gdalautotest-1.11.1.tar.gz