diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-04-25 12:14:56 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-25 18:15:41 +0000 |
commit | 530e48864418f4fb998ba92e0dcf05264187318d (patch) | |
tree | 13e141c7eb0c41ad65715e7abaaaa50a6b266d8f | |
parent | 7873602b029f46595b1624f80c4cdace4a976abf (diff) | |
download | aports-530e48864418f4fb998ba92e0dcf05264187318d.tar.bz2 aports-530e48864418f4fb998ba92e0dcf05264187318d.tar.xz |
testing/elogind: update to 241.3
-rw-r--r-- | testing/elogind/APKBUILD | 8 | ||||
-rw-r--r-- | testing/elogind/skip-failing-tests.patch | 54 |
2 files changed, 3 insertions, 59 deletions
diff --git a/testing/elogind/APKBUILD b/testing/elogind/APKBUILD index 8f03993258..2595db4f5a 100644 --- a/testing/elogind/APKBUILD +++ b/testing/elogind/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=elogind -pkgver=241.2 -pkgrel=1 +pkgver=241.3 +pkgrel=0 pkgdesc="Standalone fork of systemd's elogind" url="https://github.com/elogind/elogind" arch="all" @@ -35,7 +35,6 @@ subpackages=" $pkgname-bash-completion:bashcomp:noarch" source=" $pkgname-$pkgver.tar.gz::https://github.com/elogind/elogind/archive/v${pkgver}.tar.gz - skip-failing-tests.patch reverse_DISABLE_BUFFER_in_cg_attach.patch reverse_CLOSE_ON_EXEC_removal.patch" builddir="$srcdir/$pkgname-$pkgver" @@ -94,7 +93,6 @@ bashcomp() { mv "$pkgdir"/usr/share/bash-completion "$subpkgdir"/usr/share } -sha512sums="7f4a822682856547d430f893bb55a9bf5fc2680aff1b31bb3f120f92ccb1d69b848cbba7f59edd3376d083b641d570bf9c56e62a789090e76e4b37dfb375995a elogind-241.2.tar.gz -cb22a9af9a304ce7e42a767b15db93ccad69ccbc67a5e5bccf2a45884c30400d62d9d17ac5b3dc2aadac6aa4a0e5aed6cc385f88da56fde3f87af8dfaea3cf5f skip-failing-tests.patch +sha512sums="b33c0ed85c4a97216f8d56441207510be180258d4f4e5ff9dea07d59d53b84b03c27f5397f09214ce9fc880f38865e20d7c05b41255d4b762c33099b7ebb53eb elogind-241.3.tar.gz 52db50ddd1002736fbbbacb1f8142c624cd78d0177bdc6b5669a54b2e59250903bc1b2639333b0563e382b86cf10cd06f159e9391f7e9224932bebfff3056f60 reverse_DISABLE_BUFFER_in_cg_attach.patch 46799574b42eb0974f1648f703e86215571e040463c2957b9aca01b14924677d33d17d68680dafcde6d269062e23be001231d39f0c92e078a8b89c4e531447bb reverse_CLOSE_ON_EXEC_removal.patch" diff --git a/testing/elogind/skip-failing-tests.patch b/testing/elogind/skip-failing-tests.patch deleted file mode 100644 index baa6095936..0000000000 --- a/testing/elogind/skip-failing-tests.patch +++ /dev/null @@ -1,54 +0,0 @@ -See https://github.com/elogind/elogind/issues/133 - -diff --git a/src/test/meson.build b/src/test/meson.build -index d2e6772..5842dfc 100644 ---- a/src/test/meson.build -+++ b/src/test/meson.build -@@ -638,9 +638,9 @@ tests += [ - # []], - #endif // 0 - -- [['src/test/test-path-util.c'], -- [], -- []], -+# [['src/test/test-path-util.c'], -+# [], -+# []], - - #if 0 /// UNNEEDED in elogind - # [['src/test/test-path.c', - - -These require /etc/machine-id in the system. - -diff --git a/src/test/meson.build b/src/test/meson.build -index d2e6772..429bbef 100644 ---- a/src/test/meson.build -+++ b/src/test/meson.build -@@ -280,9 +280,9 @@ tests += [ - # []], - #endif // 0 - -- [['src/test/test-fs-util.c'], -- [], -- []], -+# [['src/test/test-fs-util.c'], -+# [], -+# []], - - [['src/test/test-proc-cmdline.c'], - [], -@@ -743,9 +743,9 @@ tests += [ - # '', 'manual', '-DLOG_REALM=LOG_REALM_UDEV'], - #endif // 0 - -- [['src/test/test-id128.c'], -- [], -- []], -+# [['src/test/test-id128.c'], -+# [], -+# []], - - [['src/test/test-hash.c'], - [], - |