[arch-commits] Commit in postgis/repos/community-i686 (4 files)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat Jun 15 13:44:10 UTC 2013


    Date: Saturday, June 15, 2013 @ 15:44:09
  Author: jlichtblau
Revision: 92822

archrelease: copy trunk to community-i686

Added:
  postgis/repos/community-i686/PKGBUILD
    (from rev 92821, postgis/trunk/PKGBUILD)
  postgis/repos/community-i686/postgis.changelog
    (from rev 92821, postgis/trunk/postgis.changelog)
Deleted:
  postgis/repos/community-i686/PKGBUILD
  postgis/repos/community-i686/postgis.changelog

-------------------+
 PKGBUILD          |   72 ++++++++++++++++++++++++++--------------------------
 postgis.changelog |   47 ++++++++++++++++++---------------
 2 files changed, 61 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-15 13:40:37 UTC (rev 92821)
+++ PKGBUILD	2013-06-15 13:44:09 UTC (rev 92822)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=postgis
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="Adds support for geographic objects to PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://postgis.org/"
-license=('GPL')
-depends=('postgresql>=9.2' 'postgresql<9.3' 'proj' 'geos' 'gdal' 'json-c' 'libxml2')
-changelog=$pkgname.changelog
-options=('!libtool')
-source=("http://postgis.org/download/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('57746d040080e624f3e81633a180d8a5fc16b0c035d94fe2c16306023ab1c391')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-
-  # Build utils (FS#25836)
-  cd utils
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  cd utils
-  make DESTDIR=${pkgdir} install
-}

Copied: postgis/repos/community-i686/PKGBUILD (from rev 92821, postgis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-06-15 13:44:09 UTC (rev 92822)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=postgis
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://postgis.net/"
+license=('GPL')
+depends=('postgresql>=9.2' 'postgresql<9.3' 'proj' 'geos' 'gdal' 'json-c' 'libxml2')
+changelog=$pkgname.changelog
+options=('!libtool')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('7f865a6fdf19afed7d2f3e7178cd504f7254a9e96f2ce6a07d0ea19edc1668a0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  ./configure --prefix=/usr
+  make
+
+  # Build utils (FS#25836)
+  cd utils
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  cd utils
+  make DESTDIR=${pkgdir} install
+}

Deleted: postgis.changelog
===================================================================
--- postgis.changelog	2013-06-15 13:40:37 UTC (rev 92821)
+++ postgis.changelog	2013-06-15 13:44:09 UTC (rev 92822)
@@ -1,22 +0,0 @@
-2013-01-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-    * postgis-2.0.2-1
-
-2012-09-24 Dan McGee <dan at archlinux.org>
-    * Rebuild for PostgreSQL 9.2.x
-    * Update to minor release 2.0.1
-
-2012-05-31 Andrea Scarpino <andrea at archlinux.org>
-    * Add JSON-C support
-    * Build utils (FS#25836)
-
-2012-05-31 Andrea Scarpino <andrea at archlinux.org>
-    * Update to major release 2.0.0-1
-
-2011-10-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-    * FS#26159 fix in postgis-1.5.3-2
-
-2010-10-30 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-    * Update to major release 1.5.2
-
-2010-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-    * Update to major release 1.5.1

Copied: postgis/repos/community-i686/postgis.changelog (from rev 92821, postgis/trunk/postgis.changelog)
===================================================================
--- postgis.changelog	                        (rev 0)
+++ postgis.changelog	2013-06-15 13:44:09 UTC (rev 92822)
@@ -0,0 +1,25 @@
+2013-06-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * postgis-2.0.3-1
+
+2013-01-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * postgis-2.0.2-1
+
+2012-09-24 Dan McGee <dan at archlinux.org>
+    * Rebuild for PostgreSQL 9.2.x
+    * Update to minor release 2.0.1
+
+2012-05-31 Andrea Scarpino <andrea at archlinux.org>
+    * Add JSON-C support
+    * Build utils (FS#25836)
+
+2012-05-31 Andrea Scarpino <andrea at archlinux.org>
+    * Update to major release 2.0.0-1
+
+2011-10-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * FS#26159 fix in postgis-1.5.3-2
+
+2010-10-30 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * Update to major release 1.5.2
+
+2010-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * Update to major release 1.5.1




More information about the arch-commits mailing list