[arch-commits] Commit in postgis/repos (8 files)

2017-10-21 Thread Jaroslav Lichtblau
Date: Saturday, October 21, 2017 @ 16:49:09
  Author: jlichtblau
Revision: 263866

archrelease: copy trunk to community-i686, community-x86_64

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

+
 /PKGBUILD  |   60 +++
 /postgis.changelog |  178 +++
 community-i686/PKGBUILD|   30 -
 community-i686/postgis.changelog   |   86 
 community-x86_64/PKGBUILD  |   30 -
 community-x86_64/postgis.changelog |   86 
 6 files changed, 238 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-21 16:48:48 UTC (rev 263865)
+++ community-i686/PKGBUILD 2017-10-21 16:49:09 UTC (rev 263866)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=postgis
-pkgver=2.4.0
-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' 'proj')
-changelog=$pkgname.changelog
-options=('!makeflags')
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('02baa90f04da41e04b6c18eedfda53110c45ae943d4e65050f6d202f7de07d29')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: postgis/repos/community-i686/PKGBUILD (from rev 263865, 
postgis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-21 16:49:09 UTC (rev 263866)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=2.4.1
+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' 'proj')
+changelog=$pkgname.changelog
+options=('!makeflags')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a47d88b3085bd8ad21ad1231e1e7a33a81035785bea70c6712377553b371744e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/postgis.changelog
===
--- community-i686/postgis.changelog2017-10-21 16:48:48 UTC (rev 263865)
+++ community-i686/postgis.changelog2017-10-21 16:49:09 UTC (rev 263866)
@@ -1,86 +0,0 @@
-2017-10-21 Jaroslav Lichtblau 
-* postgis-2.4.0-1
-
-2017-07-03 Jaroslav Lichtblau 
-* postgis-2.3.3-1
-
-2017-03-02 Jaroslav Lichtblau 
-* postgis-2.3.2-1
-
-2016-12-12 Jaroslav Lichtblau 
-* postgis-2.3.1-1
-
-2016-11-21 Jaroslav Lichtblau 
-* postgis-2.3.0-2 postgresql 9.6.1 rebuild
-
-2016-09-30 Jaroslav Lichtblau 
-* postgis-2.3.0-1
-
-2016-09-14 Jaroslav Lichtblau 
-* postgis-2.2.2-2 proj 4.9.3 rebuild
-
-2016-05-16 Jaroslav Lichtblau 
-* postgis-2.2.2-1
-
-2016-01-22 Jaroslav Lichtblau 
-* postgis-2.2.1-2 postgresql 9.5 rebuild
-
-2016-01-09 Jaroslav Lichtblau 
-* postgis-2.2.1-1
-
-2015-10-22 Jaroslav Lichtblau 
-* postgis-2.2.0-1
-
-2015-09-12 Jaroslav Lichtblau 
-* postgis-2.1.8-1
-
-2015-06-28 Jaroslav Lichtblau 
-* postgis-2.1.5-2 gdal 2.0.0 rebuild
-
-2015-03-14 Jaroslav Lichtblau 
-* postgis-2.1.5-2 proj soname rebuild
-
-2015-01-20 Jaroslav Lichtblau 
-* postgis-2.1.5-1
-
-2014-09-12 Jaroslav Lichtblau 

[arch-commits] Commit in postgis/repos (8 files)

2017-07-03 Thread Jaroslav Lichtblau
Date: Monday, July 3, 2017 @ 16:08:50
  Author: jlichtblau
Revision: 242177

archrelease: copy trunk to community-i686, community-x86_64

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

+
 /PKGBUILD  |   60 
 /postgis.changelog |  166 +++
 community-i686/PKGBUILD|   30 --
 community-i686/postgis.changelog   |   80 
 community-x86_64/PKGBUILD  |   30 --
 community-x86_64/postgis.changelog |   80 
 6 files changed, 226 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-03 16:07:56 UTC (rev 242176)
+++ community-i686/PKGBUILD 2017-07-03 16:08:50 UTC (rev 242177)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=postgis
-pkgver=2.3.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' 'proj')
-changelog=$pkgname.changelog
-options=('!makeflags')
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e92e34c18f078a3d1a2503cd870efdc4fa9e134f0bcedbbbdb8b46b0e6af09e4')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: postgis/repos/community-i686/PKGBUILD (from rev 242176, 
postgis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-03 16:08:50 UTC (rev 242177)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=2.3.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' 'proj')
+changelog=$pkgname.changelog
+options=('!makeflags')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('723d43a1c8ca4cf06359ec0b7fd5521b355db4e37128a26fb8c661b1fe2fc930')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/postgis.changelog
===
--- community-i686/postgis.changelog2017-07-03 16:07:56 UTC (rev 242176)
+++ community-i686/postgis.changelog2017-07-03 16:08:50 UTC (rev 242177)
@@ -1,80 +0,0 @@
-2017-03-02 Jaroslav Lichtblau 
-* postgis-2.3.2-1
-
-2016-12-12 Jaroslav Lichtblau 
-* postgis-2.3.1-1
-
-2016-11-21 Jaroslav Lichtblau 
-* postgis-2.3.0-2 postgresql 9.6.1 rebuild
-
-2016-09-30 Jaroslav Lichtblau 
-* postgis-2.3.0-1
-
-2016-09-14 Jaroslav Lichtblau 
-* postgis-2.2.2-2 proj 4.9.3 rebuild
-
-2016-05-16 Jaroslav Lichtblau 
-* postgis-2.2.2-1
-
-2016-01-22 Jaroslav Lichtblau 
-* postgis-2.2.1-2 postgresql 9.5 rebuild
-
-2016-01-09 Jaroslav Lichtblau 
-* postgis-2.2.1-1
-
-2015-10-22 Jaroslav Lichtblau 
-* postgis-2.2.0-1
-
-2015-09-12 Jaroslav Lichtblau 
-* postgis-2.1.8-1
-
-2015-06-28 Jaroslav Lichtblau 
-* postgis-2.1.5-2 gdal 2.0.0 rebuild
-
-2015-03-14 Jaroslav Lichtblau 
-* postgis-2.1.5-2 proj soname rebuild
-
-2015-01-20 Jaroslav Lichtblau 
-* postgis-2.1.5-1
-
-2014-09-12 Jaroslav Lichtblau 
-* postgis-2.1.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-* postgis-2.1.3-1
-
-2014-04-02 Jaroslav Lichtblau 

[arch-commits] Commit in postgis/repos (8 files)

2016-12-11 Thread Jaroslav Lichtblau
Date: Sunday, December 11, 2016 @ 23:23:54
  Author: jlichtblau
Revision: 198809

archrelease: copy trunk to community-i686, community-x86_64

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

+
 /PKGBUILD  |   60 +
 /postgis.changelog |  154 +++
 community-i686/PKGBUILD|   30 --
 community-i686/postgis.changelog   |   74 
 community-x86_64/PKGBUILD  |   30 --
 community-x86_64/postgis.changelog |   74 
 6 files changed, 214 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-11 23:23:29 UTC (rev 198808)
+++ community-i686/PKGBUILD 2016-12-11 23:23:54 UTC (rev 198809)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=postgis
-pkgver=2.3.0
-pkgrel=2
-pkgdesc="Adds support for geographic objects to PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://postgis.net/;
-license=('GPL')
-depends=('postgresql' 'gdal' 'json-c' 'proj')
-changelog=$pkgname.changelog
-options=('!makeflags')
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('0dbff06f4a196d49e5ac06ae6cc21bd5253aaa646af624c9bbf19df582d6cf55')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: postgis/repos/community-i686/PKGBUILD (from rev 198808, 
postgis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-11 23:23:54 UTC (rev 198809)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=2.3.1
+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' 'proj')
+changelog=$pkgname.changelog
+options=('!makeflags')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('4c8d6bda93cd4aa690e98b97d67334b55f37eb1df55df3c70a717433050ca275')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/postgis.changelog
===
--- community-i686/postgis.changelog2016-12-11 23:23:29 UTC (rev 198808)
+++ community-i686/postgis.changelog2016-12-11 23:23:54 UTC (rev 198809)
@@ -1,74 +0,0 @@
-2016-11-21 Jaroslav Lichtblau 
-* postgis-2.3.0-2 postgresql 9.6.1 rebuild
-
-2016-09-30 Jaroslav Lichtblau 
-* postgis-2.3.0-1
-
-2016-09-14 Jaroslav Lichtblau 
-* postgis-2.2.2-2 proj 4.9.3 rebuild
-
-2016-05-16 Jaroslav Lichtblau 
-* postgis-2.2.2-1
-
-2016-01-22 Jaroslav Lichtblau 
-* postgis-2.2.1-2 postgresql 9.5 rebuild
-
-2016-01-09 Jaroslav Lichtblau 
-* postgis-2.2.1-1
-
-2015-10-22 Jaroslav Lichtblau 
-* postgis-2.2.0-1
-
-2015-09-12 Jaroslav Lichtblau 
-* postgis-2.1.8-1
-
-2015-06-28 Jaroslav Lichtblau 
-* postgis-2.1.5-2 gdal 2.0.0 rebuild
-
-2015-03-14 Jaroslav Lichtblau 
-* postgis-2.1.5-2 proj soname rebuild
-
-2015-01-20 Jaroslav Lichtblau 
-* postgis-2.1.5-1
-
-2014-09-12 Jaroslav Lichtblau 
-* postgis-2.1.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-* postgis-2.1.3-1
-
-2014-04-02 Jaroslav Lichtblau 
-* postgis-2.1.2-1
-
-2013-11-11 Jaroslav Lichtblau 
-* postgis-2.1.1-1
-
-2013-08-22 Maxime Gauduin 

[arch-commits] Commit in postgis/repos (8 files)

2016-11-21 Thread Jaroslav Lichtblau
Date: Monday, November 21, 2016 @ 19:38:27
  Author: jlichtblau
Revision: 196468

archrelease: copy trunk to community-i686, community-x86_64

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

+
 /PKGBUILD  |   60 ++
 /postgis.changelog |  148 +++
 community-i686/PKGBUILD|   30 ---
 community-i686/postgis.changelog   |   71 
 community-x86_64/PKGBUILD  |   30 ---
 community-x86_64/postgis.changelog |   71 
 6 files changed, 208 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 19:38:08 UTC (rev 196467)
+++ community-i686/PKGBUILD 2016-11-21 19:38:27 UTC (rev 196468)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=postgis
-pkgver=2.3.0
-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' 'proj')
-changelog=$pkgname.changelog
-options=('!makeflags')
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('0dbff06f4a196d49e5ac06ae6cc21bd5253aaa646af624c9bbf19df582d6cf55')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: postgis/repos/community-i686/PKGBUILD (from rev 196467, 
postgis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 19:38:27 UTC (rev 196468)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=2.3.0
+pkgrel=2
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://postgis.net/;
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c' 'proj')
+changelog=$pkgname.changelog
+options=('!makeflags')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('0dbff06f4a196d49e5ac06ae6cc21bd5253aaa646af624c9bbf19df582d6cf55')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/postgis.changelog
===
--- community-i686/postgis.changelog2016-11-21 19:38:08 UTC (rev 196467)
+++ community-i686/postgis.changelog2016-11-21 19:38:27 UTC (rev 196468)
@@ -1,71 +0,0 @@
-2016-09-30 Jaroslav Lichtblau 
-* postgis-2.3.0-1
-
-2016-09-14 Jaroslav Lichtblau 
-* postgis-2.2.2-2 proj 4.9.3 rebuild
-
-2016-05-16 Jaroslav Lichtblau 
-* postgis-2.2.2-1
-
-2016-01-22 Jaroslav Lichtblau 
-* postgis-2.2.1-2 postgresql 9.5 rebuild
-
-2016-01-09 Jaroslav Lichtblau 
-* postgis-2.2.1-1
-
-2015-10-22 Jaroslav Lichtblau 
-* postgis-2.2.0-1
-
-2015-09-12 Jaroslav Lichtblau 
-* postgis-2.1.8-1
-
-2015-06-28 Jaroslav Lichtblau 
-* postgis-2.1.5-2 gdal 2.0.0 rebuild
-
-2015-03-14 Jaroslav Lichtblau 
-* postgis-2.1.5-2 proj soname rebuild
-
-2015-01-20 Jaroslav Lichtblau 
-* postgis-2.1.5-1
-
-2014-09-12 Jaroslav Lichtblau 
-* postgis-2.1.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-* postgis-2.1.3-1
-
-2014-04-02 Jaroslav Lichtblau 
-* postgis-2.1.2-1
-
-2013-11-11 Jaroslav Lichtblau 
-* postgis-2.1.1-1
-
-2013-08-22 Maxime Gauduin 
-* postgis-2.1.0-1
-* Fixes FS#35816
-
-2013-06-15 Jaroslav Lichtblau 

[arch-commits] Commit in postgis/repos (8 files)

2016-05-16 Thread Jaroslav Lichtblau
Date: Monday, May 16, 2016 @ 22:42:51
  Author: jlichtblau
Revision: 175509

archrelease: copy trunk to community-i686, community-x86_64

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

+
 /PKGBUILD  |   60 
 /postgis.changelog |  130 +++
 community-i686/PKGBUILD|   30 
 community-i686/postgis.changelog   |   62 
 community-x86_64/PKGBUILD  |   30 
 community-x86_64/postgis.changelog |   62 
 6 files changed, 190 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-16 20:42:25 UTC (rev 175508)
+++ community-i686/PKGBUILD 2016-05-16 20:42:51 UTC (rev 175509)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=postgis
-pkgver=2.2.1
-pkgrel=2
-pkgdesc="Adds support for geographic objects to PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://postgis.net/;
-license=('GPL')
-depends=('postgresql' 'gdal' 'json-c' 'proj')
-changelog=$pkgname.changelog
-options=('!makeflags')
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('0fe500b0250203aac656bfa8f42f8458b63f33258404844e066e0e535988fa09')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: postgis/repos/community-i686/PKGBUILD (from rev 175508, 
postgis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-16 20:42:51 UTC (rev 175509)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=2.2.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' 'proj')
+changelog=$pkgname.changelog
+options=('!makeflags')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('40232391f8f66a6dc740ebb26088e568c8ccb663666998616c71c3bdaeed4163')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/postgis.changelog
===
--- community-i686/postgis.changelog2016-05-16 20:42:25 UTC (rev 175508)
+++ community-i686/postgis.changelog2016-05-16 20:42:51 UTC (rev 175509)
@@ -1,62 +0,0 @@
-2016-01-22 Jaroslav Lichtblau 
-* postgis-2.2.1-2 postgresql 9.5 rebuild
-
-2016-01-09 Jaroslav Lichtblau 
-* postgis-2.2.1-1
-
-2015-10-22 Jaroslav Lichtblau 
-* postgis-2.2.0-1
-
-2015-09-12 Jaroslav Lichtblau 
-* postgis-2.1.8-1
-
-2015-06-28 Jaroslav Lichtblau 
-* postgis-2.1.5-2 gdal 2.0.0 rebuild
-
-2015-03-14 Jaroslav Lichtblau 
-* postgis-2.1.5-2 proj soname rebuild
-
-2015-01-20 Jaroslav Lichtblau 
-* postgis-2.1.5-1
-
-2014-09-12 Jaroslav Lichtblau 
-* postgis-2.1.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-* postgis-2.1.3-1
-
-2014-04-02 Jaroslav Lichtblau 
-* postgis-2.1.2-1
-
-2013-11-11 Jaroslav Lichtblau 
-* postgis-2.1.1-1
-
-2013-08-22 Maxime Gauduin 
-* postgis-2.1.0-1
-* Fixes FS#35816
-
-2013-06-15 Jaroslav Lichtblau 
-* postgis-2.0.3-1
-
-2013-01-05 Jaroslav Lichtblau 
-* postgis-2.0.2-1
-
-2012-09-24 Dan McGee 
-* Rebuild for PostgreSQL 9.2.x
-* Update to minor release 2.0.1
-
-2012-05-31 Andrea Scarpino 

[arch-commits] Commit in postgis/repos (8 files)

2016-01-08 Thread Jaroslav Lichtblau
Date: Saturday, January 9, 2016 @ 06:39:33
  Author: jlichtblau
Revision: 155761

archrelease: copy trunk to community-i686, community-x86_64

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

+
 /PKGBUILD  |   60 +
 /postgis.changelog |  118 +++
 community-i686/PKGBUILD|   30 
 community-i686/postgis.changelog   |   56 
 community-x86_64/PKGBUILD  |   30 
 community-x86_64/postgis.changelog |   56 
 6 files changed, 178 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-09 05:39:14 UTC (rev 155760)
+++ community-i686/PKGBUILD 2016-01-09 05:39:33 UTC (rev 155761)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=postgis
-pkgver=2.2.0
-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' 'proj')
-changelog=$pkgname.changelog
-options=('!makeflags')
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('66f0f8480d535959b8bb9abb5ee5d602d1001413ca770df120baf3de627f9e91')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: postgis/repos/community-i686/PKGBUILD (from rev 155760, 
postgis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-09 05:39:33 UTC (rev 155761)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=2.2.1
+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' 'proj')
+changelog=$pkgname.changelog
+options=('!makeflags')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('0fe500b0250203aac656bfa8f42f8458b63f33258404844e066e0e535988fa09')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/postgis.changelog
===
--- community-i686/postgis.changelog2016-01-09 05:39:14 UTC (rev 155760)
+++ community-i686/postgis.changelog2016-01-09 05:39:33 UTC (rev 155761)
@@ -1,56 +0,0 @@
-2015-10-22 Jaroslav Lichtblau 
-* postgis-2.2.0-1
-
-2015-09-12 Jaroslav Lichtblau 
-* postgis-2.1.8-1
-
-2015-06-28 Jaroslav Lichtblau 
-* postgis-2.1.5-2 gdal 2.0.0 rebuild
-
-2015-03-14 Jaroslav Lichtblau 
-* postgis-2.1.5-2 proj soname rebuild
-
-2015-01-20 Jaroslav Lichtblau 
-* postgis-2.1.5-1
-
-2014-09-12 Jaroslav Lichtblau 
-* postgis-2.1.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-* postgis-2.1.3-1
-
-2014-04-02 Jaroslav Lichtblau 
-* postgis-2.1.2-1
-
-2013-11-11 Jaroslav Lichtblau 
-* postgis-2.1.1-1
-
-2013-08-22 Maxime Gauduin 
-* postgis-2.1.0-1
-* Fixes FS#35816
-
-2013-06-15 Jaroslav Lichtblau 
-* postgis-2.0.3-1
-
-2013-01-05 Jaroslav Lichtblau 
-* postgis-2.0.2-1
-
-2012-09-24 Dan McGee 
-* Rebuild for PostgreSQL 9.2.x
-* Update to minor release 2.0.1
-
-2012-05-31 Andrea Scarpino 
-* Add JSON-C support
-* Build utils (FS#25836)
-
-2012-05-31 Andrea Scarpino 
-* Update to major release 2.0.0-1
-
-2011-10-26 

[arch-commits] Commit in postgis/repos (8 files)

2015-10-22 Thread Jaroslav Lichtblau
Date: Thursday, October 22, 2015 @ 21:32:57
  Author: jlichtblau
Revision: 144731

archrelease: copy trunk to community-i686, community-x86_64

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

+
 /PKGBUILD  |   60 ++
 /postgis.changelog |  112 +++
 community-i686/PKGBUILD|   29 -
 community-i686/postgis.changelog   |   53 
 community-x86_64/PKGBUILD  |   29 -
 community-x86_64/postgis.changelog |   53 
 6 files changed, 172 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-22 19:32:37 UTC (rev 144730)
+++ community-i686/PKGBUILD 2015-10-22 19:32:57 UTC (rev 144731)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=postgis
-pkgver=2.1.8
-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' 'proj')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7c2380b895fe7bda34c2e70deab3fcf4c12b13ab40d7501cdaa6fa36f1a6c662')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: postgis/repos/community-i686/PKGBUILD (from rev 144730, 
postgis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-22 19:32:57 UTC (rev 144731)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=2.2.0
+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' 'proj')
+changelog=$pkgname.changelog
+options=('!makeflags')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('66f0f8480d535959b8bb9abb5ee5d602d1001413ca770df120baf3de627f9e91')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/postgis.changelog
===
--- community-i686/postgis.changelog2015-10-22 19:32:37 UTC (rev 144730)
+++ community-i686/postgis.changelog2015-10-22 19:32:57 UTC (rev 144731)
@@ -1,53 +0,0 @@
-2015-09-12 Jaroslav Lichtblau 
-* postgis-2.1.8-1
-
-2015-06-28 Jaroslav Lichtblau 
-* postgis-2.1.5-2 gdal 2.0.0 rebuild
-
-2015-03-14 Jaroslav Lichtblau 
-* postgis-2.1.5-2 proj soname rebuild
-
-2015-01-20 Jaroslav Lichtblau 
-* postgis-2.1.5-1
-
-2014-09-12 Jaroslav Lichtblau 
-* postgis-2.1.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-* postgis-2.1.3-1
-
-2014-04-02 Jaroslav Lichtblau 
-* postgis-2.1.2-1
-
-2013-11-11 Jaroslav Lichtblau 
-* postgis-2.1.1-1
-
-2013-08-22 Maxime Gauduin 
-* postgis-2.1.0-1
-* Fixes FS#35816
-
-2013-06-15 Jaroslav Lichtblau 
-* postgis-2.0.3-1
-
-2013-01-05 Jaroslav Lichtblau 
-* postgis-2.0.2-1
-
-2012-09-24 Dan McGee 
-* Rebuild for PostgreSQL 9.2.x
-* Update to minor release 2.0.1
-
-2012-05-31 Andrea Scarpino 
-* Add JSON-C support
-* Build utils (FS#25836)
-
-2012-05-31 Andrea Scarpino 
-* Update to major release 2.0.0-1
-
-2011-10-26 Jaroslav Lichtblau 
-* FS#26159 fix in postgis-1.5.3-2
-
-2010-10-30 Jaroslav 

[arch-commits] Commit in postgis/repos (8 files)

2015-09-12 Thread Jaroslav Lichtblau
Date: Saturday, September 12, 2015 @ 19:23:50
  Author: jlichtblau
Revision: 139975

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

+
 /PKGBUILD  |   58 ++
 /postgis.changelog |  106 +++
 community-staging-i686/PKGBUILD|   29 ---
 community-staging-i686/postgis.changelog   |   50 
 community-staging-x86_64/PKGBUILD  |   29 ---
 community-staging-x86_64/postgis.changelog |   50 
 6 files changed, 164 insertions(+), 158 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-09-12 17:23:19 UTC (rev 139974)
+++ community-staging-i686/PKGBUILD 2015-09-12 17:23:50 UTC (rev 139975)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=postgis
-pkgver=2.1.5
-pkgrel=3
-pkgdesc="Adds support for geographic objects to PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://postgis.net/;
-license=('GPL')
-depends=('postgresql' 'gdal' 'json-c' 'proj')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('0d0e27f72f12b8dba456fbde25ed0f6913f42baf57332a7f1b9bbc6f29fddbf4')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: postgis/repos/community-staging-i686/PKGBUILD (from rev 139974, 
postgis/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-12 17:23:50 UTC (rev 139975)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=2.1.8
+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' 'proj')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('7c2380b895fe7bda34c2e70deab3fcf4c12b13ab40d7501cdaa6fa36f1a6c662')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-staging-i686/postgis.changelog
===
--- community-staging-i686/postgis.changelog2015-09-12 17:23:19 UTC (rev 
139974)
+++ community-staging-i686/postgis.changelog2015-09-12 17:23:50 UTC (rev 
139975)
@@ -1,50 +0,0 @@
-2015-06-28 Jaroslav Lichtblau 
-* postgis-2.1.5-2 gdal 2.0.0 rebuild
-
-2015-03-14 Jaroslav Lichtblau 
-* postgis-2.1.5-2 proj soname rebuild
-
-2015-01-20 Jaroslav Lichtblau 
-* postgis-2.1.5-1
-
-2014-09-12 Jaroslav Lichtblau 
-* postgis-2.1.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-* postgis-2.1.3-1
-
-2014-04-02 Jaroslav Lichtblau 
-* postgis-2.1.2-1
-
-2013-11-11 Jaroslav Lichtblau 
-* postgis-2.1.1-1
-
-2013-08-22 Maxime Gauduin 
-* postgis-2.1.0-1
-* Fixes FS#35816
-
-2013-06-15 Jaroslav Lichtblau 
-* postgis-2.0.3-1
-
-2013-01-05 Jaroslav Lichtblau 
-* postgis-2.0.2-1
-
-2012-09-24 Dan McGee 
-* Rebuild for PostgreSQL 9.2.x
-* Update to minor release 2.0.1
-
-2012-05-31 Andrea Scarpino 
-* Add JSON-C support
-* Build utils (FS#25836)
-
-2012-05-31 Andrea Scarpino 
-* Update to major release 2.0.0-1
-
-2011-10-26 Jaroslav Lichtblau 

[arch-commits] Commit in postgis/repos (8 files)

2014-05-30 Thread Anatol Pomozov
Date: Saturday, May 31, 2014 @ 03:26:11
  Author: anatolik
Revision: 112290

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  postgis/repos/community-testing-i686/
  postgis/repos/community-testing-i686/PKGBUILD
(from rev 112288, postgis/trunk/PKGBUILD)
  postgis/repos/community-testing-i686/fix_json_012.patch
(from rev 112288, postgis/trunk/fix_json_012.patch)
  postgis/repos/community-testing-i686/postgis.changelog
(from rev 112288, postgis/trunk/postgis.changelog)
  postgis/repos/community-testing-x86_64/
  postgis/repos/community-testing-x86_64/PKGBUILD
(from rev 112288, postgis/trunk/PKGBUILD)
  postgis/repos/community-testing-x86_64/fix_json_012.patch
(from rev 112288, postgis/trunk/fix_json_012.patch)
  postgis/repos/community-testing-x86_64/postgis.changelog
(from rev 112288, postgis/trunk/postgis.changelog)

-+
 community-testing-i686/PKGBUILD |   40 ++
 community-testing-i686/fix_json_012.patch   |   23 ++
 community-testing-i686/postgis.changelog|   38 
 community-testing-x86_64/PKGBUILD   |   40 ++
 community-testing-x86_64/fix_json_012.patch |   23 ++
 community-testing-x86_64/postgis.changelog  |   38 
 6 files changed, 202 insertions(+)

Copied: postgis/repos/community-testing-i686/PKGBUILD (from rev 112288, 
postgis/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-05-31 01:26:11 UTC (rev 112290)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=postgis
+pkgver=2.1.3
+pkgrel=2
+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
+fix_json_012.patch)
+sha256sums=('c17812aa4bb86ed561dfc65cb42ab45176b94e0620de183a4bbd773d6d876ec1'
+'68fd36730baf96341744c03582b0e8af309328ba79bb59fa981a515299cc1bda')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Compilation failure from upstream. FS#40528
+  patch -p1  $srcdir/fix_json_012.patch 
+}
+
+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-testing-i686/fix_json_012.patch (from rev 
112288, postgis/trunk/fix_json_012.patch)
===
--- community-testing-i686/fix_json_012.patch   (rev 0)
+++ community-testing-i686/fix_json_012.patch   2014-05-31 01:26:11 UTC (rev 
112290)
@@ -0,0 +1,23 @@
+diff -N -aur postgis-2.1.3.orig/liblwgeom/lwin_geojson.c 
postgis-2.1.3/liblwgeom/lwin_geojson.c
+--- postgis-2.1.3.orig/liblwgeom/lwin_geojson.c2014-05-29 
12:27:08.842806693 +
 postgis-2.1.3/liblwgeom/lwin_geojson.c 2014-05-29 12:27:24.349473709 
+
+@@ -17,8 +17,8 @@
+ 
+ #ifdef HAVE_LIBJSON
+ 
+-#include json/json.h
+-#include json/json_object_private.h
++#include json-c/json.h
++#include json-c/json_object_private.h
+ #include string.h
+ 
+ static void geojson_lwerror(char *msg, int error_code)
+@@ -510,7 +510,7 @@
+   if( jstok-err != json_tokener_success)
+   {
+   char err[256];
+-  snprintf(err, 256, %s (at offset %d), 
json_tokener_errors[jstok-err], jstok-char_offset);
++  snprintf(err, 256, %s (at offset %d), 
json_tokener_error_desc(jstok-err), jstok-char_offset);
+   json_tokener_free(jstok);
+ json_object_put(poObj);
+   geojson_lwerror(err, 1);

Copied: postgis/repos/community-testing-i686/postgis.changelog (from rev 
112288, postgis/trunk/postgis.changelog)
===
--- community-testing-i686/postgis.changelog(rev 0)
+++ community-testing-i686/postgis.changelog2014-05-31 01:26:11 UTC (rev 
112290)
@@ -0,0 +1,38 @@
+2014-05-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.1.3-1
+
+2014-04-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.1.2-1
+
+2013-11-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.1.1-1
+
+2013-08-22 Maxime Gauduin aluc...@gmail.com
+* postgis-2.1.0-1
+* Fixes FS#35816
+
+2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.0.3-1
+
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* postgis-2.0.2-1
+

[arch-commits] Commit in postgis/repos (8 files)

2013-08-22 Thread Maxime Gauduin
Date: Thursday, August 22, 2013 @ 19:02:31
  Author: alucryd
Revision: 96248

archrelease: copy trunk to community-i686, community-x86_64

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

+
 /PKGBUILD  |   64 +++
 /postgis.changelog |   58 +++
 community-i686/PKGBUILD|   36 ---
 community-i686/postgis.changelog   |   25 -
 community-x86_64/PKGBUILD  |   36 ---
 community-x86_64/postgis.changelog |   25 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-22 17:02:18 UTC (rev 96247)
+++ community-i686/PKGBUILD 2013-08-22 17:02:31 UTC (rev 96248)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea sillywi...@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' 'postgresql9.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
-}

Copied: postgis/repos/community-i686/PKGBUILD (from rev 96247, 
postgis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-22 17:02:31 UTC (rev 96248)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=postgis
+pkgver=2.1.0
+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
+options=('!libtool')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('fc00481aec904661f3eb11da4305b1666f2040c28b0651de7eac6c22f217b26c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/postgis.changelog
===
--- community-i686/postgis.changelog2013-08-22 17:02:18 UTC (rev 96247)
+++ community-i686/postgis.changelog2013-08-22 17:02:31 UTC (rev 96248)
@@ -1,25 +0,0 @@
-2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-* postgis-2.0.3-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-* postgis-2.0.2-1
-
-2012-09-24 Dan McGee d...@archlinux.org
-* Rebuild for PostgreSQL 9.2.x
-* Update to minor release 2.0.1
-
-2012-05-31 Andrea Scarpino and...@archlinux.org
-* Add JSON-C support
-* Build utils (FS#25836)
-
-2012-05-31 Andrea Scarpino and...@archlinux.org
-* Update to major release 2.0.0-1
-
-2011-10-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-* FS#26159 fix in postgis-1.5.3-2
-
-2010-10-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-* Update to major release 1.5.2
-
-2010-03-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-* Update to major release 1.5.1

Copied: postgis/repos/community-i686/postgis.changelog (from rev 96247, 
postgis/trunk/postgis.changelog)
===
--- community-i686/postgis.changelog(rev 0)
+++ community-i686/postgis.changelog2013-08-22 17:02:31 UTC (rev 96248)
@@ -0,0 +1,29 @@
+2013-08-22 Maxime Gauduin aluc...@gmail.com
+* postgis-2.1.0-1
+* Fixes FS#35816
+