New version 1.11.4

This commit is contained in:
Volker Fröhlich 2016-02-14 02:00:34 +01:00
parent 2d060277c5
commit 5b23fa3c02
4 changed files with 11 additions and 5 deletions

2
.gitignore vendored
View File

@ -17,3 +17,5 @@ gdalautotest-1.7.0.tar.gz
/gdal-1.11.2-fedora.tar.xz
/gdalautotest-1.11.3.tar.gz
/gdal-1.11.3-fedora.tar.xz
/gdalautotest-1.11.4.tar.gz
/gdal-1.11.4-fedora.tar.xz

View File

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

View File

@ -22,7 +22,7 @@
# Tests can be of a different version
%global testversion 1.11.3
%global testversion 1.11.4
%global run_tests 1
%global with_spatialite 1
@ -39,7 +39,7 @@
Name: gdal
Version: 1.11.3
Version: 1.11.4
Release: 1%{?dist}
Summary: GIS file format library
Group: System Environment/Libraries
@ -658,6 +658,7 @@ for f in 'GDAL*' BandProperty ColorAssociation CutlineTransformer DatasetPropert
done
#TODO: What's that?
rm -f %{buildroot}%{_mandir}/man1/*_%{name}-%{version}-fedora_apps_*
rm -f %{buildroot}%{_mandir}/man1/_home_rouault_dist_wrk_gdal_apps_.1*
%check
%if %{run_tests}
@ -786,6 +787,9 @@ popd
#Or as before, using ldconfig
%changelog
* Sun Feb 14 2016 Volker Froehlich <volker27@gmx.at> - 1.11.4-1
- New release
* Thu Feb 04 2016 Volker Froehlich <volker27@gmx.at> - 1.11.3-1
- New release
- Solve BZ #1271906 (Build iso8211 and s57 utilities)

View File

@ -1,2 +1,2 @@
2b6ba83e78a3ce5ffbed8f14ddd0029a gdalautotest-1.11.3.tar.gz
b07d7f7d1c0032fb8207df477644534a gdal-1.11.3-fedora.tar.xz
8b63eaff1df4d8ccd1a17b497b189282 gdalautotest-1.11.4.tar.gz
4003b0a4c6c3eb603cd63e61fb9416e2 gdal-1.11.4-fedora.tar.xz