all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68845] [PATCH] gnu: xdisorg: update libdrm to 2.4.120.
@ 2024-01-31  9:18 Daniel Ziltener via Guix-patches via
  2024-03-06  5:49 ` John Kehayias via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2024-01-31  9:18 UTC (permalink / raw)
  To: 68845; +Cc: dziltener

---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 449cbbaf6e..c4232b815a 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -736,7 +736,7 @@ (define-public pixman
 (define-public libdrm
   (package
     (name "libdrm")
-    (version "2.4.117")
+    (version "2.4.120")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -744,7 +744,7 @@ (define-public libdrm
                     version ".tar.xz"))
               (sha256
                (base32
-                "0ar4c4ikcbm1s4sg09ld406izq5s1yk7b2n0mmvql77bwdlqv252"))))
+                "0yijzgg6rdsa68bz03sw0lcfa2nclv9m3as1cja50wkcyxim7x9v"))))
     (build-system meson-build-system)
     (arguments
      (list #:configure-flags
-- 
2.41.0





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

* [bug#68845] [PATCH] gnu: xdisorg: update libdrm to 2.4.120.
  2024-01-31  9:18 [bug#68845] [PATCH] gnu: xdisorg: update libdrm to 2.4.120 Daniel Ziltener via Guix-patches via
@ 2024-03-06  5:49 ` John Kehayias via Guix-patches via
  2024-04-18  4:57   ` John Kehayias via Guix-patches via
  2024-03-25  9:18 ` Daniel Ziltener via Guix-patches via
  2024-03-25  9:34 ` Daniel Ziltener via Guix-patches via
  2 siblings, 1 reply; 5+ messages in thread
From: John Kehayias via Guix-patches via @ 2024-03-06  5:49 UTC (permalink / raw)
  To: Daniel Ziltener; +Cc: 68845

Hi Daniel,

On Wed, Jan 31, 2024 at 10:18 AM, Daniel Ziltener wrote:

> ---
>  gnu/packages/xdisorg.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
> index 449cbbaf6e..c4232b815a 100644
> --- a/gnu/packages/xdisorg.scm
> +++ b/gnu/packages/xdisorg.scm
> @@ -736,7 +736,7 @@ (define-public pixman
>  (define-public libdrm
>    (package
>      (name "libdrm")
> -    (version "2.4.117")
> +    (version "2.4.120")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append
> @@ -744,7 +744,7 @@ (define-public libdrm
>                      version ".tar.xz"))
>                (sha256
>                 (base32
> -                "0ar4c4ikcbm1s4sg09ld406izq5s1yk7b2n0mmvql77bwdlqv252"))))
> +                "0yijzgg6rdsa68bz03sw0lcfa2nclv9m3as1cja50wkcyxim7x9v"))))
>      (build-system meson-build-system)
>      (arguments
>       (list #:configure-flags

Thanks. I will apply this on mesa-updates soon (next week when I'm back)
with a minor change to the commit message (move "libdrm" to where
"xdisorg" basically).

John





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

* [bug#68845] [PATCH] gnu: xdisorg: update libdrm to 2.4.120.
  2024-01-31  9:18 [bug#68845] [PATCH] gnu: xdisorg: update libdrm to 2.4.120 Daniel Ziltener via Guix-patches via
  2024-03-06  5:49 ` John Kehayias via Guix-patches via
@ 2024-03-25  9:18 ` Daniel Ziltener via Guix-patches via
  2024-03-25  9:34 ` Daniel Ziltener via Guix-patches via
  2 siblings, 0 replies; 5+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2024-03-25  9:18 UTC (permalink / raw)
  To: 68845, control

Hi John,

much appreciated, thank you very much!

close 68845

thanks





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

* [bug#68845] [PATCH] gnu: xdisorg: update libdrm to 2.4.120.
  2024-01-31  9:18 [bug#68845] [PATCH] gnu: xdisorg: update libdrm to 2.4.120 Daniel Ziltener via Guix-patches via
  2024-03-06  5:49 ` John Kehayias via Guix-patches via
  2024-03-25  9:18 ` Daniel Ziltener via Guix-patches via
@ 2024-03-25  9:34 ` Daniel Ziltener via Guix-patches via
  2 siblings, 0 replies; 5+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2024-03-25  9:34 UTC (permalink / raw)
  To: 68845, control

Hi John,

thank you, I will close this here then.

close 68845

thanks





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

* [bug#68845] [PATCH] gnu: xdisorg: update libdrm to 2.4.120.
  2024-03-06  5:49 ` John Kehayias via Guix-patches via
@ 2024-04-18  4:57   ` John Kehayias via Guix-patches via
  0 siblings, 0 replies; 5+ messages in thread
From: John Kehayias via Guix-patches via @ 2024-04-18  4:57 UTC (permalink / raw)
  To: Daniel Ziltener; +Cc: 68845-done

On Wed, Mar 06, 2024 at 05:49 AM, John Kehayias wrote:

> Hi Daniel,
>
> On Wed, Jan 31, 2024 at 10:18 AM, Daniel Ziltener wrote:
>
>> ---
>>  gnu/packages/xdisorg.scm | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
>> index 449cbbaf6e..c4232b815a 100644
>> --- a/gnu/packages/xdisorg.scm
>> +++ b/gnu/packages/xdisorg.scm
>> @@ -736,7 +736,7 @@ (define-public pixman
>>  (define-public libdrm
>>    (package
>>      (name "libdrm")
>> -    (version "2.4.117")
>> +    (version "2.4.120")
>>      (source (origin
>>                (method url-fetch)
>>                (uri (string-append
>> @@ -744,7 +744,7 @@ (define-public libdrm
>>                      version ".tar.xz"))
>>                (sha256
>>                 (base32
>> -                "0ar4c4ikcbm1s4sg09ld406izq5s1yk7b2n0mmvql77bwdlqv252"))))
>> +                "0yijzgg6rdsa68bz03sw0lcfa2nclv9m3as1cja50wkcyxim7x9v"))))
>>      (build-system meson-build-system)
>>      (arguments
>>       (list #:configure-flags
>
> Thanks. I will apply this on mesa-updates soon (next week when I'm back)
> with a minor change to the commit message (move "libdrm" to where
> "xdisorg" basically).
>
> John

Well, eventually we made it to master! Pushed as
1d488861a07aaad5b6ba4dd0d93505cc69d93ccd to mesa-updates and merged with
2d5736cc3e869fadd2592cc13a8d332fac63b144.

Thanks!
John





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

end of thread, other threads:[~2024-04-18  4:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-31  9:18 [bug#68845] [PATCH] gnu: xdisorg: update libdrm to 2.4.120 Daniel Ziltener via Guix-patches via
2024-03-06  5:49 ` John Kehayias via Guix-patches via
2024-04-18  4:57   ` John Kehayias via Guix-patches via
2024-03-25  9:18 ` Daniel Ziltener via Guix-patches via
2024-03-25  9:34 ` Daniel Ziltener via Guix-patches via

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.