Commit Graph

212 Commits

Author SHA1 Message Date
Pavel Raiskup d56a879057 upgrade: build compat so-version twice
Usually (when only postgis is updated, and not postgresql itself)
it is enough to maintain only the latest version of
postgis-%majorversion.so file.  The upgrade scenario is then hit
(a) 'dnf upgrade -y', which brings 'postgis-X.Y+1.so', and
(b) run (manually) 'ALTER EXTENSION potgis' for all the databases.
For this scenario the compatibility library is not needed at all.

The situation is complicated in situations where also PostgreSQL
has major version upgrade (when upgrading from Fedora N to Fedora
N+1, usually).  Then, you need to *also* have
(a) 'postgis-%prevversion.so' built against old server (against
postgresql-upgrade-devel), and (b) 'postgis-%prevversion.so' built
against the actual postgresql version (postgresql-devel).  The
first library is needed to allow the old-stack dump properly, and
the second is needed to satisfy pg_upgrade's pre-upgrade checks
(pg_upgrade is checking that the same library exists for both
stacks, in the same version).  Note that it seems like *it could
be* enough to have just symlink from %majorversion to
%prevmajorversion posgis.so to "silence" the pg_upgrade's checker,
but I'm not brave enough to go this way at this point.

There's one more (maybe theoretical) possibility that the
PostgreSQL version is updated, but PostGIS version is not.  In
this case, the prevmajorversion should be eqal to majorversion
(for the build against older stack), and the compat build
shouldn't be needed.  If this ever happens, we can twak the
buildsystem/macros more.

Version: 2.4.0-1
2017-10-10 14:09:55 +02:00
Pavel Raiskup cb221143c3 upgrade: Pepa's postgis-upgrade stub
Related: rhbz#1475177
Version: 2.4.0-1
2017-10-10 14:09:54 +02:00
Pavel Raiskup 1ea80e27c7 update to 2.4.0
Per upstream release notes:
https://postgis.net/2017/09/30/postgis-2.4.0/

Version: 2.4.0-1
2017-10-10 14:09:52 +02:00
Fedora Release Engineering 3243f50f51 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 06:17:56 +00:00
Fedora Release Engineering 76dff5a103 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 08:57:06 +00:00
Devrim Gündüz 764858ca06 Update to 2.3.3, per changes described at
http://postgis.net/2017/07/01/postgis-2.3.3/
  rhbz #1467032
2017-07-02 20:01:08 +01:00
Fedora Release Engineering a09d148920 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 07:46:27 +00:00
Jozef Mlich 3b99f40f5a Update to 2.3.2, per changes described at
http://postgis.net/2017/01/31/postgis-2.3.2/
rhbz#1418136
2017-02-01 09:41:23 +01:00
Devrim Gündüz d9deef8d21 Rebuild against Proj 4.9.3 2017-01-25 15:34:08 +03:00
Devrim Gündüz 0c1e34f60b - Update to 2.3.1, per changes described at
http://postgis.net/2016/11/28/postgis-2.3.1
- Update previous version to 2.2.4
- Fix a few rpmlint warnings.
2016-11-30 16:09:10 +03:00
Pavel Raiskup 3ea027918a bump: build in rawhide done too early
Next time I should use:
$ koji wait-repo --build NVR --target fNN-build
or:
$ koji wait-repo --build NVR --target rawhide
Instead of:
$ koji wait-repo --build NVR rawhide
Sorry for rush.

Version: 2.3.0-3
2016-10-10 13:39:12 +02:00
Petr Kubat c6ece6d3ce bump: PostgreSQL 9.6.0
version 2.3.0-2
2016-10-10 10:49:29 +02:00
Jozef Mlich 5de2d8c525 Update to 2.3.0 2016-09-27 10:57:45 +02:00
Petr Písař 8ddf4fb0d8 Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-06-24 10:16:57 +02:00
Devrim Gündüz 92dd85a147 Add new files introduced in 2.2.2 2016-03-25 10:00:24 +02:00
Devrim Gündüz 34010497e0 Update to 2.2.2 2016-03-25 09:47:45 +02:00
Pavel Raiskup 23b3d1d19b ftbfs: install address_standardizer
Version: 2.2.1-3
Resolves: rhbz#1307872
2016-02-15 13:08:02 +01:00
Fedora Release Engineering 9b7d01f42b - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 18:22:31 +00:00
Jozef Mlich d1af82f4f2 Rebuild to 2.2.1, per changes described at:
http://svn.osgeo.org/postgis/tags/2.2.1/NEWS

