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

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sun May 25 09:14:21 UTC 2014


    Date: Sunday, May 25, 2014 @ 11:14:21
  Author: jlichtblau
Revision: 111815

archrelease: copy trunk to community-i686

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

-------------------+
 PKGBUILD          |   62 ++++++++++++++++++++++----------------------
 postgis.changelog |   73 +++++++++++++++++++++++++++-------------------------
 2 files changed, 69 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-25 09:10:19 UTC (rev 111814)
+++ PKGBUILD	2014-05-25 09:14:21 UTC (rev 111815)
@@ -1,31 +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.1.2
-pkgrel=1
-pkgdesc="Adds support for geographic objects to PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://postgis.net/"
-license=('GPL')
-depends=('postgresql' 'gdal' 'json-c')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('0bf842824815d9155129dcdda0a940ae3b7698c114e6e4a1cc2497527d0704d1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: postgis/repos/community-i686/PKGBUILD (from rev 111814, postgis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-25 09:14:21 UTC (rev 111815)
@@ -0,0 +1,31 @@
+# $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.1.3
+pkgrel=1
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://postgis.net/"
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('c17812aa4bb86ed561dfc65cb42ab45176b94e0620de183a4bbd773d6d876ec1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: postgis.changelog
===================================================================
--- postgis.changelog	2014-05-25 09:10:19 UTC (rev 111814)
+++ postgis.changelog	2014-05-25 09:14:21 UTC (rev 111815)
@@ -1,35 +0,0 @@
-2014-04-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-    * postgis-2.1.2-1
-
-2013-11-11 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-    * postgis-2.1.1-1
-
-2013-08-22 Maxime Gauduin <alucryd at gmail.com>
-    * postgis-2.1.0-1
-    * Fixes FS#35816
-
-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

Copied: postgis/repos/community-i686/postgis.changelog (from rev 111814, postgis/trunk/postgis.changelog)
===================================================================
--- postgis.changelog	                        (rev 0)
+++ postgis.changelog	2014-05-25 09:14:21 UTC (rev 111815)
@@ -0,0 +1,38 @@
+2014-05-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * postgis-2.1.3-1
+
+2014-04-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * postgis-2.1.2-1
+
+2013-11-11 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * postgis-2.1.1-1
+
+2013-08-22 Maxime Gauduin <alucryd at gmail.com>
+    * postgis-2.1.0-1
+    * Fixes FS#35816
+
+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