all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Efraim Flashner <efraim@flashner.co.il>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 2/6] gnu: mdds: Update to 1.1.0.
Date: Mon, 7 Mar 2016 14:41:22 -0500	[thread overview]
Message-ID: <20160307194122.GB10097@jasmine> (raw)
In-Reply-To: <1457347327-13748-3-git-send-email-efraim@flashner.co.il>

On Mon, Mar 07, 2016 at 12:42:03PM +0200, Efraim Flashner wrote:
> * gnu/packages/boost.scm (mdds): Update to 1.1.0.
> [home-page]: Update to new homepage.
> (mdds-0.12.1): Keep for libreoffice.

While I wait for the build to finish, here is a superficial review.

[...]

>  ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
>  ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
> -;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
>  ;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
> +;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
> +;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>

Is it possible to keep Eric's line in place, just to reduce noise in the
logs?

>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -107,21 +108,36 @@ across a broad spectrum of applications.")
>  (define-public mdds
>    (package
>      (name "mdds")
> -    (version "0.12.1")
> +    (version "1.1.0")
>      (source (origin
>               (method url-fetch)
>               (uri (string-append
> -                   "http://kohei.us/files/mdds/src/mdds_" version ".tar.bz2"))
> +                   "http://kohei.us/files/mdds/src/mdds-" version ".tar.bz2"))

I can't figure out what the difference is between these lines...

[...]

> +;; Libreoffice needs mdds-0.12.1 to build, but its dependancies need mdds-1.0+.
> +;; Rather than use an external binary while building libreoffice, it's better
> +;; to keep this version around until Libreoffice updates its dependancy.
> +(define-public mdds-0.12.1

Could this be a private variable in libreoffice.scm?

> +  (package
> +    (inherit mdds)
> +    (version "0.12.1")
> +    (source
> +      (origin
> +        (method url-fetch)
> +        (uri (string-append "http://kohei.us/files/mdds/src/mdds_" version ".tar.bz2"))
> +        (sha256
> +         (base32
> +          "0gg8mb9kxh3wggh7njj1gf90xy27p0yq2cw88wqar9hhg2fmwmi3"))))))
> -- 
> 2.7.0
> 
> 

  reply	other threads:[~2016-03-07 19:41 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-07 10:42 [PATCH 0/6] Libreoffice CVE and update Efraim Flashner
2016-03-07 10:42 ` [PATCH 1/6] gnu: Add liblangtag Efraim Flashner
2016-03-07 19:30   ` Andreas Enge
2016-03-07 19:43   ` Leo Famulari
2016-03-07 20:23     ` Efraim Flashner
2016-03-07 10:42 ` [PATCH 2/6] gnu: mdds: Update to 1.1.0 Efraim Flashner
2016-03-07 19:41   ` Leo Famulari [this message]
2016-03-07 20:00     ` Andreas Enge
2016-03-07 20:27     ` Efraim Flashner
2016-03-07 10:42 ` [PATCH 3/6] gnu: orcus: Update to 0.11.0 Efraim Flashner
2016-03-07 10:42 ` [PATCH 4/6] gnu: ixion: " Efraim Flashner
2016-03-07 10:42 ` [PATCH 5/6] gnu: libetonyek: Update to 0.1.6 Efraim Flashner
2016-03-09  9:50   ` Andreas Enge
2016-03-09 13:35     ` Andreas Enge
2016-03-07 10:42 ` [PATCH 6/6] gnu: libreoffice: Update to 5.1.1.3. [Fixes CVE-2016-{0794, 0795}] Efraim Flashner
2016-03-07 19:34 ` [PATCH 0/6] Libreoffice CVE and update Leo Famulari
2016-03-07 20:03 ` Efraim Flashner
2016-03-08  3:56   ` Leo Famulari
2016-03-08  9:05     ` Ludovic Courtès

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=20160307194122.GB10097@jasmine \
    --to=leo@famulari.name \
    --cc=efraim@flashner.co.il \
    --cc=guix-devel@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.