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

Jelle van der Waa jelle at archlinux.org
Sat Sep 26 18:26:44 UTC 2020


    Date: Saturday, September 26, 2020 @ 18:26:44
  Author: jelle
Revision: 712506

archrelease: copy trunk to community-x86_64

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

-------------------+
 PKGBUILD          |   59 +++++------
 postgis.changelog |  274 ++++++++++++++++++++++++++--------------------------
 2 files changed, 167 insertions(+), 166 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-26 18:26:37 UTC (rev 712505)
+++ PKGBUILD	2020-09-26 18:26:44 UTC (rev 712506)
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=postgis
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="Adds support for geographic objects to PostgreSQL"
-arch=('x86_64')
-url="https://postgis.net/"
-license=('GPL')
-depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c')
-makedepends=('clang' 'llvm')
-changelog=$pkgname.changelog
-source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('763d7818d195eca0b07d94a864b13da68e5734ae57b7c93c285dc2d0fa4a155715745e5da67e1a3bca49d8d4f89dc495ed3912c079722290ce9f220afca33f4d')
-
-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 712505, postgis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-26 18:26:44 UTC (rev 712506)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=postgis
+pkgver=3.0.2
+pkgrel=2
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('x86_64')
+url="https://postgis.net/"
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c')
+optdepends=('perl: for contrib script postgis_restore.pl')
+makedepends=('clang' 'llvm')
+changelog=$pkgname.changelog
+source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('763d7818d195eca0b07d94a864b13da68e5734ae57b7c93c285dc2d0fa4a155715745e5da67e1a3bca49d8d4f89dc495ed3912c079722290ce9f220afca33f4d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: postgis.changelog
===================================================================
--- postgis.changelog	2020-09-26 18:26:37 UTC (rev 712505)
+++ postgis.changelog	2020-09-26 18:26:44 UTC (rev 712506)
@@ -1,137 +0,0 @@
-2020-02-23 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-3.0.1-1
-
-2019-11-27 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-3.0.0-1
-
-2019-10-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.5.3-2 protobuf 3.10 rebuild
-
-2019-09-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.5.3-1
-
-2019-06-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.5.2-1
-
-2019-03-04 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.5.1-2 - protobuf 3.7.0 rebuild
-
-2018-11-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.5.1-1
-
-2018-11-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.5.0-2 - postgresql rebuild
-
-2018-09-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.5.0-1
-
-2018-09-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.4.4-5 protobuf 3.6.1 rebuild
-
-2018-07-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.4.4-4 protobuf 3.6.0 rebuild
-
-2018-05-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.4.4-2 proj soname rebuild
-
-2018-05-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.4.4-1
-
-2018-01-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.4.3-1
-
-2017-11-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.4.2-1
-
-2017-11-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.4.1-2 postgresql 10.1 rebuild, FS#56296 + FS#56266 fix
-
-2017-10-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.4.1-1
-
-2017-10-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.4.0-1
-
-2017-07-03 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.3.3-1
-
-2017-03-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.3.2-1
-
-2016-12-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.3.1-1
-
-2016-11-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.3.0-2 postgresql 9.6.1 rebuild
-
-2016-09-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.3.0-1
-
-2016-09-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.2.2-2 proj 4.9.3 rebuild
-
-2016-05-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.2.2-1
-
-2016-01-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-    * postgis-2.2.1-2 postgresql 9.5 rebuild
-
-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

Copied: postgis/repos/community-x86_64/postgis.changelog (from rev 712505, postgis/trunk/postgis.changelog)
===================================================================
--- postgis.changelog	                        (rev 0)
+++ postgis.changelog	2020-09-26 18:26:44 UTC (rev 712506)
@@ -0,0 +1,137 @@
+2020-02-23 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-3.0.1-1
+
+2019-11-27 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-3.0.0-1
+
+2019-10-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.5.3-2 protobuf 3.10 rebuild
+
+2019-09-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.5.3-1
+
+2019-06-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.5.2-1
+
+2019-03-04 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.5.1-2 - protobuf 3.7.0 rebuild
+
+2018-11-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.5.1-1
+
+2018-11-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.5.0-2 - postgresql rebuild
+
+2018-09-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.5.0-1
+
+2018-09-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.4.4-5 protobuf 3.6.1 rebuild
+
+2018-07-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.4.4-4 protobuf 3.6.0 rebuild
+
+2018-05-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.4.4-2 proj soname rebuild
+
+2018-05-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.4.4-1
+
+2018-01-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.4.3-1
+
+2017-11-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.4.2-1
+
+2017-11-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.4.1-2 postgresql 10.1 rebuild, FS#56296 + FS#56266 fix
+
+2017-10-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.4.1-1
+
+2017-10-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.4.0-1
+
+2017-07-03 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.3.3-1
+
+2017-03-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.3.2-1
+
+2016-12-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.3.1-1
+
+2016-11-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.3.0-2 postgresql 9.6.1 rebuild
+
+2016-09-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.3.0-1
+
+2016-09-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.2.2-2 proj 4.9.3 rebuild
+
+2016-05-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.2.2-1
+
+2016-01-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * postgis-2.2.1-2 postgresql 9.5 rebuild
+
+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