smp_mflags disabled due to linking problems
2016-01-08 17:27:51 +01:00
Peter Robinson 2764b7fccd Rebuild again for GDAL 2.0 2015-08-30 19:34:56 +01:00
Devrim Gündüz 28e4b96ebd - Update to 2.1.8, per changes described at:
http://svn.osgeo.org/postgis/tags/2.1.8/NEWS
- Rebuilt for GDAL 2.0
2015-07-28 15:50:29 +03:00
Dennis Gilmore 36262ed51e - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 15:41:32 +00:00
Devrim Gündüz d4eb645ba3 - Update to 2.1.7, per changes described at:
http://svn.osgeo.org/postgis/tags/2.1.7/NEWS
2015-04-02 14:53:59 +03:00
Devrim Gündüz bf154397c6 Update to 2.1.6, per changes described at:
http://postgis.net/2015/03/20/postgis-2.1.6
2015-03-27 10:20:17 +00:00
Devrim Gündüz 8af464002a - Add patch to fix FTBFS -- patch by Sandro Mani <manisandro@gmail.com> 2015-03-19 10:34:05 +02:00
Devrim Gündüz 866f52a0ce - Rebuild for Proj 4.9.1 2015-03-11 19:16:28 +02:00
Jozef Mlich afc47206b6 disable json-c/geojson just for upgrade part of postgis 2015-01-08 17:51:36 +01:00
Devrim Gündüz 4b662dc20a - Update to 2.1.5, per changes described at:
http://postgis.net/2014/12/18/postgis-2.1.5 and
  http://postgis.net/2014/09/10/postgis-2.1.4
