AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to version 1.5.0: * shpopen.c: resync with GDAL internal shapelib to avoid being dependent on correctness of file size field in .shp. Fixes https://lists.osgeo.org/pipermail/gdal-dev/2018-October/049218.html * contrib/shpgeo.h/.c: Remove PROJ.4 dependency and functionality, causing removal of SHPProject(), SHPSetProjection() and SHPFreeProjection() * contrib/shpproj.c: removed shpopen.c, dbfopen.c, shptree.c, sbnsearch.c: resyc with GDAL internal shapelib. Mostly to allow building those files as C++ without warning. Also add FTDate entry in DBFFieldType (see https://github.com/OSGeo/gdal/pull/308). And some other code cleanups * dbfopen.c: fix a bug where the end of file character was written on top of the first character of the first field name when deleting a field on a .dbf without records. Fixes https://github.com/OSGeo/gdal/issues/863 * safileio.c: remove duplicate test. Patch by Jaroslav Fojtik. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2744 - Rebase rpmlint-errors.patch for current version. - Drop proj4 Requires and BuildRequires: functionality dropped by upstream.
- Update to version 1.4.1: * See ChangeLog for details - Drop no longer needed patches: * shapelib_autotools.patch * shapelib_backports.patch - Refresh rpmlint-errors.patch
- Add patch to fix bunch of rpmlint errors: * rpmlint-errors.patch - Refresh autotools patch to actually pass the testsuite: * shapelib_autotools.patch
- Re-enabled the post build check now everything fails because of coding issues - This needs to be fixed not hidden
- Called spec-cleaner against spec file
- Update to version 1.3.0: * See ChangeLog for details. - Corrected the Name: entry in the spec file from libshp1 to shapelib (same as spec file name and package name). - Changed License to "(LGPL-2.0+ or MIT) and GPL-2.0+ and SUSE-Public-Domain". - Removed shapelib-endian-destdir-combined.diff and shapelib-fix-contrib.diff patches (not needed anymore). - Added two patches (taken from Fedora): * shapelib_autotools.patch (Use autotools) * shapelib_backports.patch (Backport some fixes from the gdal bundled shapelib) - Removed gcc and make build requirements (not needed). - Added gcc-c++ and pkg-config build requirements.
- fix license
- some BuildService and rpmlint fixes Wed Jan 11 00:00:00 UTC 2006 Pascal Bleser - added fixing of libshp.la file ("installed=no" -> "installed=yes") Wed Jan 11 00:00:00 UTC 2006 Pascal Bleser - new package