[arch-commits] Commit in gitlab/trunk (2 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Apr 1 19:30:35 UTC 2018


    Date: Sunday, April 1, 2018 @ 19:30:34
  Author: svenstaro
Revision: 313753

upgpkg: gitlab 10.6.2-2

Added:
  gitlab/trunk/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
Modified:
  gitlab/trunk/PKGBUILD

------------------------------------------------+
 PKGBUILD                                       |   10 +++++---
 a951b96be2862ce660dc715a364f574c2f5f72e1.patch |   28 +++++++++++++++++++++++
 2 files changed, 35 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-01 19:19:53 UTC (rev 313752)
+++ PKGBUILD	2018-04-01 19:30:34 UTC (rev 313753)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=10.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce"
@@ -34,7 +34,8 @@
         gitlab.target
         gitlab.tmpfiles.d
         gitlab.logrotate
-        yarn.lock)
+        yarn.lock
+        a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
 install='gitlab.install'
 sha512sums=('c361605186a2a0cccec7167d47be458f06a0627864d58bdd77f2ebf0edf0faebedc29a908dd7116733b74be4c94825f2317ed2057d28ecd246907f4be9dc8794'
             'c3ef56956fd0d8af1710d0c992f936c79477de35d65107eb5fde2611c65f1bf4e36a954c089a7588bac92c774e38af4581501b861decdb2193a5c08eeac92d32'
@@ -45,7 +46,8 @@
             'bf33b818e4ea671c16f58563997ba5fe0a09090e5c03577ff974d31324d4e9782b85a9bb4f1749b97257ce93400c692de935f003770d52b5994c9cab9aee57c6'
             'abacbff0d7be918337a17b56481c84e6bf3eddd9551efe78ba9fb74337179e95c9b60f41c49f275e05074a4074a616be36fa208a48fc12d5b940f0554fbd89c3'
             '20b93eab504e82cc4401685b59e6311b4d2c0285bc594d47ce4106d3f418a3e2ba92c4f49732748c0ba913aa3e3299126166e37d2a2d5b4d327d66bae4b8abda'
-            'ef4a91d2e5db3aabf83092d9fdff5cd830d291b78d05b4fc9ea991fc5f3299c1a70bbde2632935f899dbf0be084348d125e62df0e87d7925e2ea8068b3463d4d')
+            'ef4a91d2e5db3aabf83092d9fdff5cd830d291b78d05b4fc9ea991fc5f3299c1a70bbde2632935f899dbf0be084348d125e62df0e87d7925e2ea8068b3463d4d'
+            'd7946c9c336e8d148479c1034e0058f2c6f8810e66a5369d531de3050ae7c0ff53be8789bc592afddba16a2acb660670fb687badc7eb65b7db5a445151140cb7')
 
 _datadir="/usr/share/webapps/${pkgname}"
 _etcdir="/etc/webapps/${pkgname}"
@@ -62,6 +64,8 @@
 
   cd "${_srcdir}"*
 
+  patch -Np1 -i "${srcdir}"/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
+
   # Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/36397
   # We used to need this but now the package doesn't build anymore with this. Leaving it commented for now.
   # See also https://gitlab.com/gitlab-org/gitlab-ce/issues/38525

Added: a951b96be2862ce660dc715a364f574c2f5f72e1.patch
===================================================================
--- a951b96be2862ce660dc715a364f574c2f5f72e1.patch	                        (rev 0)
+++ a951b96be2862ce660dc715a364f574c2f5f72e1.patch	2018-04-01 19:30:34 UTC (rev 313753)
@@ -0,0 +1,28 @@
+From a951b96be2862ce660dc715a364f574c2f5f72e1 Mon Sep 17 00:00:00 2001
+From: Zeger-Jan van de Weg <git at zjvandeweg.nl>
+Date: Fri, 30 Mar 2018 12:32:26 +0200
+Subject: [PATCH] Update charlock_holmes to 0.76
+
+Didn't compile against newer icu4c versions and was fixed upstream in
+https://github.com/brianmario/charlock_holmes/pull/129, which was
+releaed in the versions its now locked to.
+---
+ Gemfile.lock | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Gemfile.lock b/Gemfile.lock
+index fcffe45..5271d65 100644
+--- a/Gemfile.lock
++++ b/Gemfile.lock
+@@ -120,7 +120,7 @@ GEM
+       activesupport (>= 4.0.0)
+       mime-types (>= 1.16)
+     cause (0.1)
+-    charlock_holmes (0.7.5)
++    charlock_holmes (0.7.6)
+     childprocess (0.7.0)
+       ffi (~> 1.0, >= 1.0.11)
+     chronic (0.10.2)
+--
+libgit2 0.26.0
+



More information about the arch-commits mailing list