pkubat / rpms / postgis

Forked from rpms/postgis 5 years ago
Clone
Jozef Mlich d1af82f
%{!?javabuild:%global	javabuild 0}
Jozef Mlich d1af82f
%{!?utils:%global	utils 1}
Jozef Mlich d1af82f
%{!?gcj_support:%global	gcj_support 0}
cb22114
%{!?upgrade:%global	upgrade 1}
3a1524b
%{!?runselftest:%global	runselftest 1}
a628dc6
4a17aef
# rhbz#1503454
4a17aef
%global _smp_mflags	-j1
4a17aef
bc43e98
%ifarch s390x
bc43e98
# rhbz#1503476
bc43e98
%undefine _hardened_build
bc43e98
%endif
bc43e98
%if 0%{?fedora} == 26
bc43e98
%undefine _hardened_build
bc43e98
%endif
bc43e98
1ea80e2
%global majorversion 2.4
1ea80e2
%global prevmajorversion 2.3
2597560
%global prevversion %{prevmajorversion}.6
d56a879
%global so_files	rtpostgis postgis_topology postgis address_standardizer
b500dd0
%global configure_opts	--disable-rpath --enable-raster
4f6415f
27801b1
%global pg_version_minimum 9.2
7e5b6b7
abf7e3f
%global __provides_exclude_from %{_libdir}/pgsql
abf7e3f
a628dc6
Summary:	Geographic Information Systems Extensions to PostgreSQL
a628dc6
Name:		postgis
2597560
Version:	%majorversion.3
1a6f028
Release:	5%{?dist}
dfb512a
License:	GPLv2+
a628dc6
Group:		Applications/Databases
56cf4b7
Source0:	http://download.osgeo.org/%{name}/source/%{name}-%{version}.tar.gz
56cf4b7
Source2:	http://download.osgeo.org/%{name}/docs/%{name}-%{version}.pdf
0c1e34f
Source3:	http://download.osgeo.org/%{name}/source/%{name}-%{prevversion}.tar.gz
a628dc6
Source4:	filter-requires-perl-Pg.sh
8af4640
Patch1:		postgis-configureac21.patch
d5a07cd
Patch3:		postgis-2.4.0-install-desktop.patch
3a1524b
Patch4:		postgis-2.4.0-code-check-only.patch
3a1524b
Patch5:		postgis-2.4.0-check-gdal.patch
6e124e3
# Upstreamed.
6e124e3
Patch6:		%{name}-2.4.1_json-c_013.patch
0c1e34f
URL:		http://www.postgis.net
a628dc6
8ddf4fb
BuildRequires:	perl-generators
5b231c4
BuildRequires:	postgresql-server-devel >= %{pg_version_minimum}
5b231c4
BuildRequires:	libpq-devel
5b231c4
BuildRequires:	proj-devel, geos-devel >= 3.4.2 byacc, proj-devel, flex, java, java-devel, ant
d5a07cd
BuildRequires:	gtk2-devel, libxml2-devel, gdal-devel >= 1.10.0, desktop-file-utils
23b3d1d
BuildRequires:	pcre-devel
8af4640
BuildRequires:	autoconf, automake, libtool
1d162a3
BuildRequires:	json-c-devel
d56a879
%if %upgrade
d56a879
BuildRequires:	postgresql-upgrade-devel
d56a879
%endif
5b231c4
%{?postgresql_module_requires}
3a1524b
%if %runselftest
b6bcc58
BuildRequires:	postgresql-test-rpm-macros
3a1524b
%endif
Jozef Mlich d1af82f
a628dc6
a628dc6
%description
a628dc6
PostGIS adds support for geographic objects to the PostgreSQL object-relational
a628dc6
database. In effect, PostGIS "spatially enables" the PostgreSQL server,
a628dc6
allowing it to be used as a backend spatial database for geographic information
8af4640
systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS
8af4640
follows the OpenGIS "Simple Features Specification for SQL" and has been
a628dc6
certified as compliant with the "Types and Functions" profile.
a628dc6
b500dd0
Jozef Mlich d1af82f
%package devel
Jozef Mlich d1af82f
Summary:	The development files for PostGIS
Jozef Mlich d1af82f
Group:		Applications/Databases
Jozef Mlich d1af82f
Requires:	%{name}%{?_isa} = %{version}-%{release}
Jozef Mlich d1af82f
Jozef Mlich d1af82f
%description devel
Jozef Mlich d1af82f
Development headers and libraries for PostGIS.
Jozef Mlich d1af82f
b500dd0
8efcdc5
%package docs
8efcdc5
Summary:	Extra documentation for PostGIS
8efcdc5
Group:		Applications/Databases
8efcdc5
%description docs
8efcdc5
The postgis-docs package includes PDF documentation of PostGIS.
8efcdc5
b500dd0
a628dc6
%if %javabuild
a628dc6
%package jdbc
a628dc6
Summary:	The JDBC driver for PostGIS
a628dc6
Group:		Applications/Databases
dfb512a
License:	LGPLv2+
5a1b740
Requires:	%{name} = %{version}-%{release}, postgresql-jdbc
ec19fb7
BuildRequires:	ant >= 0:1.6.2, junit >= 0:3.7, postgresql-jdbc
a628dc6
a628dc6
%if %{gcj_support}
a628dc6
BuildRequires:		gcc-java
3a86df9
BuildRequires:		java-1.5.0-gcj-devel
df472e4
Requires(post):		%{_bindir}/rebuild-gcj-db
df472e4
Requires(postun):	%{_bindir}/rebuild-gcj-db
a628dc6
%endif
a628dc6
a628dc6
%description jdbc
a628dc6
The postgis-jdbc package provides the essential jdbc driver for PostGIS.
a628dc6
%endif
a628dc6
b500dd0
a628dc6
%if %utils
a628dc6
%package utils
a628dc6
Summary:	The utils for PostGIS
a628dc6
Group:		Applications/Databases
b500dd0
Requires:	%{name}%{?_isa} = %{version}-%{release}
b500dd0
Requires:	perl-DBD-Pg
a628dc6
a628dc6
%description utils
a628dc6
The postgis-utils package provides the utilities for PostGIS.
a628dc6
%endif
a628dc6
b500dd0
cb22114
%if %upgrade
cb22114
%package upgrade
cb22114
Summary:	Support for upgrading from the previous major release of Postgis
cb22114
Group:		Applications/Databases
b500dd0
Requires:	%{name}%{?_isa} = %{version}-%{release}
1d9efbf
Requires:	postgresql-upgrade
47ea3f5
Provides:	bundled(postgis) = %prevversion
cb22114
cb22114
%description upgrade
cb22114
The postgis-upgrade package contains the previous version of postgis
cb22114
necessary for correct dump of schema from previous version of PostgreSQL.
cb22114
%endif
cb22114
a628dc6
%define __perl_requires %{SOURCE4}
a628dc6
b500dd0
a628dc6
%prep
d56a879
%setup -q -n %{name}-%{version} -a 3
6a7bf86
6a7bf86
%if %upgrade
d56a879
(
d56a879
cd %{name}-%{prevversion}
d56a879
# Remove once we move to prevversion==2.4 (2.4 build works fine).
8af4640
%patch1 -p0 -b .configureac21
d56a879
./autogen.sh
6e124e3
%patch6 -p1
d56a879
)
6a7bf86
%endif
d5a07cd
%patch3 -p1
3a1524b
%patch4 -p1
3a1524b
%patch5 -p1
6e124e3
%patch6 -p1
8efcdc5
cp -p %{SOURCE2} .
a628dc6
d56a879
a628dc6
%build
b500dd0
%configure %configure_opts --with-gui
b500dd0
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
b500dd0
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
d56a879
make %{?_smp_mflags}
a628dc6
a628dc6
%if %javabuild
c1c7694
export BUILDXML_DIR=%{_builddir}/%{name}-%{version}/java/jdbc
ecf93b6
JDBC_VERSION_RPM=`rpm -ql postgresql-jdbc| grep 'jdbc2.jar$'|awk -F '/' '{print $5}'`
df472e4
sed 's/postgresql.jar/'${JDBC_VERSION_RPM}'/g' $BUILDXML_DIR/build.xml > $BUILDXML_DIR/build.xml.new
df472e4
mv -f $BUILDXML_DIR/build.xml.new $BUILDXML_DIR/build.xml
df472e4
pushd java/jdbc
df472e4
ant
df472e4
popd
a628dc6
%endif
a628dc6
a628dc6
%if %utils
d56a879
make %{?_smp_mflags} -C utils
a628dc6
%endif
a628dc6
6a7bf86
%if %upgrade
d56a879
(
d56a879
# TODO: report that out-of-tree (VPATH) build is broken
7759806
cd %{name}-%{prevversion}
7759806
d56a879
# first perform compat-build (against the actual PostgreSQL version).  We need
d56a879
# only the so names.
b500dd0
%configure %configure_opts
d56a879
make %{?_smp_mflags}
d56a879
mkdir ../compat-build
d56a879
for so in %so_files; do
d56a879
    find -name $so-%prevmajorversion.so -exec cp -t ../compat-build/ {} +
d56a879
done
d56a879
abf7e3f
# Second, build feature-full build against previous PostgreSQL version.  We
abf7e3f
# intentionally don't use %%configure here since there is too many pre-defined
abf7e3f
# directories, and not everything from postgis-%%prevversion directory respects
abf7e3f
# the `pg_config` output (liblwgeom especially).
abf7e3f
./configure %configure_opts \
abf7e3f
	--with-pgconfig=%postgresql_upgrade_prefix/bin/pg_config \
abf7e3f
	--libdir=%postgresql_upgrade_prefix/lib \
abf7e3f
	--includedir=%postgresql_upgrade_prefix/include
d56a879
make %{?_smp_mflags}
d56a879
)
6a7bf86
%endif
7759806
b500dd0
a628dc6
%install
a628dc6
make install DESTDIR=%{buildroot}
Jozef Mlich 43e4315
make %{?_smp_mflags}  -C utils install DESTDIR=%{buildroot}
Jozef Mlich 43e4315
make %{?_smp_mflags}  -C extensions install DESTDIR=%{buildroot}
Jozef Mlich 43e4315
d5a07cd
# hack: this requires postgis-%version-install-desktop.patch
d5a07cd
make -C loader install-rpm-desktop DESTDIR=%{buildroot} datadir=%{_datadir}
d5a07cd
6a7bf86
%if %upgrade
d56a879
cd %{name}-%{prevversion}
d56a879
make install DESTDIR=%{buildroot}
d56a879
cd ..
d56a879
47ea3f5
# drop unused stuff from upgrade-only installation
47ea3f5
/bin/rm -rf %buildroot%postgresql_upgrade_prefix/bin
47ea3f5
/bin/rm -rf %buildroot%postgresql_upgrade_prefix/lib/lib*
47ea3f5
d56a879
# Manually install compat-build binary.
d56a879
for so in %so_files; do
d56a879
%{__install} -m 644 compat-build/$so-%{prevmajorversion}.so %{buildroot}/%{_libdir}/pgsql
d56a879
done
6a7bf86
%endif
b500dd0
a628dc6
rm -f  %{buildroot}%{_datadir}/*.sql
a628dc6
a628dc6
%if %javabuild
a628dc6
install -d %{buildroot}%{_javadir}
b785f3e
install -m 755 java/jdbc/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
a628dc6
%if %{gcj_support}
a628dc6
aot-compile-rpm
a628dc6
%endif
a628dc6
strip %{buildroot}/%{_libdir}/gcj/%{name}/*.jar.so
7c4834e
%endif
a628dc6
a628dc6
%if %utils
a628dc6
install -d %{buildroot}%{_datadir}/%{name}
ec19fb7
install -m 755 utils/*.pl %{buildroot}%{_datadir}/%{name}
a628dc6
%endif
a628dc6
b500dd0
find %buildroot \( -name '*.la' -or -name '*.a' \) -delete
b500dd0
a628dc6
d5a07cd
%check
d5a07cd
desktop-file-validate %{buildroot}/%{_datadir}/applications/shp2pgsql-gui.desktop
3a1524b
%if %runselftest
b6bcc58
%postgresql_tests_run
3a1524b
export PGIS_REG_TMPDIR=`mktemp -d`
4a17aef
if ! LD_LIBRARY_PATH=%{buildroot}%_libdir make check %{_smp_mflags} ; then
4a17aef
    for file in $(find $PGIS_REG_TMPDIR -name '*_diff'); do
4a17aef
        echo "== $file =="
4a17aef
        cat "$file"
4a17aef
    done
4a17aef
%ifnarch %ix86 ppc64 s390x
4a17aef
    # rhbz#1503453
4a17aef
    false
3a1524b
%endif
4a17aef
fi
4a17aef
%endif # runselftest
d5a07cd
d5a07cd
7c4834e
%if %javabuild
7c4834e
%if %gcj_support
6549f27
%post   jdbc -p %{_bindir}/rebuild-gcj-db
6549f27
%postun jdbc -p %{_bindir}/rebuild-gcj-db
7c4834e
%endif
7c4834e
%endif
a628dc6
b500dd0
a628dc6
%files
b500dd0
%license COPYING
b500dd0
%doc CREDITS NEWS TODO README.%{name} loader/README.* doc/%{name}.xml doc/ZMSgeoms.txt
a628dc6
%attr(755,root,root) %{_bindir}/*
b9490cf
%attr(755,root,root) %{_libdir}/pgsql/%{name}-%{majorversion}.so
33f15c3
%{_datadir}/pgsql/contrib/postgis-%{majorversion}/*.sql
Jozef Mlich 43e4315
#if {_lib} == lib64
Jozef Mlich 43e4315
#{_datadir}/pgsql/contrib/postgis*.sql
Jozef Mlich 43e4315
#endif
23b3d1d
%{_datadir}/pgsql/extension/address_standardizer*.sql
23b3d1d
%{_datadir}/pgsql/extension/address_standardizer*.control
d18018f
%{_datadir}/pgsql/extension/postgis-*.sql
d18018f
%{_datadir}/pgsql/extension/postgis_topology*.sql
d18018f
%{_datadir}/pgsql/extension/postgis.control
82c3ccd
%{_datadir}/pgsql/extension/postgis_topology.control
1b51352
%{_datadir}/pgsql/extension/postgis_tiger_geocoder*.sql
8810de5
%{_datadir}/pgsql/extension/postgis_tiger_geocoder.control
d18018f
%{_datadir}/postgis/svn_repo_revision.pl
Jozef Mlich d1af82f
%{_datadir}/postgis/create_unpackaged.pl
92dd85a
%{_datadir}/postgis/create_spatial_ref_sys_config_dump.pl
92dd85a
%{_datadir}/postgis/postgis_proc_set_search_path.pl
4a17aef
# rhbz#1503456
abf7e3f
%{_libdir}/liblwgeom-%majorversion.so.*
23b3d1d
%{_libdir}/pgsql/address_standardizer-%{majorversion}.so
d18018f
%{_libdir}/pgsql/rtpostgis-%{majorversion}.so
Jozef Mlich d1af82f
%{_libdir}/pgsql/postgis_topology-%{majorversion}.so
Jozef Mlich d1af82f
d5a07cd
%{_datadir}/applications/shp2pgsql-gui.desktop
d5a07cd
%{_datadir}/icons/hicolor/*/apps/shp2pgsql-gui.png
Jozef Mlich 5de2d8c
Jozef Mlich 5de2d8c
Jozef Mlich d1af82f
%files devel
Jozef Mlich d1af82f
%{_includedir}/liblwgeom.h
Jozef Mlich d1af82f
%{_includedir}/liblwgeom_topo.h
b500dd0
%{_libdir}/liblwgeom.so
a628dc6
d56a879
a628dc6
%if %javabuild
a628dc6
%files jdbc
a628dc6
%doc java/jdbc/COPYING_LGPL java/jdbc/README
b785f3e
%attr(755,root,root) %{_javadir}/%{name}.jar
a628dc6
%if %{gcj_support}
a628dc6
%dir %{_libdir}/gcj/%{name}
a628dc6
%{_libdir}/gcj/%{name}/*.jar.so
a628dc6
%{_libdir}/gcj/%{name}/*.jar.db
a628dc6
%endif
a628dc6
%endif
a628dc6
d56a879
d56a879
%if %upgrade
d56a879
%files upgrade
1d9efbf
%postgresql_upgrade_prefix/*
d56a879
%_libdir/pgsql/*-%{prevmajorversion}.so
d56a879
%endif
d56a879
d56a879
a628dc6
%if %utils
a628dc6
%files utils
a628dc6
%doc utils/README
8efcdc5
%dir %{_datadir}/%{name}/
23b3d1d
%doc %{_datadir}/doc/pgsql/extension/README.address_standardizer
ec19fb7
%{_datadir}/%{name}/test_estimation.pl
ec19fb7
%{_datadir}/%{name}/profile_intersects.pl
ec19fb7
%{_datadir}/%{name}/test_joinestimation.pl
ec19fb7
%{_datadir}/%{name}/create_undef.pl
ec19fb7
%{_datadir}/%{name}/%{name}_proc_upgrade.pl
ec19fb7
%{_datadir}/%{name}/%{name}_restore.pl
33f15c3
%{_datadir}/pgsql/contrib/postgis-%{majorversion}/postgis_restore.pl
ec19fb7
%{_datadir}/%{name}/read_scripts_version.pl
ec19fb7
%{_datadir}/%{name}/test_geography_estimation.pl
ec19fb7
%{_datadir}/%{name}/test_geography_joinestimation.pl
a628dc6
%endif
a628dc6
b500dd0
8efcdc5
%files docs
8efcdc5
%doc postgis*.pdf
8efcdc5
b500dd0
a628dc6
%changelog
1a6f028
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.3-5
1a6f028
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1a6f028
b6bcc58
* Fri Apr 13 2018 Pavel Raiskup <praiskup@redhat.com> - 2.4.3-4
b6bcc58
- postgresql.spec moved testing macros to postgresql-test-rpm-macros
b6bcc58
f2d0fe2
* Tue Mar 06 2018 Björn Esser <besser82@fedoraproject.org> - 2.4.3-3
f2d0fe2
- Rebuilt for libjson-c.so.4 (json-c v0.13.1)
f2d0fe2
03ae67c
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.3-2
03ae67c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
03ae67c
2597560
* Thu Jan 18 2018 Pavel Raiskup <praiskup@redhat.com> - 2.4.3-1
2597560
- rebase to latest upstream release (rhbz#1513788)
2597560
6e124e3
* Fri Dec 15 2017 Björn Esser <besser82@fedoraproject.org> - 2.4.1-4
6e124e3
- Add patch for changes in json-c >= 0.13
6e124e3
a23e871
* Sun Dec 10 2017 Björn Esser <besser82@fedoraproject.org> - 2.4.1-3
a23e871
- Rebuilt for libjson-c.so.3
a23e871
47ea3f5
* Thu Oct 26 2017 Pavel Raiskup <praiskup@redhat.com> - 2.4.1-2
47ea3f5
- upgrade: drop not-used /bin directory and liblwgeom (rhbz#1055293)
47ea3f5
- upgrade: confess that we bundle postgis = prevversion
47ea3f5
ae00c92
* Mon Oct 23 2017 Pavel Raiskup <praiskup@redhat.com> - 2.4.1-1
ae00c92
- update to 2.4.1, per NEWS file:
ae00c92
  https://svn.osgeo.org/postgis/tags/2.4.1/NEWS
ae00c92
1d162a3
* Wed Oct 18 2017 Pavel Raiskup <praiskup@redhat.com> - 2.4.0-2
1d162a3
- build against json-c again (rhbz#1484031)
6549f27
- post/postun set for jdbc sub-package (rhbz#979685)
1d162a3
d5a07cd
* Tue Oct 17 2017 Pavel Raiskup <praiskup@redhat.com> - 2.4.0-1
d5a07cd
- install desktop files into /usr/share/applications
6a7bf86
- optimize build without %%upgrade
b95d41a
- drop explicit requires on libraries (resolved by implicit lib*.so*())
3a1524b
- enable build testsuite
bc43e98
- disable hardening on f26 (all arches) and on s390x (all distros)
d5a07cd
d56a879
* Tue Oct 10 2017 Pavel Raiskup <praiskup@redhat.com> - 2.4.0-1
d56a879
- provide postgis-upgrade package (rhbz#1475177)
d56a879
1ea80e2
* Mon Oct 09 2017 Pavel Raiskup <praiskup@redhat.com> - 2.4.0-1
1ea80e2
- update to 2.4.0, per upstream release notes
1ea80e2
  https://postgis.net/2017/09/30/postgis-2.4.0/
1ea80e2
3243f50
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.3-3
3243f50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
3243f50
76dff5a
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.3-2
76dff5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
76dff5a
764858c
* Sun Jul 2 2017 Devrim Gündüz <devrim@gunduz.org> - 2.3.3-1
764858c
- Update to 2.3.3, per changes described at
764858c
  http://postgis.net/2017/07/01/postgis-2.3.3/
764858c
  rhbz #1467032
764858c
a09d148
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-2
a09d148
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a09d148
Jozef Mlich 3b99f40
* Wed Jan 25 2017 Devrim Gündüz <devrim@gunduz.org> - 2.3.2-1
Jozef Mlich 3b99f40
- Update to 2.3.2, per changes described at
Jozef Mlich 3b99f40
  http://postgis.net/2017/01/31/postgis-2.3.2/
Jozef Mlich 3b99f40
  rhbz#1418136
Jozef Mlich 3b99f40
d9deef8
* Wed Jan 25 2017 Devrim Gündüz <devrim@gunduz.org> - 2.3.1-2
d9deef8
- Rebuild against Proj 4.9.3
d9deef8
d9deef8
* Wed Nov 30 2016 Devrim Gündüz <devrim@gunduz.org> - 2.3.1-1
0c1e34f
- Update to 2.3.1, per changes described at
0c1e34f
  http://postgis.net/2016/11/28/postgis-2.3.1
0c1e34f
- Update previous version to 2.2.4
0c1e34f
- Fix a few rpmlint warnings.
0c1e34f
3ea0279
* Mon Oct 10 2016 Pavel Raiskup <praiskup@redhat.com> - 2.3.0-3
3ea0279
- bump: build in rawhide hit too early
3ea0279
c6ece6d
* Fri Oct 07 2016 Petr Kubat <pkubat@redhat.com> - 2.3.0-2
c6ece6d
- Rebuild for PostgreSQL 9.6.0
c6ece6d
Jozef Mlich 5de2d8c
* Tue Sep 27 2016 Jozef Mlich <imlich@fit.vutbr.cz> - 2.3.0-1
Jozef Mlich 5de2d8c
- Update to 2.3.0, per changes described at
Jozef Mlich 5de2d8c
  http://postgis.net/2016/09/26/postgis-2.3.0/
Jozef Mlich 5de2d8c
3401049
* Fri Mar 25 2016 Devrim Gündüz <devrim@gunduz.org> - 2.2.2-1
3401049
- Update to 2.2.2, per changes described at
3401049
  http://postgis.net/2016/03/22/postgis-2.2.2
3401049
23b3d1d
* Mon Feb 15 2016 Pavel Raiskup <praiskup@redhat.com> - 2.2.1-3
23b3d1d
- install address_standardizer module (rhbz#1307872)
23b3d1d
9b7d01f
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-2
9b7d01f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9b7d01f
Jozef Mlich d1af82f
* Fri Jan 08 2016 Jozef Mlich <jmlich@redhat.com> - 2.2.1-1
Jozef Mlich d1af82f
- Rebuild to 2.2.1, per changes described at:
Jozef Mlich d1af82f
  http://svn.osgeo.org/postgis/tags/2.2.1/NEWS
Jozef Mlich d1af82f
2764b7f
* Sun Aug 30 2015 Peter Robinson <pbrobinson@fedoraproject.org> 2.1.8-2
2764b7f
- Rebuild again for GDAL 2.0
2764b7f
28e4b96
* Tue Jul 28 2015 Devrim Gündüz <devrim@gunduz.org> - 2.1.8-1
28e4b96
- Update to 2.1.8, per changes described at:
28e4b96
  http://svn.osgeo.org/postgis/tags/2.1.8/NEWS
28e4b96
- Rebuilt for GDAL 2.0
28e4b96
36262ed
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.7-2
36262ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
36262ed
d4eb645
* Wed Apr 1 2015 Devrim Gündüz <devrim@gunduz.org> - 2.1.7-1
d4eb645
- Update to 2.1.7, per changes described at:
d4eb645
  http://svn.osgeo.org/postgis/tags/2.1.7/NEWS
d4eb645
bf15439
* Fri Mar 27 2015 Devrim Gündüz <devrim@gunduz.org> - 2.1.6-1
bf15439
- Update to 2.1.6, per changes described at:
bf15439
  http://postgis.net/2015/03/20/postgis-2.1.6
bf15439
866f52a
* Wed Mar 11 2015 Devrim Gündüz <devrim@gunduz.org> - 2.1.5-3
866f52a
- Rebuild for Proj 4.9.1
8af4640
- Add patch to fix FTBFS -- patch by Sandro Mani <manisandro@gmail.com>
866f52a
Jozef Mlich afc4720
* Thu Jan 08 2015 Jozef Mlich <jmlich@redhat.com> - 2.1.5-2
Jozef Mlich afc4720
- disable json-c/geojson just for upgrade part of postgis
Jozef Mlich afc4720
4b662dc
* Mon Dec 22 2014 Devrim Gündüz <devrim@gunduz.org> - 2.1.5-1
4b662dc
- Update to 2.1.5, per changes described at:
4b662dc
  http://postgis.net/2014/12/18/postgis-2.1.5 and
4b662dc
  http://postgis.net/2014/09/10/postgis-2.1.4
4b662dc
Jozef Mlich 2329a3e
* Mon Aug 18 2014 Jozef Mlich <jmlich@redhat.com> - 2.1.3-5
Jozef Mlich 2329a3e
- Dropped json-c because it is not building anymore
Jozef Mlich 2329a3e
  Resolves: #1129292
Jozef Mlich 2329a3e
4bd8e23
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.3-4
4bd8e23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
4bd8e23
Jozef Mlich 3514f04
* Thu Jun 26 2014 Jozef Mlich <jmlich@redhat.com> - 2.1.3-3
866f52a
- Removing static libraries
Jozef Mlich 3514f04
  Resolves: #979179
Jozef Mlich 3514f04
Jozef Mlich 3514f04
* Mon Jun 09 2014 Jozef Mlich <jmlich@redhat.com> - 2.1.3-2
Jozef Mlich 909504d
- removing sinjdoc from BuildRequires as it is not available
Jozef Mlich 909504d
  in rawhide anymore
Jozef Mlich 909504d
Jozef Mlich 909504d
* Mon Jun 09 2014 Jozef Mlich <jmlich@redhat.com> - 2.1.3-1
Jozef Mlich 43e4315
- Rebase to 2.1.3 and 2.0.6 (security bugfixes, feature bugfixes)
Jozef Mlich 43e4315
  see http://svn.osgeo.org/postgis/tags/2.1.3/NEWS
Jozef Mlich 43e4315
- json_c turned on
Jozef Mlich 43e4315
- installation of .so file of previous version moved into install section
Jozef Mlich 43e4315
98c3a75
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-3
98c3a75
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
98c3a75
7759806
* Thu Jan 23 2014 Devrim Gündüz <devrim@gunduz.org> - 2.1.1-2
7759806
- Install postgis-2.0.so file, by compiling it from 2.0 sources
7759806
  Fixes bz #1055293.
7759806
88331e2
* Thu Dec 12 2013 Devrim Gündüz <devrim@gunduz.org> - 2.1.1-1
88331e2
- Update to 2.1.1
88331e2
e6e904c
* Fri Oct 25 2013 Dan Horák <dan[at]danny.cz> - 2.1.0-2
e6e904c
- fix build on non-x86 64-bit arches
e6e904c
0442a43
* Thu Sep 12 2013 Devrim Gündüz <devrim@gunduz.org> - 2.1.0-1
0442a43
- Update to 2.1.0, per changes described at:
0442a43
  http://svn.osgeo.org/postgis/tags/2.1.0/NEWS
0442a43
f8d7641
* Tue Aug 27 2013 Orion Poplawski <orion@cora.nwra.com> - 2.0.3-4
f8d7641
- Rebuild for gdal 1.10.0
f8d7641
c44c2f8
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-3
c44c2f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c44c2f8
b80fc2c
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.0.3-2
b80fc2c
- Perl 5.18 rebuild
b80fc2c
56cf4b7
* Wed Mar 6 2013 Devrim GÜNDÜZ <devrim@gunduz.org> - 2.0.3-1
56cf4b7
- Update to 2.0.3, and build against GeOS 3.3.8.
56cf4b7
- Update all URLs.
56cf4b7
ffe3267
* Fri Jan 25 2013 Devrim GÜNDÜZ <devrim@gunduz.org> - 2.0.2-2
ffe3267
- Rebuilt against geos 3.3.7.
d18018f
- Apply changes for PostgreSQL 9.2 and extensions.
ffe3267
fca354d
* Wed Jan 16 2013 Devrim GÜNDÜZ <devrim@gunduz.org> - 2.0.2-1
507f241
- Update to 2.0.2, for various changes described at:
507f241
  http://www.postgis.org/news/20121203/
507f241
27801b1
* Tue Nov 13 2012 Devrim GÜNDÜZ <devrim@gunduz.org> - 2.0.1-1
27801b1
- Update to 2.0.1, so it works against PostgreSQL 9.2,
27801b1
  which also fixes #872710.
27801b1
- Add deps for gdal.
d1783c8
- Don't build JDBC portions. I have already disabled it in
d1783c8
  upstream packaging 8 months ago.
27801b1
b821c41
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.3-4
b821c41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b821c41
e13b78d
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.3-3
e13b78d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e13b78d
b785f3e
* Tue Oct 4 2011 Devrim GÜNDÜZ <devrim@gunduz.org> - 1.5.3-2
b785f3e
- Provide postgis.jar instead of provide postgis-1.5.2.jar,
b785f3e
  per #714856
b785f3e
7f55ee3
* Tue Oct 4 2011 Devrim GÜNDÜZ <devrim@gunduz.org> - 1.5.3-1
7f55ee3
- Update to 1.5.3
7f55ee3
4541500
* Tue Apr 19 2011 Devrim GÜNDÜZ <devrim@gunduz.org> - 1.5.2-1
4541500
- Update to 1.5.2
4541500
ddb0dc4
* Sun Apr 03 2011 Nils Philippsen <nils@redhat.com> - 1.5.1-3
ddb0dc4
- cope with PostgreSQL 9.0 build environment
7e5b6b7
- require pgsql version used for building
ddb0dc4
d545ea6
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-2
d545ea6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d545ea6
b64b0de
* Thu Mar 11 2010 Devrim GÜNDÜZ <devrim@gunduz.org> - 1.5.1-1
b64b0de
- Update to 1.5.1
b64b0de
c1c7694
* Tue Jan 12 2010 Devrim GÜNDÜZ <devrim@gunduz.org> - 1.5.0-1
c1c7694
- Update to 1.5.0
c1c7694
- Trim changelog a bit.
ec19fb7
e143cfd
* Wed Jan 6 2010 Devrim GÜNDÜZ <devrim@gunduz.org> - 1.4.1-2
e143cfd
- Add shp2pgsql-{cli-gui} among installed files.
e143cfd
968aa2e
* Sun Dec 20 2009 Devrim GÜNDÜZ <devrim@gunduz.org> - 1.4.1-1
968aa2e
- Update to 1.4.1
968aa2e
5a1b740
* Thu Dec 03 2009 Devrim GÜNDÜZ <devrim@gunduz.org> - 1.4.1-rc2_1.2
5a1b740
- Fix spec per rawhide report.
5a1b740
be29958
* Tue Dec 01 2009 Devrim GÜNDÜZ <devrim@gunduz.org> - 1.4.1-rc2_1.1
be29958
- Update spec for rc2 changes.
be29958
728fb5c
* Mon Nov 30 2009 Devrim GUNDUZ <devrim@gunduz.org> - 1.4.1rc2-1
728fb5c
- Update to 1.4.1rc2
728fb5c
469d214
* Mon Nov 23 2009 Devrim GUNDUZ <devrim@gunduz.org> - 1.4.1rc1-1
469d214
- Update to 1.4.1rc1
469d214
b1c9de9
* Sun Nov 22 2009 Devrim GÜNDÜZ <devrim@gunduz.org> - 1.4.0-2
b1c9de9
- Fix spec, per bz #536860
b1c9de9
a6bbec9
* Mon Jul 27 2009 Devrim GUNDUZ <devrim@gunduz.org> - 1.4.0-1
a6bbec9
- Update to 1.4.0
a6bbec9
494f794
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0rc1-2
494f794
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
494f794
54ac7f1
* Mon Jul 6 2009 Devrim GUNDUZ <devrim@gunduz.org> - 1.4.0rc1-1
54ac7f1
- Update to 1.4.0rc1
54ac7f1
- Fix spec for 1.4