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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Jan 9 05:39:33 UTC 2016


    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 <svetlemodry at archlinux.org>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea <sillywilly at gmail.com>
-
-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 <svetlemodry at archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea <sillywilly at gmail.com>
+
+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.changelog	2016-01-09 05:39:14 UTC (rev 155760)
+++ community-i686/postgis.changelog	2016-01-09 05:39:33 UTC (rev 155761)
@@ -1,56 +0,0 @@
-2015-10-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.2.0-1
-
-2015-09-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.1.8-1
-
-2015-06-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.1.5-2 gdal 2.0.0 rebuild
-
-2015-03-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.1.5-2 proj soname rebuild
-
-2015-01-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.1.5-1
-
-2014-09-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.1.4-1
-
-2014-05-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.1.3-1
-
-2014-04-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.1.2-1
-
-2013-11-11 Jaroslav Lichtblau <svetlemodry at 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 <svetlemodry at archlinux.org>
-    * postgis-2.0.3-1
-
-2013-01-05 Jaroslav Lichtblau <svetlemodry at 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 <svetlemodry at archlinux.org>
-    * FS#26159 fix in postgis-1.5.3-2
-
-2010-10-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * Update to major release 1.5.2
-
-2010-03-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * Update to major release 1.5.1

Copied: postgis/repos/community-i686/postgis.changelog (from rev 155760, postgis/trunk/postgis.changelog)
===================================================================
--- community-i686/postgis.changelog	                        (rev 0)
+++ community-i686/postgis.changelog	2016-01-09 05:39:33 UTC (rev 155761)
@@ -0,0 +1,59 @@
+2016-01-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.2.1-1
+
+2015-10-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.2.0-1
+
+2015-09-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.1.8-1
+
+2015-06-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.1.5-2 gdal 2.0.0 rebuild
+
+2015-03-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.1.5-2 proj soname rebuild
+
+2015-01-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.1.5-1
+
+2014-09-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.1.4-1
+
+2014-05-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.1.3-1
+
+2014-04-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.1.2-1
+
+2013-11-11 Jaroslav Lichtblau <svetlemodry at 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 <svetlemodry at archlinux.org>
+    * postgis-2.0.3-1
+
+2013-01-05 Jaroslav Lichtblau <svetlemodry at 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 <svetlemodry at archlinux.org>
+    * FS#26159 fix in postgis-1.5.3-2
+
+2010-10-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * Update to major release 1.5.2
+
+2010-03-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * Update to major release 1.5.1

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-01-09 05:39:14 UTC (rev 155760)
+++ community-x86_64/PKGBUILD	2016-01-09 05:39:33 UTC (rev 155761)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea <sillywilly at gmail.com>
-
-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-x86_64/PKGBUILD (from rev 155760, postgis/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-09 05:39:33 UTC (rev 155761)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea <sillywilly at gmail.com>
+
+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-x86_64/postgis.changelog
===================================================================
--- community-x86_64/postgis.changelog	2016-01-09 05:39:14 UTC (rev 155760)
+++ community-x86_64/postgis.changelog	2016-01-09 05:39:33 UTC (rev 155761)
@@ -1,56 +0,0 @@
-2015-10-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.2.0-1
-
-2015-09-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.1.8-1
-
-2015-06-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.1.5-2 gdal 2.0.0 rebuild
-
-2015-03-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.1.5-2 proj soname rebuild
-
-2015-01-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.1.5-1
-
-2014-09-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.1.4-1
-
-2014-05-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.1.3-1
-
-2014-04-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.1.2-1
-
-2013-11-11 Jaroslav Lichtblau <svetlemodry at 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 <svetlemodry at archlinux.org>
-    * postgis-2.0.3-1
-
-2013-01-05 Jaroslav Lichtblau <svetlemodry at 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 <svetlemodry at archlinux.org>
-    * FS#26159 fix in postgis-1.5.3-2
-
-2010-10-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * Update to major release 1.5.2
-
-2010-03-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * Update to major release 1.5.1

Copied: postgis/repos/community-x86_64/postgis.changelog (from rev 155760, postgis/trunk/postgis.changelog)
===================================================================
--- community-x86_64/postgis.changelog	                        (rev 0)
+++ community-x86_64/postgis.changelog	2016-01-09 05:39:33 UTC (rev 155761)
@@ -0,0 +1,59 @@
+2016-01-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.2.1-1
+
+2015-10-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.2.0-1
+
+2015-09-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.1.8-1
+
+2015-06-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.1.5-2 gdal 2.0.0 rebuild
+
+2015-03-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.1.5-2 proj soname rebuild
+
+2015-01-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.1.5-1
+
+2014-09-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.1.4-1
+
+2014-05-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.1.3-1
+
+2014-04-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.1.2-1
+
+2013-11-11 Jaroslav Lichtblau <svetlemodry at 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 <svetlemodry at archlinux.org>
+    * postgis-2.0.3-1
+
+2013-01-05 Jaroslav Lichtblau <svetlemodry at 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 <svetlemodry at archlinux.org>
+    * FS#26159 fix in postgis-1.5.3-2
+
+2010-10-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * Update to major release 1.5.2
+
+2010-03-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * Update to major release 1.5.1



More information about the arch-commits mailing list