diff --git a/.gitignore b/.gitignore index 0eb59a2..fae421c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/gdal-cleaner.sh b/gdal-cleaner.sh index bfba377..1c65842 100755 --- a/gdal-cleaner.sh +++ b/gdal-cleaner.sh @@ -1,6 +1,6 @@ #!/bin/bash # Volker Fröhlich -VERSION="1.11.0" +VERSION="1.11.1" tar xvf gdal-"${VERSION}".tar.xz diff --git a/gdal.spec b/gdal.spec index 303e719..9583d1e 100644 --- a/gdal.spec +++ b/gdal.spec @@ -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 - 1.11.1-1 +- New release +- Correct test suite source URL + * Thu Aug 28 2014 Jitka Plesnikova - 1.11.0-9 - Perl 5.20 rebuild diff --git a/sources b/sources index 394b985..b2f39aa 100644 --- a/sources +++ b/sources @@ -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