From 9f5d10c3f7b64d47af6e97d488d9080c4ae8c2ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Devrim=20G=C3=BCnd=C3=BCz?= Date: Tue, 24 Jan 2017 11:15:11 +0300 Subject: [PATCH] Rebuilt against Proj 4.9.3. --- ogdi.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ogdi.spec b/ogdi.spec index 5670c5f..129aabb 100644 --- a/ogdi.spec +++ b/ogdi.spec @@ -1,6 +1,6 @@ Name: ogdi Version: 3.2.0 -Release: 0.26.beta2%{?dist} +Release: 0.27.beta2%{?dist} Summary: Open Geographic Datastore Interface Group: Applications/Engineering License: BSD @@ -67,12 +67,12 @@ export CFG=debug # for -g # do not compile with ssp. it will trigger internal bugs (to_fix_upstream) OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//g'` -export CFLAGS="$OPT_FLAGS -fPIC -DPIC -DDONT_TD_VOID -DUSE_TERMIO" +export CFLAGS="$OPT_FLAGS -fPIC -DPIC -DDONT_TD_VOID -DUSE_TERMIO" %configure \ --with-binconfigs \ --with-expat \ --with-proj \ - --with-zlib + --with-zlib # WARNING !!! # using %{?_smp_mflags} may break build @@ -176,6 +176,9 @@ touch -r ogdi-config.in %{buildroot}%{_bindir}/%{name}-config %changelog +* Tue Jan 24 2017 Devrim Gündüz - 3.2.0-0.27.beta2 +- Rebuilt against Proj 4.9.3. + * Thu Feb 04 2016 Fedora Release Engineering - 3.2.0-0.26.beta2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild