Author: hawk Date: Thu Dec 21 08:55:02 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.2.0, contains numerous fixes including security ones - no-psql-src.patch seems obsolete, removed - now builds with PostgreSQL 8.2
---- Files affected: SPECS: postgis.spec (1.27 -> 1.28) ---- Diffs: ================================================================ Index: SPECS/postgis.spec diff -u SPECS/postgis.spec:1.27 SPECS/postgis.spec:1.28 --- SPECS/postgis.spec:1.27 Wed Dec 20 14:04:00 2006 +++ SPECS/postgis.spec Thu Dec 21 09:54:57 2006 @@ -3,14 +3,13 @@ Summary: Geographic Information Systems Extensions to PostgreSQL Summary(pl): Rozszerzenie do PostgreSQL wspomagajÄ…ce Geograficzne Systemy Informacyjne Name: postgis -Version: 1.0.5 -Release: 6 +Version: 1.2.0 +Release: 1 License: GPL v2 Group: Applications/Databases Source0: http://postgis.refractions.net/download/%{name}-%{version}.tar.gz -# Source0-md5: 0fb63a885a723b2d71b52207fd05888a -Patch0: %{name}-no-psql-src.patch -Patch1: %{name}-geos.patch +# Source0-md5: 59b5f89d0a0230b00d80e779bb517520 +Patch0: %{name}-geos.patch URL: http://postgis.refractions.net/ BuildRequires: geos-devel >= 2.1.4 BuildRequires: perl-base @@ -35,7 +34,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build %{__make} all \ @@ -64,7 +62,7 @@ %files %defattr(644,root,root,755) -%doc CHANGES CREDITS README.postgis TODO doc/html examples/wkb_reader *.sql +%doc CREDITS NEWS README.postgis TODO doc/html *.sql %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/postgresql/%{name}.so @@ -74,6 +72,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2006/12/21 08:54:57 hawk +- updated to 1.2.0, contains numerous fixes including security ones +- no-psql-src.patch seems obsolete, removed +- now builds with PostgreSQL 8.2 + Revision 1.27 2006/12/20 13:04:00 hawk - release 6 to rebuild with PostgreSQL 8.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/postgis.spec?r1=1.27&r2=1.28&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
