Date: Tuesday, January 20, 2015 @ 20:05:00 Author: jlichtblau Revision: 126310
upgpkg: postgis 2.1.5-1 Modified: postgis/trunk/PKGBUILD postgis/trunk/postgis.changelog -------------------+ PKGBUILD | 6 +++--- postgis.changelog | 21 ++++++++++++--------- 2 files changed, 15 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-20 14:33:21 UTC (rev 126309) +++ PKGBUILD 2015-01-20 19:05:00 UTC (rev 126310) @@ -1,10 +1,10 @@ # $Id$ -# Maintainer: Jaroslav Lichtblau <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org # Contributor: William Rea <[email protected]> pkgname=postgis -pkgver=2.1.4 +pkgver=2.1.5 pkgrel=1 pkgdesc="Adds support for geographic objects to PostgreSQL" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('postgresql' 'gdal' 'json-c') changelog=$pkgname.changelog source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz) -sha256sums=('cd73c2a38428c8736f6cae73b955aee0bd42f9ca4fd8d93c1af464524cb100fc') +sha256sums=('0d0e27f72f12b8dba456fbde25ed0f6913f42baf57332a7f1b9bbc6f29fddbf4') build() { cd ${pkgname}-${pkgver} Modified: postgis.changelog =================================================================== --- postgis.changelog 2015-01-20 14:33:21 UTC (rev 126309) +++ postgis.changelog 2015-01-20 19:05:00 UTC (rev 126310) @@ -1,13 +1,16 @@ -2014-09-12 Jaroslav Lichtblau <[email protected]> +2015-01-20 Jaroslav Lichtblau <[email protected]> + * postgis-2.1.5-1 + +2014-09-12 Jaroslav Lichtblau <[email protected]> * postgis-2.1.4-1 -2014-05-25 Jaroslav Lichtblau <[email protected]> +2014-05-25 Jaroslav Lichtblau <[email protected]> * postgis-2.1.3-1 -2014-04-02 Jaroslav Lichtblau <[email protected]> +2014-04-02 Jaroslav Lichtblau <[email protected]> * postgis-2.1.2-1 -2013-11-11 Jaroslav Lichtblau <[email protected]> +2013-11-11 Jaroslav Lichtblau <[email protected]> * postgis-2.1.1-1 2013-08-22 Maxime Gauduin <[email protected]> @@ -14,10 +17,10 @@ * postgis-2.1.0-1 * Fixes FS#35816 -2013-06-15 Jaroslav Lichtblau <[email protected]> +2013-06-15 Jaroslav Lichtblau <[email protected]> * postgis-2.0.3-1 -2013-01-05 Jaroslav Lichtblau <[email protected]> +2013-01-05 Jaroslav Lichtblau <[email protected]> * postgis-2.0.2-1 2012-09-24 Dan McGee <[email protected]> @@ -31,11 +34,11 @@ 2012-05-31 Andrea Scarpino <[email protected]> * Update to major release 2.0.0-1 -2011-10-26 Jaroslav Lichtblau <[email protected]> +2011-10-26 Jaroslav Lichtblau <[email protected]> * FS#26159 fix in postgis-1.5.3-2 -2010-10-30 Jaroslav Lichtblau <[email protected]> +2010-10-30 Jaroslav Lichtblau <[email protected]> * Update to major release 1.5.2 -2010-03-21 Jaroslav Lichtblau <[email protected]> +2010-03-21 Jaroslav Lichtblau <[email protected]> * Update to major release 1.5.1
