Commit Graph

191 Commits

Author SHA1 Message Date
Björn Esser
6e124e349a
Add patch for changes in json-c >= 0.13 2017-12-15 14:30:40 +01:00
Björn Esser
a23e871557
Rebuilt for libjson-c.so.3 2017-12-10 20:50:41 +01:00
Pavel Raiskup
47ea3f594d upgrade: drop unused stuff
The binaries (from previous_prefix/bin directory) only generated
additional implicit Requires, which complicated dependency
resolution.

Also confess that the postgis-upgrade actually bundles postgis of
previous version.

Related: rhbz#1055293
Version: 2.4.1-2
2017-10-26 13:47:02 +02:00
Pavel Raiskup
ae00c92d7b rebase to 2.4.1
Per upstream NEWS file:
https://svn.osgeo.org/postgis/tags/2.4.1/NEWS

Version: 2.4.1-1
Resolves: rhbz#1504421
2017-10-23 16:01:26 +02:00
Pavel Raiskup
6549f2708b scriptlets: assign correctly to jdbc subpackage
(.. if that was ever built actually)

Resolves: rhbz#979685
Version: 2.4.0-2
2017-10-18 18:48:39 +02:00
Pavel Raiskup
1d162a32a0 build against json-c again
Resolves: rhbz#1484031
Version: 2.4.0-2
2017-10-18 18:40:13 +02:00
Pavel Raiskup
bc43e98a0b hardening: ftbfs fix on f26 and f27+ s390x
Version: 2.4.0-1
2017-10-18 10:37:30 +02:00
Pavel Raiskup
4a17aef303 reference some bugs filed just now
Version: 2.4.0-1
2017-10-18 09:38:25 +02:00
Pavel Raiskup
abf7e3f8ee upgrade: install compat lwgeom properly
Version: 2.4.0-1
2017-10-18 00:26:42 +02:00
Pavel Raiskup
3a1524b330 tests: enable build testsuite
Version: 2.4.0-1
2017-10-18 00:26:38 +02:00
Pavel Raiskup
b95d41a06d drop explicit requires
Version: 2.4.0-1.1
2017-10-17 18:56:09 +02:00
Pavel Raiskup
6a7bf86376 upgrade: optimise build for --define 'upgrade 0'
Version: 2.4.0-1
2017-10-17 18:55:41 +02:00
Pavel Raiskup
d5a07cd02e desktop: install desktop files to /usr/share/{applications,files}
Version: 2.4.0-1
2017-10-17 18:39:27 +02:00
Pavel Raiskup
b500dd05b0 spec: lint after fedora-review run
Drop the doc/html as that's not built documentation anyway, thus
it seems to be useless.

Version: 2.4.0-1
2017-10-17 18:39:16 +02:00
Pavel Raiskup
1d9efbf231 upgrade: review fixes
Related: rhbz#1055293
Version: 2.4.0-1
2017-10-12 11:48:30 +02:00
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