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

Jan Steffens heftig at gemini.archlinux.org
Sat Oct 23 18:42:37 UTC 2021


    Date: Saturday, October 23, 2021 @ 18:42:37
  Author: heftig
Revision: 426484

0.59.3-1

Modified:
  meson/trunk/PKGBUILD
Deleted:
  meson/trunk/0001-tests-rust-add-libm-to-fix-build-with-rust-1.55.patch

------------------------------------------------------------+
 0001-tests-rust-add-libm-to-fix-build-with-rust-1.55.patch |   22 -----------
 PKGBUILD                                                   |    9 +---
 2 files changed, 2 insertions(+), 29 deletions(-)

Deleted: 0001-tests-rust-add-libm-to-fix-build-with-rust-1.55.patch
===================================================================
--- 0001-tests-rust-add-libm-to-fix-build-with-rust-1.55.patch	2021-10-23 18:38:46 UTC (rev 426483)
+++ 0001-tests-rust-add-libm-to-fix-build-with-rust-1.55.patch	2021-10-23 18:42:37 UTC (rev 426484)
@@ -1,22 +0,0 @@
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: Dominique Leuenberger <dimstar at opensuse.org>
-Date: Wed, 29 Sep 2021 14:20:53 +0200
-Subject: [PATCH] tests/rust: add libm to fix build with rust 1.55
-
-Fixes #9309
----
- test cases/rust/5 polyglot static/meson.build | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/test cases/rust/5 polyglot static/meson.build b/test cases/rust/5 polyglot static/meson.build
-index de2e61bcb..a6e9550b6 100644
---- a/test cases/rust/5 polyglot static/meson.build	
-+++ b/test cases/rust/5 polyglot static/meson.build	
-@@ -2,6 +2,7 @@ project('static rust and c polyglot executable', 'c', 'rust')
- 
- deps = [
-   meson.get_compiler('c').find_library('dl', required: false),
-+  meson.get_compiler('c').find_library('m', required: false),
-   dependency('threads'),
- ]
- 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-23 18:38:46 UTC (rev 426483)
+++ PKGBUILD	2021-10-23 18:42:37 UTC (rev 426484)
@@ -3,7 +3,7 @@
 # Contributor: Anatol Pomozov <anatol dot pomozov at gmail>
 
 pkgname=meson
-pkgver=0.59.2
+pkgver=0.59.3
 pkgrel=1
 pkgdesc='High productivity build system'
 url='https://mesonbuild.com/'
@@ -17,12 +17,10 @@
               'libwmf' 'valgrind' 'cmake' 'netcdf-fortran' 'openmpi' 'nasm' 'gnustep-base' 'libelf'
               'python-pytest-xdist' 'python2-setuptools' 'ldc' 'rust-bindgen' 'cuda' 'hotdoc')
 source=(https://github.com/mesonbuild/meson/releases/download/${pkgver/rc/.rc}/meson-${pkgver}.tar.gz{,.asc}
-        0001-tests-rust-add-libm-to-fix-build-with-rust-1.55.patch
         skip-test.diff
         arch-meson)
-sha512sums=('910e4a8c9828506b576dc8ae0b5765efec24f44a34a5694f782c8a533d75053b10b4167564c06456d05f7a32c5fd9bd657faa62329e1e4ed24bfc4c9ac1ef73e'
+sha512sums=('4ffca094474c09567a69f576b25588c38e18d3a96d0b1d592adb05493a5d6dcfcd1a6549a821862a5aabd3df34d81b3a90d01e012e62c7f46bd98152337c0ea6'
             'SKIP'
-            'c366e149fa04ce41d572fa42a1116d3ddfb25e3e6192c918127d96f2f1e50214c503ce8864473fc7712f0452b63336ac92b4e94fe8ac7f0a9ae6933e07463abc'
             'c00c3bbb6f6dfe41bb6e05e3eba94fb177f3ef9353bc132e33e54eabacc14d81ed7bff5fe965fb4d49ce8a586a7ebb887b625174f272a48b2f3c85d3288e23b1'
             'f451f8a7ef9cf1dd724c2ce20bb85a3f1611b87b2e7a17ef0fdbe8ab82a67389f818ea30a5adfe8413143e4eac77ea2e0b8234b5b2466b41a892e2bd0435376c')
 validpgpkeys=('19E2D6D9B46D8DAA6288F877C24E631BABB1FE70') # Jussi Pakkanen <jpakkane at gmail.com>
@@ -30,9 +28,6 @@
 prepare() {
   cd ${pkgname}-${pkgver}
 
-  # Fix tests with Rust 1.55
-  patch -Np1 -i ../0001-tests-rust-add-libm-to-fix-build-with-rust-1.55.patch
-
   # Our containers do not allow sanitizers to run
   patch -Np1 -i ../skip-test.diff
 }



More information about the arch-commits mailing list