SHA256
1
0
forked from pool/gdal
gdal/gdal.changes

434 lines
17 KiB
Plaintext

-------------------------------------------------------------------
Sun Mar 8 20:39:00 UTC 2015 - mpluskal@suse.com
- Update perl package dependencies
-------------------------------------------------------------------
Mon Feb 9 16:46:37 UTC 2015 - mpluskal@suse.com
- Add GDALmake.opt.in.patch to fix random failures of parallel
builds
-------------------------------------------------------------------
Mon Feb 9 15:15:10 UTC 2015 - mpluskal@suse.com
- Build with hdf5 on suse recent suse releases.
- Correct license and bundle license with packages.
- Misc spec file cleanups.
- Build with webp support if possible.
- Use autoreconf when possible to avoid issues with improper
cflags used and parallel builds.
- Rename package to match upstream name (gdal) - library is
provided as libgdal1 which matches shared libraries policy.
-------------------------------------------------------------------
Tue Dec 16 10:23:44 UTC 2014 - guillaume@opensuse.org
- Add optional support to ECW JPEG lib support (disabled by default)
-------------------------------------------------------------------
Sat Oct 11 08:35:27 UTC 2014 - behrisch@users.sourceforge.net
- fixing build with older autotools (SLE11SP3, CentOS6)
- removing obsolete patch
-------------------------------------------------------------------
Thu Oct 2 10:06:59 UTC 2014 - ecsos@schirra.net
Upgrade to version 1.11.1
- Build
* Fix compilation errors with json-c 0.12 (#5449)
* configure: fix for cpl_recode_iconv.cpp compilation error
on freebsd 10 (#5452)
* Fix compilation error in alg/gdalgrid.cpp when AVX is available,
but not SSE (#5566)
* Fix wrong include order in ingr and nitf subdirs w.r.t internal
libtiff (#5644)
* Add CPL_UNUSED for gcc >= 4 (#5414)
- Port
* CPLSpawn() on Windows: quote arguments with spaces
in them (#5469)
* /vsigzip/: avoid infinite loop when reading broken
.gml.gz file (#5486)
* /vsizip/: fix bug that caused premature end of file condition
with some read patterns (#5530)
* /vsizip/: on >4GB zips: accept .zip declare 0 disks (#5615)
* Fix stack corruption upon thread termination with
CPLSetThreadLocalConfigOption on Windows 32 bit (#5590,
reported by cleo)
* cpl_http.cpp: truly set CURLOPT_NOSIGNAL if available (#5568)
- GDAL Core
* EXIF reader: add missing validation for some data types (#3078)
* Fix segfault in GDALPamRasterBand::SerializeToXML() when
saving an empty RAT (#5451)
* Windows plugin: complementary fix to #5211 to avoid error
dialog box when there are dependency problems (#5525)
* RPC transformer with DEM: fix near interpolation
(patch by liminlu0314, #5553)
* OpenCL warper: remove unused variable in bilinear resampling
that can cause compilation error (#5518)
* GDALCreateTPSTransformer(): fix crash if the forward or backward
transform cannot be computed (#5588)
* Overview: ignore alpha=0 values when compute an average overview
of an alpha band; and also avoid memory errors when calling
GetMaskBand?()/GetMaskFlags() after overview computation if
GetMaskXXX() has been called before (#5640)
- Utilities
* gdal2tiles.py: fix inverted long/lat in BoundingBox? and
Origin elements of tilemapresource.xml (#5336)
* pct2rgb.py: make it work (again) with color tables with
less than 256 entries (#5555)
Previous upgrades from version 1.11.0
- New GDAL drivers:
* KRO: read/write support for KRO KOKOR Raw format
- New OGR drivers:
* CartoDB : read/write support
* GME (Google Map Engine) : read/write support
* GPKG (GeoPackage): read-write support (vector part of the spec.)
* OpenFileGDB: read-only support (no external dependency)
* SXF: read-only support
* WALK : read-only support
* WAsP .map : read-write support
- Significantly improved drivers: GML, LIBKML
- RFC 40: enhanced RAT support (#5129)
- RFC 41: multiple geometry fields support
- RFC 42: OGR Layer laundered field lookup
- RFC 43: add GDALMajorObject::GetMetadataDomainList?() (#5275)
- RFC 45: GDAL datasets and raster bands as virtual memory mapping
- Upgrade to EPSG 8.2 database
-------------------------------------------------------------------
Thu Oct 3 17:24:58 UTC 2013 - Angelos Tzotsos <tzotsos@opensuse.org>
Upgrade to version 1.10.1:
- Compilation fixes for iOS (#5197, #5198)
- Fix VSISubFileHandle::Eof() behaviour to be POSIX compliant, so that the shapefile reader can read the last feature when using /vsitar (#5093)
- vsicache: fix for 32bit binaries when file size is over 2GB (#5170)
- warper: Fix warping when input pixel size is too close to 0 (#5190)
- GDALFillNodata(): Fix use of uninitialized memory and integer overflows (#4010, #5203)
- Fix ref-counting of callable passed to gdal.PushErrorHandler?() (#5186)
-------------------------------------------------------------------
Mon Jun 3 17:14:40 UTC 2013 - dvaleev@suse.com
- install man to the %{_mandir}
-------------------------------------------------------------------
Sat May 25 19:39:26 UTC 2013 - behrisch@users.sourceforge.net
- removing dox from RHEL and derivatives
-------------------------------------------------------------------
Thu May 23 06:10:28 UTC 2013 - behrisch@users.sourceforge.net
- added dependency to libltdl for the devel package
-------------------------------------------------------------------
Wed May 8 06:25:13 UTC 2013 - behrisch@users.sourceforge.net
- Added openjpeg2 to the devel requirements
-------------------------------------------------------------------
Mon Apr 29 19:48:32 UTC 2013 - Angelos Tzotsos <tzotsos@opensuse.org>
Upgrade to version 1.10 final:
* New GDAL drivers:
- ARG: read/write suuport for ARG datasets (#4591)
- CTable2: read/write support for CTable2 datum grid shift format
- DDS: write-only support for DirectDraw? Surface format (#5017)
- IRIS: read support for products generated by the IRIS weather radar software (#4854)
- MAP: read OziExplorer? .map files (#3380)
- MBTiles: read-only support for MBTiles rasters (needs libsqlite3)
* New OGR drivers:
- ElasticSearch?: write-only support to write into ElasticSearch? databases (needs libcurl)
- ODS : read/write support for OpenOffice? .ods (Open Document Spreadsheets) (needs libexpat)
- OSM : read-only support for .osm / .pbf OpenStreetMap? files
- PDF: read/write support for vector/structured PDF files
- XLSX: read/write support for MS Excel 2007 and later Open Office XML .xlsx spreadsheets (needs libexpat)
* RFC 39: OGR Layer algebra methods : http://trac.osgeo.org/gdal/wiki/rfc39_ogr_layer_algebra
* Add a SQL SQLite dialect : http://gdal.org/ogr/ogr_sql_sqlite.html
* Make GDAL loadable as a SQLite3 extension (named VirtualOGR) (#4782)
* /vsicurl_streaming/: new virtual file system handler designed to read in streaming mode dynamically generated files
* GDAL API_PROXY mechanism to run GDAL drivers in a separate process: http://gdal.org/gdal_api_proxy.html
* Significantly improved drivers : PDF, SQLite, JP2OpenJPEG
* Add a geocoding client : http://gdal.org/ogr/ogr__geocoding_8h.html
* Upgrade to EPSG 8.0 database
-------------------------------------------------------------------
Thu Apr 18 20:30:51 UTC 2013 - Angelos Tzotsos <tzotsos@opensuse.org>
- Upgraded to version 1.10RC3
-------------------------------------------------------------------
Sun Apr 14 21:17:14 UTC 2013 - Angelos Tzotsos <tzotsos@opensuse.org>
- Upgraded to version 1.10RC2
-------------------------------------------------------------------
Sun Apr 14 14:25:33 UTC 2013 - Angelos Tzotsos <tzotsos@opensuse.org>
- Upgraded to version 1.10RC1
-------------------------------------------------------------------
Mon Apr 8 21:23:44 UTC 2013 - Angelos Tzotsos <tzotsos@opensuse.org>
- Restored OpenJPEG2000 dependency
- Upgraded to version 1.10beta2
-------------------------------------------------------------------
Tue Dec 4 16:49:11 UTC 2012 - Angelos Tzotsos <tzotsos@opensuse.org>
- Removed hardcoded Requires
-------------------------------------------------------------------
Sun Nov 25 20:33:28 UTC 2012 - Angelos Tzotsos <tzotsos@opensuse.org>
- Disabled OpenJPEG support until we have a patch for OpenJPEG 2.0 final
-------------------------------------------------------------------
Sun Oct 14 20:00:15 UTC 2012 - schwab@linux-m68k.org
- gdal-postgisraster-array-overflow.patch
PostGISRaster: fix array overflow
-------------------------------------------------------------------
Fri Oct 12 16:52:14 UTC 2012 - Angelos Tzotsos <tzotsos@opensuse.org>
- Update to new release 1.9.2:
Fix infinite GDALOpen recursion with some VRTs (#4835)
Avoid destroying existing overviews (.aux/.rrd) (#4831)
Support recognising NaN better in !CPLStrtod() (#4799)
Fix windows declaration for !CPLGetErrorHandlerUserData() (#4755)
Fix compilation with Gentoo modified zlib 1.2.6 (#4723)
Look for libgeotiff headers in /usr/include/libgeotiff too (#4706)
Improve warning handling in !CPLClearRecodeStubWarningFlags() (#4650)
Fix Solaris compilation bug (#4705)
!MorphFromESRI(): compare SPHEROID/PRIMEM parms, not names (#4673)
-------------------------------------------------------------------
Thu Sep 27 18:14:55 UTC 2012 - behrisch@users.sourceforge.net
- fixing sles dependencies
-------------------------------------------------------------------
Wed Sep 26 18:28:50 UTC 2012 - behrisch@users.sourceforge.net
- fixing sles 10 build by not regenerating swig files
-------------------------------------------------------------------
Wed Sep 19 10:58:59 UTC 2012 - behrisch@users.sourceforge.net
- fixed ScientificLinux dependencies
-------------------------------------------------------------------
Fri Sep 14 18:30:43 UTC 2012 - behrisch@users.sourceforge.net
- Fixed CentOS 6 and ScientificLinux 6 build
- Fixed SLE build
-------------------------------------------------------------------
Fri Jun 29 00:05:57 UTC 2012 - Angelos Tzotsos <tzotsos@opensuse.org>
- added new parameters to avoid issue:
https://bugs.archlinux.org/task/30471
http://www.mail-archive.com/ubuntu@lists.osgeo.org/msg00330.html
-------------------------------------------------------------------
Fri Jun 15 21:57:40 UTC 2012 - Angelos Tzotsos <tzotsos@opensuse.org>
- Fixed Factory build
- Added poppler patch from branch 1.9
- Added libgeotiff include path patch (now upstream too)
-------------------------------------------------------------------
Fri Jun 1 11:18:37 CEST 2012 - kukuk@suse.de
- remove obsolete doxygen patch
-------------------------------------------------------------------
Thu May 31 11:37:12 CEST 2012 - kukuk@suse.de
- Fix libXerces-c dependency for SLES
-------------------------------------------------------------------
Wed May 23 07:32:21 UTC 2012 - tzotsos@opensuse.org
- Update to new release 1.9.1
*fix crash with VSICachedFile::Read() for large reads (#4646)
*Unix VSI*L: correctly set current offset after a failed read (#4583)
*Improve OpenJDK finding logic in configure. (#4643)
*Fix iconv configure problem on FreeBSD (#4525)
*Fix MinGW build when pthread is also available (#4430)
*makegdalXX.vcproj : update 71,80 and 90 version. Drop 10 version --> open the 90 version and VS2010 should convert it (#4415)
*reverseWindingOrder(): don't force coordinate dimension to 3 (#4621)
*Fix incorrect rounding in OGRFormatDouble (#4614)
*Fix segfault when running 'ogr2ogr target src -select AFIELD -where FID=xxx' when the source layer has more than 5 fields (#4500)
- gdal-sqlite.patch moved upstream http://trac.osgeo.org/gdal/ticket/4515
-------------------------------------------------------------------
Sat May 12 19:28:16 UTC 2012 - behrisch@users.sourceforge.net
- fixed scientific linux build
- moved to external libgeotiff which works better with QLandkarteGT
-------------------------------------------------------------------
Wed Apr 4 22:09:37 UTC 2012 - behrisch@users.sf.net
- fixed RHEL6 (and derivatives) build
-------------------------------------------------------------------
Wed Feb 15 07:48:41 UTC 2012 - dassau@gbd-consult.de
- added gdal-sqlite.patch to fix http://trac.osgeo.org/gdal/ticket/4515
-------------------------------------------------------------------
Tue Jan 10 08:22:22 UTC 2012 - dassau@gbd-consult.de
- Update to new release 1.9.0
* New GDAL drivers: ACE2, CTG, E00GRID, ECRGTOC, GRASSASCIIGrid,
GTA, NGSGEOID, SNODAS, WebP, ZMap
* New OGR drivers: ARCGEN, CouchDB, DWG, EDIGEO, ESRI FileGDB, Geomedia,
Google Fusion Tables, IDRISI, MDB, SEGUKOOA, SEGY, SVG, XLS
* Significantly improved drivers: NetCDF
* Encoding support for shapefile/dbf (#882)
* RFC 35: Delete, reorder and alter field definitions of OGR layers
* RFC 37: Add mechanism to provide user data to CPLErrorHandler (#4295)
* gdalsrsinfo: new supported utility to report SRS in various form
(supercedes testepsg)
-------------------------------------------------------------------
Thu Jul 21 20:19:34 UTC 2011 - dassau@gbd-consult.de
- Update to new release 1.8.1
-------------------------------------------------------------------
Wed Apr 27 10:59:34 UTC 2011 - dassau@gbd-consult.de
- Added curl as dependency to support (wms/wcs/...)
-------------------------------------------------------------------
Sun Apr 24 12:59:34 UTC 2011 - toddrme2178@gmail.com
- Switched to valid groups (fix for RPMLINT warning)
-------------------------------------------------------------------
Thu Apr 14 00:00:00 UTC 2011 - behrisch@users.sourceforge.net
- fix CentOS and SLE10 build
-------------------------------------------------------------------
Sat Apr 9 00:00:00 UTC 2011 - hpj@urpla.net
- fix python dependencies and build, clean up spec
-------------------------------------------------------------------
Mon Jan 24 00:00:00 UTC 2011 - dassau@gbd-consult.de
- update to new version
-------------------------------------------------------------------
Sat Nov 13 00:00:00 UTC 2010 - Otto Dassau 1.7.3
- update to new version with many small fixes and changes
-------------------------------------------------------------------
Thu Jun 24 00:00:00 UTC 2010 - Otto Dassau 1.7.1
- added soname patch for building without libtool
-------------------------------------------------------------------
Wed Apr 14 00:00:00 UTC 2010 - Otto Dassau 1.7.1
- added perl and python packages with help from fedora spec by Balint Cristian
-------------------------------------------------------------------
Thu Feb 11 00:00:00 UTC 2010 - Otto Dassau 1.7.1
- update to new version
-------------------------------------------------------------------
Mon Nov 30 00:00:00 UTC 2009 - Otto Dassau 1.6.3
- update to new version
-------------------------------------------------------------------
Tue Nov 24 00:00:00 UTC 2009 - Otto Dassau 1.6.2
- update to new version
-------------------------------------------------------------------
Mon May 18 00:00:00 UTC 2009 - Otto Dassau 1.6.1
- update to new version
-------------------------------------------------------------------
Wed Feb 18 00:00:00 UTC 2009 - Otto Dassau 1.6.0
- update to new version
- adapted hdf4 patch
- removed ogpython and enabled current python bindings
-------------------------------------------------------------------
Thu Dec 4 00:00:00 UTC 2008 - Otto Dassau 1.5.3
- new patch to prevent getting upside-down images with NetCDF (ticket 2654)
-------------------------------------------------------------------
Tue Oct 21 00:00:00 UTC 2008 - Otto Dassau 1.5.3
- update to new version
-------------------------------------------------------------------
Thu Jun 12 00:00:00 UTC 2008 - Otto Dassau 1.5.2
- update to new bugfix version and added hdf4 support
-------------------------------------------------------------------
Sun Mar 23 00:00:00 UTC 2008 - Otto Dassau 1.5.1
- update to new version
-------------------------------------------------------------------
Mon Dec 31 00:00:00 UTC 2007 - Otto Dassau 1.5.0
- added with-ogpython
- BuildRequires: +unixODBC-devel, +libgeos-devel
- added more tools
-------------------------------------------------------------------
Thu Dec 20 00:00:00 UTC 2007 - Otto Dassau 1.4.4
- update to 1.4.4 and added mysql support
-------------------------------------------------------------------
Mon Aug 13 00:00:00 UTC 2007 - Dirk Stoecker 1.4.2
- adapted for openSUSE BuildService
-------------------------------------------------------------------
Mon Jul 16 00:00:00 UTC 2007 - Otto Dassau 1.4.2
- first built
-------------------------------------------------------------------
Mon Jun 11 00:00:00 UTC 2007 - Otto Dassau 1.4.1
- first built
-------------------------------------------------------------------
Tue Dec 19 00:00:00 UTC 2006 - Otto Dassau 1.3.2
- built on SuSE 10.2
-------------------------------------------------------------------
Mon Jun 19 00:00:00 UTC 2006 - Markus Neteler 1.3.2
- added DB support; gdal_rasterize
-------------------------------------------------------------------
Wed Jan 25 00:00:00 UTC 2006 - Otto Dassau 1.3.1
- adapted to SuSE 10.0