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

Anatol Pomozov anatolik at archlinux.org
Sun Dec 29 02:43:15 UTC 2019


    Date: Sunday, December 29, 2019 @ 02:43:14
  Author: anatolik
Revision: 543670

DOwngrate IRB to 1.1.0 to avoid a warning mentioned in FS#64887

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-29 02:03:18 UTC (rev 543669)
+++ PKGBUILD	2019-12-29 02:43:14 UTC (rev 543670)
@@ -39,7 +39,7 @@
         gitlab.logrotate)
 install='gitlab.install'
 sha512sums=('b169ea5cb5b5596edcc6516b876f1e8defe322cf09c6c22e682bc8abb3fecdae9f2255451657a833a2e21e18d73ae4fc18f327d8437677f7ec66102ff90d59cf'
-            'c2ce677892ce8c7ec5b27cb42e2c900ecdc47c1002601c714cd38482adc2cfea137b87524328e21233660bb4d628689df128e8b5d5af27de08d320da719ebb26'
+            'fc5cd8e4f91457e2ad514d8b91567713a5c3d99747c2592747ee104ac804988b42bc5d921443ae41065011342970c4a971b1a09dd7ae604b19abbbc03076b0a1'
             '1ad15b48890ad48e97a6fcea56132582f2b22aa27f4a1a1f4590f3ea72de4726e13ef6f3db2bc0984da1ef140bde092e74e0c9f8f1778f207f3fac4a31a77e4b'
             '8ca36771f7568b190823ec47afeaf6ff75f61c5b6f31ce5d837a6dcd84a5b3da23fb07a1eceeda0752b2e61c4a8f4d17bf368fa2913e1487567944a8d29eeb58'
             '0cbb9a1631b529a83d5c6db95fd3a684c8f06073890b31f6262c339360444e7452275d804fb6a119a3d61a0ef1b76d0e956f260a12f032d54c00308e8d9520b0'

Modified: build_fix.patch
===================================================================
--- build_fix.patch	2019-12-29 02:03:18 UTC (rev 543669)
+++ build_fix.patch	2019-12-29 02:43:14 UTC (rev 543670)
@@ -16,4 +16,4 @@
  
  gem 'retriable', '~> 3.1.2'
 +
-+gem 'irb'
++gem 'irb', '~> 1.1.0'  # use irb version that matches ruby 2.6. Later irb versions heavily modified its API and it breaks gettext



More information about the arch-commits mailing list