guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

26/34: gnu: check: Update to 0.15.1.


From: guix-commits
Subject: 26/34: gnu: check: Update to 0.15.1.
Date: Sat, 25 Jul 2020 16:46:44 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit e1409c764f554b688efe07c04bf90198daeca258
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 25 00:56:31 2020 +0200

    gnu: check: Update to 0.15.1.
    
    * gnu/packages/check.scm (check): Update to 0.15.1.
    (check-0.14): New public variable.
    * gnu/packages/backup.scm (burp)[native-inputs]: Change from CHECK to
    CHECK-0.14.
    * gnu/packages/bioinformatics.scm (libsbml)[native-inputs]: Likewise.
    * gnu/packages/databases.scm (recutils)[native-inputs]: Likewise.
    * gnu/packages/electronics.scm (libsigrokdecode)[native-inputs]: Likewise.
    * gnu/packages/enlightenment.scm (efl, edi)[native-inputs]: Likewise.
    * gnu/packages/gnome.scm (gdm)[inputs]: Likewise.
    * gnu/packages/gtk.scm (girara)[native-inputs]: Likewise.
    * gnu/packages/messaging.scm (pidgin)[native-inputs]: Likewise.
    * gnu/packages/networking.scm (iodine)[native-inputs]: Likewise.
    * gnu/packages/pulseaudio.scm (pulseaudio)[native-inputs]: Likewise.
    * gnu/packages/sssd.scm (sssd)[native-inputs]: Likewise.
    * gnu/packages/web.scm (libwapcaplet)[native-inputs]: Likewise.
