New version 1.11.4
This commit is contained in:
parent
2d060277c5
commit
5b23fa3c02
2
.gitignore
vendored
2
.gitignore
vendored
@ -17,3 +17,5 @@ gdalautotest-1.7.0.tar.gz
|
|||||||
/gdal-1.11.2-fedora.tar.xz
|
/gdal-1.11.2-fedora.tar.xz
|
||||||
/gdalautotest-1.11.3.tar.gz
|
/gdalautotest-1.11.3.tar.gz
|
||||||
/gdal-1.11.3-fedora.tar.xz
|
/gdal-1.11.3-fedora.tar.xz
|
||||||
|
/gdalautotest-1.11.4.tar.gz
|
||||||
|
/gdal-1.11.4-fedora.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Volker Fröhlich
|
# Volker Fröhlich
|
||||||
VERSION="1.11.3"
|
VERSION="1.11.4"
|
||||||
|
|
||||||
tar xvf gdal-"${VERSION}".tar.xz
|
tar xvf gdal-"${VERSION}".tar.xz
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# Tests can be of a different version
|
# Tests can be of a different version
|
||||||
%global testversion 1.11.3
|
%global testversion 1.11.4
|
||||||
%global run_tests 1
|
%global run_tests 1
|
||||||
|
|
||||||
%global with_spatialite 1
|
%global with_spatialite 1
|
||||||
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gdal
|
Name: gdal
|
||||||
Version: 1.11.3
|
Version: 1.11.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: GIS file format library
|
Summary: GIS file format library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -658,6 +658,7 @@ for f in 'GDAL*' BandProperty ColorAssociation CutlineTransformer DatasetPropert
|
|||||||
done
|
done
|
||||||
#TODO: What's that?
|
#TODO: What's that?
|
||||||
rm -f %{buildroot}%{_mandir}/man1/*_%{name}-%{version}-fedora_apps_*
|
rm -f %{buildroot}%{_mandir}/man1/*_%{name}-%{version}-fedora_apps_*
|
||||||
|
rm -f %{buildroot}%{_mandir}/man1/_home_rouault_dist_wrk_gdal_apps_.1*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{run_tests}
|
%if %{run_tests}
|
||||||
@ -786,6 +787,9 @@ popd
|
|||||||
#Or as before, using ldconfig
|
#Or as before, using ldconfig
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 04 2016 Volker Froehlich <volker27@gmx.at> - 1.11.3-1
|
||||||
- New release
|
- New release
|
||||||
- Solve BZ #1271906 (Build iso8211 and s57 utilities)
|
- Solve BZ #1271906 (Build iso8211 and s57 utilities)
|
||||||
|
Loading…
Reference in New Issue
Block a user