2014-12-22 11:42:21 +02:00
Jozef Mlich 2329a3eeba Dropped json-c because it is not building anymore
Resolves: #1129292
2014-08-18 10:25:31 +02:00
Peter Robinson 4bd8e23ff4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 19:39:50 +00:00
Jozef Mlich 3514f0453e Removing static libraries
Resolves: #979179
2014-06-26 16:36:26 +02:00
Jozef Mlich 909504d7dd removing sinjdoc from BuildRequires as it is not available
in rawhide anymore
2014-06-09 16:44:24 +02:00
Jozef Mlich 43e4315e27 - Rebase to 2.1.3 and 2.0.6 (security bugfixes, feature bugfixes)
see http://svn.osgeo.org/postgis/tags/2.1.3/NEWS
- json_c turned on
- installation of .so file of previous version moved into install section
2014-06-09 16:30:23 +02:00
Dennis Gilmore 98c3a759f4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 11:53:29 -05:00
Devrim Gunduz b9490cf4ff Oops, revert previous commit and commit the fix in right way" 2014-02-13 01:54:45 +02:00
Devrim Gunduz 342a58487e Install files in the correct location 2014-02-13 01:47:17 +02:00
Devrim Gunduz ce592ddde7 Disable hack for 64-bit builds temporarily. 2014-01-24 10:17:06 +02:00
Devrim Gunduz 7759806e62 Install postgis-2.0.so file, by compiling it from 2.0 sources
Fixes bz #1055293.
2014-01-23 12:13:57 +02:00
Devrim Gunduz 88331e220a Update to 2.1.1 2013-12-12 13:10:56 +01:00
Dan Horák e6e904c9ff - fix build on non-x86 64-bit arches 2013-10-25 12:07:41 +02:00
Devrim GUNDUZ f1f699c947 Install this file on x86_64 only. 2013-09-16 07:28:24 +03:00
Devrim GUNDUZ 33f15c39b1 Fix remaining list of %files. 2013-09-15 23:31:34 +03:00
Devrim GUNDUZ 8810de5857 Fix file name 2013-09-12 11:22:00 +03:00
Devrim GUNDUZ c61fccbb6d Ooops, install using destdir. 2013-09-12 11:12:27 +03:00
Devrim GUNDUZ b261f73c86 Add missing underscore. 2013-09-12 10:59:40 +03:00
Devrim GUNDUZ 85d8ec6383 Create missing directory. 2013-09-12 10:31:22 +03:00
Devrim GUNDUZ 1b51352113 Add missing files, also make sure that utils and extensions are installed, too. 2013-09-12 09:55:39 +03:00
Devrim GUNDUZ e654dba514 Bump up minimal gdal version. 2013-09-12 09:38:08 +03:00
Devrim GUNDUZ 0442a43a32 - Update to 2.1.0, per changes described at:
http://svn.osgeo.org/postgis/tags/2.1.0/NEWS
2013-09-12 09:37:36 +03:00
Orion Poplawski f8d7641c5b Rebuild for gdal 1.10.0 2013-08-27 10:02:57 -06:00
Dennis Gilmore c44c2f8f3e - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 23:57:22 -05:00
Petr Písař b80fc2c900 Perl 5.18 rebuild 2013-07-17 09:30:17 +02:00
Devrim GUNDUZ 56cf4b751b - Update to 2.0.3, and build against GeOS 3.3.8.
- Update all URLs.
2013-03-06 10:13:31 +02:00
Devrim GUNDUZ 82c3ccde7e Add two more missing files 2013-01-25 22:45:05 +02:00
Devrim GUNDUZ d18018f993 More updates for 9.2 -- extensions. 2013-01-25 22:24:44 +02:00
Devrim GUNDUZ fca354d697 Fix changelog date, and apply more updates for 2.0.2. 2013-01-25 22:00:52 +02:00
Devrim GUNDUZ 28f70fb347 More updates to spec for 2.0.2 update. 2013-01-25 21:32:53 +02:00
Devrim GUNDUZ ffe3267d8a - Rebuilt against geos 3.3.7. 2013-01-25 19:23:17 +02:00
Devrim GUNDUZ 507f241801 Update to 2.0.2, for various changes described at:
http://www.postgis.org/news/20121203/
2013-01-15 04:02:10 +02:00
Devrim GUNDUZ 0abd2b4614 Remove incorrect changelog entry. 2012-11-13 16:20:49 +00:00
Devrim GUNDUZ d1783c889d - Don't build JDBC portions. I have already disabled it in
upstream packaging 8 months ago.
2012-11-13 16:13:41 +00:00
Devrim GUNDUZ 27801b1a67 - Update to 2.0.1, so it works against PostgreSQL 9.2,
which also fixes #872710.
- Add deps for gdal.
- Remove patch3
2012-11-13 15:42:35 +00:00
Dennis Gilmore b821c4113a - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-20 21:44:16 -05:00
Dennis Gilmore e13b78dd5d - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 19:09:08 -06:00
Devrim GÜNDÜZ b785f3ebfc Provide postgis.jar instead of provide postgis-1.5.2.jar, per #714856 2011-10-04 19:45:10 -07:00
Devrim GÜNDÜZ 7f55ee39d7 Update to 1.5.3 2011-10-04 08:39:19 -07:00
Devrim GÜNDÜZ 4541500270 Update to 1.5.2 2011-04-19 14:56:56 +03:00
Nils Philippsen 7e5b6b7dc7 require pgsql version used for building 2011-04-03 14:32:57 +02:00
Nils Philippsen ddb0dc40f3 cope with PostgreSQL 9.0 build environment 2011-04-03 14:32:57 +02:00
Dennis Gilmore d545ea66dd - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 10:10:33 -06:00
Devrim GÜNDÜZ b64b0dea33 Update to 1.5.1. 2010-03-11 19:05:46 +00:00
Devrim GÜNDÜZ c1c76943f0 Update to 1.5.0 Trim changelog a bit. 2010-02-04 19:39:59 +00:00
Devrim GÜNDÜZ fbae717a7b Update to 1.5.0rc2, final rc. 2010-02-03 16:37:45 +00:00
Devrim GÜNDÜZ 4f6415f6ca Last fixes for 1.5 2010-01-21 18:37:39 +00:00
Devrim GÜNDÜZ 84bbe997d1 Update to 1.5.0 rc1 2010-01-21 18:04:20 +00:00
Devrim GÜNDÜZ d127e95bec Add libxml2-devel to BR 2010-01-20 20:42:54 +00:00
Devrim GÜNDÜZ ec19fb7e27 Update to 1.5.0 beta2 2010-01-20 20:29:52 +00:00
Devrim GÜNDÜZ e143cfd671 Add shp2pgsql-{cli-gui} among installed files. 2010-01-06 10:41:06 +00:00
Devrim GÜNDÜZ 968aa2e5d6 Update to 1.4.1. 2009-12-20 00:03:55 +00:00
Devrim GÜNDÜZ 5a1b740ed5 Fix spec per rawhide report. 2009-12-03 14:21:52 +00:00
Devrim GÜNDÜZ be29958876 Bump up version number 2009-11-30 23:32:26 +00:00
Devrim GÜNDÜZ 61f561a3c9 Add new upgrade scripts to spec file. 2009-11-30 20:00:15 +00:00
Devrim GÜNDÜZ 68f74efecf More updates for RC2 2009-11-30 16:55:40 +00:00
Devrim GÜNDÜZ 728fb5c566 Update to 1.4.1 rc2 2009-11-30 16:24:17 +00:00
Devrim GÜNDÜZ 469d2147ea Update to 1.4.1rc1 2009-11-23 18:48:34 +00:00
Devrim GÜNDÜZ b1c9de9ba9 Fix spec, per bz #536860 2009-11-22 00:45:22 +00:00
Devrim GÜNDÜZ 826edafe77 Just testing . 2009-07-30 23:01:56 +00:00
Devrim GÜNDÜZ 973f326df3 Fix spec . 2009-07-27 12:28:19 +00:00
Devrim GÜNDÜZ a6bbec95aa Update to 1.4.0. 2009-07-27 12:11:45 +00:00
Jesse Keating 494f794d3c - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-26 19:14:21 +00:00
Devrim GÜNDÜZ 54ac7f120e Update to 1.4rc1 2009-07-06 04:22:12 +00:00
Devrim GÜNDÜZ 8efcdc59cd Add a new subpackage: -docs, and add postgis pdf file to it. Own
/usr/share/postgis, per bugzilla #474686
2009-06-18 19:44:03 +00:00
Devrim GÜNDÜZ bc5f9b1c8c Update to 1.3.6 . 2009-05-07 21:34:30 +00:00
Miloš Jakubíček 3a86df978a - Fix FTBFS: added BR: java-1.5.0-gcj-devel in case of gcj_support 2009-04-24 09:13:04 +00:00
Jesse Keating f1ce9caefb - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-27 01:42:52 +00:00
Devrim GÜNDÜZ 50ceeae6af Update to 1.3.5 2008-12-16 20:38:54 +00:00
Devrim GÜNDÜZ b98c52fe9f Update to 1.3.4 2008-11-29 17:51:22 +00:00
Devrim GÜNDÜZ e5c9330e82 - Fix #451387. Patch from Toshio. 2008-08-11 18:56:44 +00:00
Devrim GÜNDÜZ 0dc46a97d6 Rebuild against geos 3.0.0. 2008-06-25 22:58:59 +00:00
Todd Zullinger dfb512a8b5 fix license tags 2008-05-29 21:07:04 +00:00
Devrim GÜNDÜZ 67455b4a97 Update to 1.3.3 . 2008-04-13 19:48:37 +00:00
Jesse Keating 7618718ba0 - Autorebuild for GCC 4.3 2008-02-19 01:25:44 +00:00
Devrim GÜNDÜZ ffbfe8771a - Rebuilt against PostgreSQL 8.3 2008-01-22 03:59:35 +00:00
Devrim GÜNDÜZ df472e45c9 - Various fixes from Mark Cave-Ayland
- Removed patch2: template_gis is no longer built by default.
- Removed patch0: Building the JDBC driver using make is now deprecated
- Build JDBC driver using ant, rather than make.
2008-01-05 11:12:07 +00:00
Devrim GÜNDÜZ 282b7059bc Update to 1.3.2 2007-12-06 23:47:41 +00:00
Devrim GÜNDÜZ c45955d2a3 Update PostGIS to 1.3.1 (Someone should remind me that this package was
approved months ago... :) )
2007-10-16 18:23:02 +00:00
Jesse Keating d967d46679 - Rebuild for selinux ppc32 issue. 2007-08-29 03:57:45 +00:00
Devrim GÜNDÜZ c59502b452 Fxi tpoy 2007-07-05 13:30:48 +00:00
Devrim GÜNDÜZ 5c2a481eaf ADd postgis to devel 2007-07-05 13:20:02 +00:00
Devrim GÜNDÜZ 7c4834e8f4 Forgot to update sources file 2007-07-03 06:41:57 +00:00
Devrim GÜNDÜZ ecf93b6999 Update to new spec file, and also fix changelog entry 2007-01-03 01:14:05 +00:00
Devrim GÜNDÜZ a628dc6e80 auto-import postgis-1.2.0-3 on branch devel from postgis-1.2.0-3.src.rpm 2006-12-27 21:42:37 +00:00