From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dv32K-0007FZ-4b for guix-patches@gnu.org; Thu, 21 Sep 2017 11:05:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dv32E-0000wV-3l for guix-patches@gnu.org; Thu, 21 Sep 2017 11:05:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43031) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dv32E-0000wR-0K for guix-patches@gnu.org; Thu, 21 Sep 2017 11:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dv32D-0006Jf-O1 for guix-patches@gnu.org; Thu, 21 Sep 2017 11:05:01 -0400 Subject: [bug#28537] gnURL: Update to 7.55.1-4 (and drop autotools dependency). Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dv31g-0006yj-BR for guix-patches@gnu.org; Thu, 21 Sep 2017 11:04:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dv31W-0000T2-OT for guix-patches@gnu.org; Thu, 21 Sep 2017 11:04:28 -0400 Received: from aibo.runbox.com ([91.220.196.211]:33106) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dv31W-0000Qj-Fw for guix-patches@gnu.org; Thu, 21 Sep 2017 11:04:18 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dv31R-0003hh-Fh for guix-patches@gnu.org; Thu, 21 Sep 2017 17:04:13 +0200 Received: from [5.188.11.165] (helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dv31D-0000TY-T5 for guix-patches@gnu.org; Thu, 21 Sep 2017 17:04:00 +0200 Date: Thu, 21 Sep 2017 15:03:56 +0000 From: ng0 Message-ID: <20170921150356.cdwgjlm6wvjhjm72@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="uqy47xaprr4koxet" Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28537@debbugs.gnu.org --uqy47xaprr4koxet Content-Type: multipart/mixed; boundary="dmqcxcecu2s4x4ik" Content-Disposition: inline --dmqcxcecu2s4x4ik Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This patch release gets rid of the autotools dependency. --=20 ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://krosos.org/dist/keys/ https://www.infotropique.org https://www.krosos.org --dmqcxcecu2s4x4ik Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-gnurl-Update-to-7.55.1-4.patch" Content-Transfer-Encoding: quoted-printable =46rom 2c5509942f3dc8eee94a6d4b45eddb96cf6f0bfb Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Thu, 21 Sep 2017 14:59:43 +0000 Subject: [PATCH] gnu: gnurl: Update to 7.55.1-4. * gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-4. (native-inputs): Remove 'autoconf' and 'automake'. (arguments)[phases]: Remove 'autoconf' phase. --- gnu/packages/gnunet.scm | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 426d0eec4..82702e4e8 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -186,14 +186,14 @@ and support for SSL3 and TLS.") (define-public gnurl (package (name "gnurl") - (version "7.55.1-3") + (version "7.55.1-4") (source (origin (method url-fetch) (uri (string-append "https://gnunet.org/sites/default/files/" name "-" version ".tar.bz2")) (sha256 (base32 - "1p2qdh44hgsxjlzh4d3n51xr66cg2z517vpr818flvcrmpq2vxpq")))) + "09c1bfwiwxqlh0dl839lslwhvkf98bvpyg9x4pcn3sagz0i8hxfl")))) (build-system gnu-build-system) (outputs '("out" "doc")) ; 1.5 MiB of man3 pages @@ -201,9 +201,7 @@ and support for SSL3 and TLS.") ("libidn" ,libidn) ("zlib" ,zlib))) (native-inputs - `(("autoconf" ,autoconf) - ("automake" ,automake) - ("libtool" ,libtool) + `(("libtool" ,libtool) ("groff" ,groff) ("perl" ,perl) ("pkg-config" ,pkg-config) @@ -234,10 +232,6 @@ and support for SSL3 and TLS.") (rename-file (string-append out "/share/man/man3") (string-append doc "/share/man/man3")) #t))) - (add-after 'unpack 'autoconf - ;; Clear artifacts left (shebangs) from release preparation. - (lambda _ - (zero? (system* "sh" "buildconf")))) (replace 'check (lambda _ ;; It is unclear why test1026 fails, however the content of it --=20 2.14.1 --dmqcxcecu2s4x4ik-- --uqy47xaprr4koxet Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlnD1NwACgkQ4i+bv+40 hYioOhAAlGe9BeGmGIU5MqZp1oWUIyOrYR1fIRhIinTwFHeDExh06yH+L2pABysm 4/nEndUun27/mTQ+v/JhkusQlHaWl3bA+bUnzEtdE1owDKgK5fk42x8wI0gpAB2h 8ZnDm0jAWVZA2PmP7QY1q/1j2BZstBao8DmgL6bYdbNzXaZ3R0uUL22LDHm8ra+D 2X6b9H68Eq7rfdppMVb7yng3Ft9n80YcPmPMUzN8OFhTs3xV+zIx52jtDHz5XRdP DQUlx6izBIpHggYi0LCgkLrPwQ42X+0KHg4yK8h5rQIwPaCfK6YeYQP5EAbtz7so li/ewE0qKXHQVkDhBw6BH9DZKGlhp9dtWXknldNLW8hFWxtL83ULxwdGdVZcz1Tv 0n6QnOx4lEnQEqbQQWA5c+3fbwjLRT4QBxBtU0ZA+9op1IoJmusoDdLyRrvRcWQA eYq1knFuk25l3r0IXZ0V1H9WHrvvPyVt1zgPd6nHJl8ADVnFM0XmXhdWbvqSTAX4 4OlhGjzIXp3WUvjRH8Tyu965nrR17hi45+S0dxCWuO/YmwYKEPHpG+xNSUmG3dL4 iebfPl6IDPIBj/JAo1ZaUJJe74ZeXpyGUY4qYjFa6dfGVlZxYuhqYL+Jr2gMXCzS j089u9C2ePTCKEJZEAAe2DIf3ZCPYzP1Ieb+fTI8d2gILtXSL4I= =5yEX -----END PGP SIGNATURE----- --uqy47xaprr4koxet--