diff --git a/geos.spec b/geos.spec index c6be109..bbb81ce 100644 --- a/geos.spec +++ b/geos.spec @@ -1,6 +1,6 @@ Name: geos Version: 3.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GEOS is a C++ port of the Java Topology Suite Group: Applications/Engineering @@ -67,6 +67,7 @@ Ruby module to build applications using GEOS and ruby # fix python path on 64bit sed -i -e 's|\/lib\/python|$libdir\/python|g' configure sed -i -e 's|.get_python_lib(0|.get_python_lib(1|g' configure +sed -i -e 's|find \$i -name libpython|find \$i\/lib*\/ -name libpython|g' configure # disable internal libtool to avoid hardcoded r-path for makefile in `find . -type f -name 'Makefile.in'`; do @@ -137,6 +138,9 @@ rm -rf %{buildroot} %endif %changelog +* Thu Mar 18 2010 Balint Cristian - 3.2.0-2 +- fix bz#473975 + * Sun Dec 20 2009 Devrim GUNDUZ - 3.2.0-1 - Update to 3.2.0 diff --git a/import.log b/import.log index 2404684..62b3488 100644 --- a/import.log +++ b/import.log @@ -1,2 +1,3 @@ geos-3_0_1-1_fc10:HEAD:geos-3.0.1-1.fc10.src.rpm:1224230733 geos-3_0_3-1_fc11:HEAD:geos-3.0.3-1.fc11.src.rpm:1228578104 +geos-3_2_0-2_fc13:HEAD:geos-3.2.0-2.fc13.src.rpm:1268891753