From 3ba9e2552a42b4d71540987688a6d6af10cd2c085b72dac810b4ae4de10040a3 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 12 Mar 2021 08:37:40 +0000 Subject: [PATCH] Accepting request 878479 from home:Guillaume_G:branches:Application:Geo - Update to 3.2.2 (bug fix release): * Full changelog https://github.com/OSGeo/gdal/blob/v3.2.2/gdal/NEWS OBS-URL: https://build.opensuse.org/request/show/878479 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=132 --- gdal-3.2.1.tar.xz | 3 --- gdal-3.2.1.tar.xz.md5 | 1 - gdal-3.2.2.tar.xz | 3 +++ gdal-3.2.2.tar.xz.md5 | 1 + gdal.changes | 7 +++++++ gdal.spec | 5 +++-- 6 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 gdal-3.2.1.tar.xz delete mode 100644 gdal-3.2.1.tar.xz.md5 create mode 100644 gdal-3.2.2.tar.xz create mode 100644 gdal-3.2.2.tar.xz.md5 diff --git a/gdal-3.2.1.tar.xz b/gdal-3.2.1.tar.xz deleted file mode 100644 index a167517..0000000 --- a/gdal-3.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c588b58fcb63ff3f288eb9f02d76791c0955ba9210d98c3abd879c770ae28ea -size 12184208 diff --git a/gdal-3.2.1.tar.xz.md5 b/gdal-3.2.1.tar.xz.md5 deleted file mode 100644 index 1c24577..0000000 --- a/gdal-3.2.1.tar.xz.md5 +++ /dev/null @@ -1 +0,0 @@ -cf7fe042403e73ad991aa5797247b586 gdal-3.2.1.tar.xz diff --git a/gdal-3.2.2.tar.xz b/gdal-3.2.2.tar.xz new file mode 100644 index 0000000..a8842f6 --- /dev/null +++ b/gdal-3.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e1e414e5c405af48982bf4724a3da64a05770254f2ce8affb5f58a7604ca57 +size 12251728 diff --git a/gdal-3.2.2.tar.xz.md5 b/gdal-3.2.2.tar.xz.md5 new file mode 100644 index 0000000..b08925c --- /dev/null +++ b/gdal-3.2.2.tar.xz.md5 @@ -0,0 +1 @@ +c656be582f7beb528c66486cd1fca7a2 gdal-3.2.2.tar.xz diff --git a/gdal.changes b/gdal.changes index 00d2bf5..77524a3 100644 --- a/gdal.changes +++ b/gdal.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 12 07:31:51 UTC 2021 - Guillaume GARDET + +- Update to 3.2.2 (bug fix release): + * Full changelog + https://github.com/OSGeo/gdal/blob/v3.2.2/gdal/NEWS + ------------------------------------------------------------------- Mon Jan 4 17:34:22 UTC 2021 - Bruno Friedmann diff --git a/gdal.spec b/gdal.spec index d8d4f71..38e9581 100644 --- a/gdal.spec +++ b/gdal.spec @@ -25,10 +25,10 @@ %bcond_with fgdb_support %bcond_without python2 Name: gdal -Version: 3.2.1 +Version: 3.2.2 Release: 0 Summary: GDAL/OGR - a translator library for raster and vector geospatial data formats -License: MIT AND BSD-3-Clause AND SUSE-Public-Domain +License: BSD-3-Clause AND MIT AND SUSE-Public-Domain URL: https://www.gdal.org/ Source0: http://download.osgeo.org/%{name}/%{version}/%{sourcename}-%{version}.tar.xz Source1: http://download.osgeo.org/%{name}/%{version}/%{sourcename}-%{version}.tar.xz.md5 @@ -312,6 +312,7 @@ rm -f %{buildroot}%{_datadir}/gdal/LICENSE.TXT sed -i 's,\(#define PACKAGE_.*\),/* \1 */,' %{buildroot}%{_includedir}/gdal/cpl_config.h %post -n lib%{name}%{soversion} -p /sbin/ldconfig + %postun -n lib%{name}%{soversion} -p /sbin/ldconfig %files -n lib%{name}%{soversion}