[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD icu68.patch)

Levente Polyak anthraxx at archlinux.org
Sat May 15 18:20:29 UTC 2021


    Date: Saturday, May 15, 2021 @ 18:20:28
  Author: anthraxx
Revision: 415544

upgpkg: postgresql-old-upgrade 12.7-1

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD
Deleted:
  postgresql-old-upgrade/trunk/icu68.patch

-------------+
 PKGBUILD    |   21 ++++++---------------
 icu68.patch |   17 -----------------
 2 files changed, 6 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-15 17:52:14 UTC (rev 415543)
+++ PKGBUILD	2021-05-15 18:20:28 UTC (rev 415544)
@@ -2,9 +2,9 @@
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=postgresql-old-upgrade
-pkgver=12.5
+pkgver=12.7
 _majorver=${pkgver%.*}
-pkgrel=3
+pkgrel=1
 pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
 url='https://www.postgresql.org/'
 arch=('x86_64')
@@ -16,20 +16,11 @@
             'python: for PL/Python 3 support'
             'perl: for PL/Perl support'
             'tcl: for PL/Tcl support')
-source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
-        icu68.patch)
-sha256sums=('bd0d25341d9578b5473c9506300022de26370879581f5fddd243a886ce79ff95'
-            'ef6e69a308254e8ee5fcf1e23a600e7165377987a76b1131f55cf41353ce6230')
-sha512sums=('9895bcb1bb26206500666ab4441e663ef83702d428b85a6ff177a4eaf44b0ae06b35d5c4da2672ccb4ec18296649af95bf2f0aed526afaa6a216a8c2d2c5627e'
-            '60ea1330ab38a0f6960aaa3ca590f1e03db65f9ea42aa9d08cbe77ed8305b2e14528834de5406c78df52579af1e03fac7980a6d026f2f6a07cf4796b44b189f0')
-b2sums=('7f7458346a0823d155f5caea0061aa14048d6f3cac27b1ea23dba03b02a39f39314ad1d44e589520d5e287004ffd32e042fea99ebfeda24b2cc23867b402d336'
-        '8392acfb26105578efaec8f0a9d6ab0499025fa9540e6b45ebf3b6873506eaf2548ca551a5a5c9a9053495239d1d831397b51b17db5d0e12917f7f558807ba72')
+source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+sha256sums=('8490741f47c88edc8b6624af009ce19fda4dc9b31c4469ce2551d84075d5d995')
+sha512sums=('47ca347df63a441e52e52442074e85d0ebd3a89f7eb037022c4690cbe88b21a6a959092a812b79bb30db47b5975a5d7908318c73b2685683d48b4789d4ae6a44')
+b2sums=('4939cb314253bb9ca2b14639f730967ce7ad5c5eb135d529b112290e6b351f7b507d6428cc48b4e24f34f664b5f4938029ceb9cc6161c9aff5f60ba0b3f848c7')
 
-prepare() {
-  cd postgresql-${pkgver}
-  patch -Np0 -i ../icu68.patch
-}
-
 build() {
   cd postgresql-${pkgver}
   local options=(

Deleted: icu68.patch
===================================================================
--- icu68.patch	2021-05-15 17:52:14 UTC (rev 415543)
+++ icu68.patch	2021-05-15 18:20:28 UTC (rev 415544)
@@ -1,17 +0,0 @@
-Regressed by https://github.com/unicode-org/icu/commit/c3fe7e09d844
-
-collationcmds.c:467:51: error: use of undeclared identifier 'TRUE'
-        uloc_toLanguageTag(localename, buf, sizeof(buf), TRUE, &status);
-                                                         ^
-
---- src/backend/commands/collationcmds.c.orig	2020-08-10 21:15:53 UTC
-+++ src/backend/commands/collationcmds.c
-@@ -463,7 +463,7 @@ get_icu_language_tag(const char *localename)
- 	UErrorCode	status;
- 
- 	status = U_ZERO_ERROR;
--	uloc_toLanguageTag(localename, buf, sizeof(buf), TRUE, &status);
-+	uloc_toLanguageTag(localename, buf, sizeof(buf), true, &status);
- 	if (U_FAILURE(status))
- 		ereport(ERROR,
- 				(errmsg("could not convert locale name \"%s\" to language tag: %s",



More information about the arch-commits mailing list