all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: vagrant@debian.org
To: 65233@debbugs.gnu.org
Cc: vagrant@debian.org
Subject: [bug#65233] [PATCH 1/2] gnu: librecast: Update to 0.7.0.
Date: Tue, 22 Aug 2023 13:31:19 -0700	[thread overview]
Message-ID: <20230822203120.295325-1-vagrant@debian.org> (raw)
In-Reply-To: <87cyzte1bv.fsf@wireframe>

From: Vagrant Cascadian <vagrant@debian.org>

* gnu/packages/networking.scm (librecast): Update to 0.7.0.
[arguments]: Drop 'remove-network-tests phase.
---
 gnu/packages/networking.scm | 25 +++----------------------
 1 file changed, 3 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 04461fec2d..2b2e2bd4a5 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -487,7 +487,7 @@ (define-public libnice
 (define-public librecast
   (package
     (name "librecast")
-    (version "0.6.1")
+    (version "0.7.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -496,7 +496,7 @@ (define-public librecast
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1kixnm7pn8345wp0klhnpw5x992cqbqx3bhc01j8xhqf6irlzdm3"))))
+                "0y0km0fv39m3i227pyg7fcr7d94gbji51fkcywqyrjgmk4j1hp1n"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f
@@ -505,26 +505,7 @@ (define-public librecast
                                             (cc-for-target))
                             (string-append "PREFIX="
                                            (assoc-ref %outputs "out"))))
-       #:test-target "test"
-       #:phases (modify-phases %standard-phases
-                  (add-before 'check 'remove-network-tests
-                    (lambda _
-                      ;; these tests require networking
-                      (delete-file "./test/0000-0010.c")
-                      (delete-file "./test/0000-0012.c")
-                      (delete-file "./test/0000-0013.c")
-                      (delete-file "./test/0000-0014.c")
-                      (delete-file "./test/0000-0015.c")
-                      (delete-file "./test/0000-0016.c")
-                      (delete-file "./test/0000-0018.c")
-                      (delete-file "./test/0000-0019.c")
-                      (delete-file "./test/0000-0021.c")
-                      (delete-file "./test/0000-0028.c")
-                      (delete-file "./test/0000-0036.c")
-                      (delete-file "./test/0000-0037.c")
-                      (delete-file "./test/0000-0038.c")
-                      (delete-file "./test/0000-0039.c")
-                      (delete-file "./test/0000-0040.c"))))))
+       #:test-target "test"))
     (inputs (list libsodium lcrq))
     (synopsis "IPv6 multicast library")
     (description "Librecast is a C library which supports IPv6 multicast

base-commit: db02fcde386892b3a054d64403a4a5bfa1b7fce8
-- 
2.39.2





  parent reply	other threads:[~2023-08-22 20:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-11 21:06 [bug#65233] WIP lcsync and librecast updates Vagrant Cascadian
2023-08-11 21:11 ` [bug#65233] [PATCH 1/2] gnu: librecast: Update to 0.7-RC3 vagrant
2023-08-11 21:12   ` [bug#65233] [PATCH 2/2] gnu: lcsync: Update to 0.2.1 vagrant
2023-08-22 20:31 ` vagrant [this message]
2023-08-22 20:31   ` vagrant
2023-08-23 22:02   ` [bug#65233] lcsync and librecast updates Vagrant Cascadian
2023-08-29 12:56     ` bug#65233: " Christopher Baines
2023-08-29 17:40       ` [bug#65233] " Vagrant Cascadian
2023-08-29 18:04         ` Vagrant Cascadian
2023-08-31 12:30           ` Christopher Baines
2023-08-31 21:52             ` Vagrant Cascadian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230822203120.295325-1-vagrant@debian.org \
    --to=vagrant@debian.org \
    --cc=65233@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.