[arch-commits] Commit in julia/trunk (PKGBUILD libunwind-version.patch)

Alexander Rødseth arodseth at archlinux.org
Mon Feb 11 22:47:18 UTC 2019


    Date: Monday, February 11, 2019 @ 22:47:17
  Author: arodseth
Revision: 431826

upgpkg: julia 2:1.1.0-1

Modified:
  julia/trunk/PKGBUILD
  julia/trunk/libunwind-version.patch

-------------------------+
 PKGBUILD                |   18 +++++++++---------
 libunwind-version.patch |    2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-11 22:35:56 UTC (rev 431825)
+++ PKGBUILD	2019-02-11 22:47:17 UTC (rev 431826)
@@ -8,24 +8,24 @@
 pkgbase=julia
 pkgname=(julia julia-docs)
 epoch=2
-pkgver=1.0.3
-pkgrel=2
-arch=('x86_64')
+pkgver=1.1.0
+pkgrel=1
+arch=(x86_64)
 pkgdesc='High-level, high-performance, dynamic programming language'
 url='https://julialang.org/'
-license=('MIT')
-depends=('cblas' 'fftw' 'hicolor-icon-theme' 'libgit2' 'libunwind' 'libutf8proc'
-         'openblas' 'suitesparse')
-makedepends=('cmake' 'gcc-fortran' 'gmp' 'python2')
+license=(MIT)
+depends=(cblas fftw hicolor-icon-theme libgit2 libunwind libutf8proc openblas
+         suitesparse)
+makedepends=(cmake gcc-fortran gmp python2)
 source=("https://github.com/JuliaLang/julia/releases/download/v$pkgver/$pkgbase-$pkgver-full.tar.gz"{,.asc}
         'cblas.patch::https://github.com/JuliaLang/julia/pull/29540/commits/0c442318196389d653ee21eba65d8c4f7beb72a0.patch'
         libunwind-version.patch
         makefile.patch
         Make.user)
-sha256sums=('618e6d29f1fba00f5b2bebf14e69a3a536c27c3132e021cf39774e8500dd29fa'
+sha256sums=('a62c40922a368e303051c007a32e616862340d6ae5f3fac851a9e1b7c7bed0a7'
             'SKIP'
             '88fcbd8a2450027aada0892a60c49c891a8dae43ee6c19e64364b1a1373d50bc'
-            '22974e1a6602c250cd993cc89cf38fd24668617484f44cadd60665e9af15207b'
+            'a5eec1e43e1161c313b1d32a5f35a67d6b4a2bbc2d6d324c010f6f2b35be4a72'
             'b7374fcd5a579fc59d6988795fc0c3cf411a89205942c691a5b3003793ae6c52'
             '5d80da405df2a45a67e8d9e66ab4e25c2df754516023bbab81f9f263f6109329')
 # Julia (Binary signing key) <buildbot at julialang.org>

Modified: libunwind-version.patch
===================================================================
--- libunwind-version.patch	2019-02-11 22:35:56 UTC (rev 431825)
+++ libunwind-version.patch	2019-02-11 22:47:17 UTC (rev 431826)
@@ -7,7 +7,7 @@
  typedef unw_context_t bt_context_t;
  typedef unw_cursor_t bt_cursor_t;
 -#  if (!defined(SYSTEM_LIBUNWIND) || UNW_VERSION_MAJOR > 1 ||   \
--       (UNW_VERSION_MAJOR == 1 && UNW_VERSION_MINOR > 1))
+-       (UNW_VERSION_MAJOR == 1 && UNW_VERSION_MINOR != 0 && UNW_VERSION_MINOR != 1))
  // Enable our memory manager only for libunwind with our patch or
  // on a newer release
  #    define JL_UNW_HAS_FORMAT_IP 1



More information about the arch-commits mailing list