unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30049] [PATCH core-updates] gnu: mesa: Update to 17.3.2.
@ 2018-01-09 20:03 Rutger Helling
  2018-01-09 20:38 ` Marius Bakke
       [not found] ` <handler.30049.B.151552822730719.ack@debbugs.gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Rutger Helling @ 2018-01-09 20:03 UTC (permalink / raw)
  To: 30049


[-- Attachment #1.1: Type: text/plain, Size: 143 bytes --]

Here's the just released 17.3.2 update for Mesa. Do we still have time
to squeeze this into core-updates or should we wait until next cycle?

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-mesa-Update-to-17.3.2.patch --]
[-- Type: text/x-patch, Size: 1191 bytes --]

From 2261c684c1c6663b8cf74e0dc15eebc42f67359b Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Tue, 9 Jan 2018 20:56:50 +0100
Subject: [PATCH] gnu: mesa: Update to 17.3.2.

* gnu/packages/gl.scm (mesa): Update to 17.3.2.
---
 gnu/packages/gl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 1dff039f5..ccbfae5ed 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -221,7 +221,7 @@ also known as DXTn or DXTC) for Mesa.")
 (define-public mesa
   (package
     (name "mesa")
-    (version "17.3.1")
+    (version "17.3.2")
     (source
       (origin
         (method url-fetch)
@@ -233,7 +233,7 @@ also known as DXTn or DXTC) for Mesa.")
                                   version "/mesa-" version ".tar.xz")))
         (sha256
          (base32
-          "1h94m2nkxa1y4n415d5idk2x2lkgbvjcikv6r2r6yn4ak7h0grls"))
+          "1ik4dmwhx56hc7pggkrnkjpcd39dqi8lm035xr5z5y6ny89lm172"))
         (patches
          (search-patches "mesa-wayland-egl-symbols-check-mips.patch"
                          "mesa-skip-disk-cache-test.patch"))))
-- 
2.15.1


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#30049] [PATCH core-updates] gnu: mesa: Update to 17.3.2.
  2018-01-09 20:03 [bug#30049] [PATCH core-updates] gnu: mesa: Update to 17.3.2 Rutger Helling
@ 2018-01-09 20:38 ` Marius Bakke
  2018-01-09 20:49   ` Rutger Helling
       [not found] ` <handler.30049.B.151552822730719.ack@debbugs.gnu.org>
  1 sibling, 1 reply; 4+ messages in thread
From: Marius Bakke @ 2018-01-09 20:38 UTC (permalink / raw)
  To: Rutger Helling, 30049

[-- Attachment #1: Type: text/plain, Size: 403 bytes --]

Rutger Helling <rhelling@mykolab.com> writes:

> Here's the just released 17.3.2 update for Mesa. Do we still have time
> to squeeze this into core-updates or should we wait until next cycle?

Let's wait until the next cycle (probably "staging" in a few weeks).

There are about 5k jobs left on Hydra, and mesa has already been built.
Updating now would create ~3k more jobs and set us back a few days.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#30049] [PATCH core-updates] gnu: mesa: Update to 17.3.2.
  2018-01-09 20:38 ` Marius Bakke
@ 2018-01-09 20:49   ` Rutger Helling
  0 siblings, 0 replies; 4+ messages in thread
From: Rutger Helling @ 2018-01-09 20:49 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 30049

[-- Attachment #1: Type: text/plain, Size: 583 bytes --]

Alright, thanks for checking! I'll wait until the merge.

On Tue, 09 Jan 2018 21:38:11 +0100
Marius Bakke <mbakke@fastmail.com> wrote:

> Rutger Helling <rhelling@mykolab.com> writes:
> 
> > Here's the just released 17.3.2 update for Mesa. Do we still have
> > time to squeeze this into core-updates or should we wait until next
> > cycle?  
> 
> Let's wait until the next cycle (probably "staging" in a few weeks).
> 
> There are about 5k jobs left on Hydra, and mesa has already been
> built. Updating now would create ~3k more jobs and set us back a few
> days.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#30049: Acknowledgement ([PATCH core-updates] gnu: mesa: Update to 17.3.2.)
       [not found] ` <handler.30049.B.151552822730719.ack@debbugs.gnu.org>
@ 2018-02-26 10:47   ` Rutger Helling
  0 siblings, 0 replies; 4+ messages in thread
From: Rutger Helling @ 2018-02-26 10:47 UTC (permalink / raw)
  To: 30049-done

[-- Attachment #1: Type: text/plain, Size: 37 bytes --]

Closing this, 17.3.5 is in staging.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-26 10:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-09 20:03 [bug#30049] [PATCH core-updates] gnu: mesa: Update to 17.3.2 Rutger Helling
2018-01-09 20:38 ` Marius Bakke
2018-01-09 20:49   ` Rutger Helling
     [not found] ` <handler.30049.B.151552822730719.ack@debbugs.gnu.org>
2018-02-26 10:47   ` bug#30049: Acknowledgement ([PATCH core-updates] gnu: mesa: Update to 17.3.2.) Rutger Helling

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).