[arch-commits] Commit in gitlab/trunk (PKGBUILD build_fix.patch)

Anatol Pomozov anatolik at archlinux.org
Thu Jan 2 17:25:59 UTC 2020


    Date: Thursday, January 2, 2020 @ 17:25:58
  Author: anatolik
Revision: 546397

Add e2mmap gem to the list of dependencies

irb gem needs it but does not declare it in its gemspec.
Add it as a dep of gitlab package.

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/build_fix.patch

-----------------+
 PKGBUILD        |    2 +-
 build_fix.patch |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-02 17:23:41 UTC (rev 546396)
+++ PKGBUILD	2020-01-02 17:25:58 UTC (rev 546397)
@@ -39,7 +39,7 @@
         gitlab.logrotate)
 install='gitlab.install'
 sha512sums=('b169ea5cb5b5596edcc6516b876f1e8defe322cf09c6c22e682bc8abb3fecdae9f2255451657a833a2e21e18d73ae4fc18f327d8437677f7ec66102ff90d59cf'
-            'fc5cd8e4f91457e2ad514d8b91567713a5c3d99747c2592747ee104ac804988b42bc5d921443ae41065011342970c4a971b1a09dd7ae604b19abbbc03076b0a1'
+            '8f841befa246c54687be9e0a77b9fa0241a92253167b86c251e8ab0d31fabe09f1e79e5f52a201bf0c22241409577d0a6000e8ed024d3d23107291e82a2c26c6'
             '1ad15b48890ad48e97a6fcea56132582f2b22aa27f4a1a1f4590f3ea72de4726e13ef6f3db2bc0984da1ef140bde092e74e0c9f8f1778f207f3fac4a31a77e4b'
             '8ca36771f7568b190823ec47afeaf6ff75f61c5b6f31ce5d837a6dcd84a5b3da23fb07a1eceeda0752b2e61c4a8f4d17bf368fa2913e1487567944a8d29eeb58'
             '0cbb9a1631b529a83d5c6db95fd3a684c8f06073890b31f6262c339360444e7452275d804fb6a119a3d61a0ef1b76d0e956f260a12f032d54c00308e8d9520b0'

Modified: build_fix.patch
===================================================================
--- build_fix.patch	2020-01-02 17:23:41 UTC (rev 546396)
+++ build_fix.patch	2020-01-02 17:25:58 UTC (rev 546397)
@@ -11,9 +11,10 @@
  
    gem 'benchmark-ips', '~> 2.3.0', require: false
  
-@@ -477,3 +477,5 @@ gem 'gitlab-net-dns', '~> 0.9.1'
+@@ -477,3 +477,6 @@ gem 'gitlab-net-dns', '~> 0.9.1'
  gem 'countries', '~> 3.0'
  
  gem 'retriable', '~> 3.1.2'
 +
 +gem 'irb', '~> 1.1.0'  # use irb version that matches ruby 2.6. Later irb versions heavily modified its API and it breaks gettext
++gem 'e2mmap' # 'irb' 1.1.1 requires it



More information about the arch-commits mailing list