---
 gnu/packages/backup.scm         |  2 +-
 gnu/packages/bioinformatics.scm |  2 +-
 gnu/packages/check.scm          | 18 +++++++++++++++---
 gnu/packages/databases.scm      |  2 +-
 gnu/packages/electronics.scm    |  2 +-
 gnu/packages/enlightenment.scm  |  4 ++--
 gnu/packages/gnome.scm          |  2 +-
 gnu/packages/gtk.scm            |  2 +-
 gnu/packages/messaging.scm      |  2 +-
 gnu/packages/networking.scm     |  2 +-
 gnu/packages/pulseaudio.scm     |  2 +-
 gnu/packages/sssd.scm           |  2 +-
 gnu/packages/web.scm            |  2 +-
 13 files changed, 28 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index fb6d000..cd3874b 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1102,7 +1102,7 @@ interractive mode.")
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
-       ("check" ,check)
+       ("check" ,check-0.14)
        ("pkg-config" ,pkg-config)))
     (home-page "https://burp.grke.org";)
     (synopsis "Differential backup and restore")
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 681919d..4145d9e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -15939,7 +15939,7 @@ than is possible with plain-text methods alone.")
     (propagated-inputs
      `(("libxml2" ,libxml2)))
     (native-inputs
-     `(("check" ,check)
+     `(("check" ,check-0.14)
        ("swig" ,swig)))
     (home-page "http://sbml.org/Software/libSBML";)
     (synopsis "Process SBML files and data streams")
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 41aadb5..79475fb 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -83,7 +83,7 @@
 (define-public check
   (package
     (name "check")
-    (version "0.14.0")
+    (version "0.15.1")
     (source
      (origin
       (method url-fetch)
@@ -91,7 +91,7 @@
                           version "/check-" version ".tar.gz"))
       (sha256
        (base32
-        "02zkfiyklckmivrfvdsrlzvzphkdsgjrz3igncw05dv5pshhq3xx"))))
+        "0080qvd7gj1c7j79v9wfiwkp259gcs0xi45b8a0ds3jwjxj3vk61"))))
     (build-system gnu-build-system)
     (home-page "https://libcheck.github.io/check/";)
     (synopsis "Unit test framework for C")
@@ -104,7 +104,19 @@ faults or other signals.  The output from unit tests can 
be used within
 source code editors and IDEs.")
     (license license:lgpl2.1+)))
 
-;; Some packages require this older version.  Removed once no longer needed.
+;; Some packages require older versions.  Removed once no longer needed.
+(define-public check-0.14
+  (package
+    (inherit check)
+    (version "0.14.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://github.com/libcheck/check/releases";
+                                  "/download/" version "/check-" version 
".tar.gz"))
+              (sha256
+               (base32
+                "02zkfiyklckmivrfvdsrlzvzphkdsgjrz3igncw05dv5pshhq3xx"))))))
+
 (define-public check-0.12
   (package
    (inherit check)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index ca320f2..5c63fd7 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1139,7 +1139,7 @@ organized in a hash table or B+ tree.")
 
     (native-inputs `(("bc" ,bc)
                      ("bash:include" ,bash "include")
-                     ("check" ,check)
+                     ("check" ,check-0.14)
                      ("libuuid" ,util-linux)
                      ("pkg-config" ,pkg-config)))
 
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 77b383d..e4a6d44 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -88,7 +88,7 @@ to take care of the OS-specific details when writing software 
that uses serial p
                                               "/share/doc/libsigrokdecode"))
              #t)))))
     (native-inputs
-     `(("check" ,check)
+     `(("check" ,check-0.14)
        ("doxygen" ,doxygen)
        ("graphviz" ,graphviz)
        ("pkg-config" ,pkg-config)))
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 02e1b0e..2e8cd6d 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -81,7 +81,7 @@
                 "0ajwc8lmay5ai7nsrp778g393h0p4h98p4c22gic2w61fgkcd5fy"))))
     (build-system meson-build-system)
     (native-inputs
-     `(("check" ,check)
+     `(("check" ,check-0.14)
        ("gettext" ,gettext-minimal)
        ("pkg-config" ,pkg-config)))
     (inputs
@@ -476,7 +476,7 @@ Libraries stack (eo, evas, ecore, edje, emotion, ethumb and 
elementary).")
            (lambda _ (setenv "HOME" "/tmp") #t)))
        #:tests? #f)) ; tests require running dbus service
     (native-inputs
-     `(("check" ,check)
+     `(("check" ,check-0.14)
        ("gettext" ,gettext-minimal)
        ("pkg-config" ,pkg-config)))
     (inputs
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2acfaea..8afeb5e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7119,7 +7119,7 @@ libxml2.")
        ("xmllint" ,libxml2)))
     (inputs
      `(("accountsservice" ,accountsservice)
-       ("check" ,check) ; for testing
+       ("check" ,check-0.14)            ;for testing
        ("elogind" ,elogind)
        ("gnome-session" ,gnome-session)
        ("gnome-settings-daemon" ,gnome-settings-daemon)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 85c5ae1..28eb769 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1513,7 +1513,7 @@ and routines to assist in editing internationalized 
text.")
        (sha256
         (base32 "08rpw9hkaprm4r853xy1d35i2af1pji8c3mzzl01mmwmyr9p0x8k"))))
     (native-inputs `(("pkg-config" ,pkg-config)
-                     ("check" ,check)
+                     ("check" ,check-0.14)
                      ("gettext" ,gettext-minimal)
                      ("glib:bin" ,glib "bin")
                      ("xorg-server" ,xorg-server-for-tests)))
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index adf648a..45d1c21 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -457,7 +457,7 @@ authentication.")
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-       ("check" ,check)
+       ("check" ,check-0.14)
        ("intltool" ,intltool)
        ("gconf" ,gconf)
        ("python" ,python-2)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 8df66af..a686db8 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -860,7 +860,7 @@ test_parse_format_ipv(4(|_listen_all|_mapped_ipv6)|6)\\);")
        #:test-target "test"))
     (inputs `(("net-tools" ,net-tools)
               ("zlib" ,zlib)))
-    (native-inputs `(("check" ,check)
+    (native-inputs `(("check" ,check-0.14)
                      ("pkg-config" ,pkg-config)))
     (home-page "https://code.kryo.se/iodine/";)
     (synopsis "Tunnel IPv4 data through a DNS server")
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index 58c7e5b..8e8812e 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -219,7 +219,7 @@ rates.")
 
        ("eudev" ,eudev)))         ;for the detection of hardware audio devices
     (native-inputs
-     `(("check" ,check)
+     `(("check" ,check-0.14)
        ("gettext" ,gettext-minimal)
        ("glib:bin" ,glib "bin")
        ("m4" ,m4)
diff --git a/gnu/packages/sssd.scm b/gnu/packages/sssd.scm
index c004e8c..859112f 100644
--- a/gnu/packages/sssd.scm
+++ b/gnu/packages/sssd.scm
@@ -160,7 +160,7 @@ fundamental object types for C.")
        ("tdb" ,tdb)
        ("tevent" ,tevent)))
     (native-inputs
-     `(("check" ,check)
+     `(("check" ,check-0.14)
        ("docbook-xsl" ,docbook-xsl)
        ("docbook-xml" ,docbook-xml)
        ("libxml2" ,libxml2)             ; for xmllint
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 980b51d..4fc7181 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4976,7 +4976,7 @@ commenting.")
     (native-inputs
      `(("netsurf-buildsystem" ,netsurf-buildsystem)
        ("pkg-config" ,pkg-config)
-       ("check" ,check)))               ;for tests
+       ("check" ,check-0.14)))          ;for tests
     (arguments netsurf-buildsystem-arguments)
     (home-page "https://www.netsurf-browser.org/projects/libwapcaplet/";)
     (synopsis "String internment library")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]