From 5b23fa3c02687c111495d91637511a76193e673f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Fr=C3=B6hlich?= Date: Sun, 14 Feb 2016 02:00:34 +0100 Subject: [PATCH] New version 1.11.4 --- .gitignore | 2 ++ gdal-cleaner.sh | 2 +- gdal.spec | 8 ++++++-- sources | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 811c953..a43a288 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/gdal-cleaner.sh b/gdal-cleaner.sh index 29abe4b..4f94bda 100755 --- a/gdal-cleaner.sh +++ b/gdal-cleaner.sh @@ -1,6 +1,6 @@ #!/bin/bash # Volker Fröhlich -VERSION="1.11.3" +VERSION="1.11.4" tar xvf gdal-"${VERSION}".tar.xz diff --git a/gdal.spec b/gdal.spec index 798d7ec..afc22d9 100644 --- a/gdal.spec +++ b/gdal.spec @@ -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 - 1.11.4-1 +- New release + * Thu Feb 04 2016 Volker Froehlich - 1.11.3-1 - New release - Solve BZ #1271906 (Build iso8211 and s57 utilities) diff --git a/sources b/sources index 69e5b8b..f1c6d1f 100644 --- a/sources +++ b/sources @@ -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