]> git.pld-linux.org Git - packages/geos.git/commitdiff
- updated to 3.3.7
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Jan 2013 13:16:35 +0000 (14:16 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Jan 2013 13:16:35 +0000 (14:16 +0100)
- added am patch (fixes build with automake 1.13)

geos-am.patch [new file with mode: 0644]
geos.spec

diff --git a/geos-am.patch b/geos-am.patch
new file mode 100644 (file)
index 0000000..6233432
--- /dev/null
@@ -0,0 +1,12 @@
+--- geos-3.3.7/configure.in.orig       2013-01-22 19:21:11.000000000 +0100
++++ geos-3.3.7/configure.in    2013-01-26 13:00:57.162086197 +0100
+@@ -37,8 +37,7 @@
+ AM_INIT_AUTOMAKE([geos], [$VERSION], [no-define])
+ AM_MAINTAINER_MODE
+-AM_CONFIG_HEADER([include/config.h])
+-AM_CONFIG_HEADER([include/geos/platform.h])
++AC_CONFIG_HEADERS([include/config.h include/geos/platform.h])
+ AC_PROG_CC
+ dnl use libtool ----------------------------------------------------------
index 507fed263c679684507095fe1a53d5d6c952e16f..c9f1695a359aa3518747ea18bc0ca5639e3abcfa 100644 (file)
--- a/geos.spec
+++ b/geos.spec
@@ -6,13 +6,14 @@
 Summary:       Geometry Engine - Open Source
 Summary(pl.UTF-8):     GEOS - silnik geometryczny z otwartymi źródłami
 Name:          geos
-Version:       3.3.6
+Version:       3.3.7
 Release:       1
 License:       LGPL v2.1
 Group:         Libraries
 Source0:       http://download.osgeo.org/geos/%{name}-%{version}.tar.bz2
-# Source0-md5: 6fadfb941541875f4976f75fb0bbc800
+# Source0-md5: 95ab996d22672b067d92c7dee2170460
 Patch0:                %{name}-ruby1.9.patch
+Patch1:                %{name}-am.patch
 URL:           http://trac.osgeo.org/geos/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -107,6 +108,7 @@ Wiązania języka Ruby do biblioteki GEOS.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal} -I macros
This page took 0.111481 seconds and 4 git commands to generate.