unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Upgrade GLib to 2.44.0
@ 2015-04-04 20:51 Andy Wingo
  2015-04-05 15:11 ` Mark H Weaver
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Wingo @ 2015-04-04 20:51 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-Upgrade-GLib-to-2.44.0.patch --]
[-- Type: text/x-diff, Size: 1244 bytes --]

From 1f49addfe19de1cd932c424365ecb38d1008021a Mon Sep 17 00:00:00 2001
From: Andy Wingo <wingo@pobox.com>
Date: Sat, 4 Apr 2015 22:30:10 +0200
Subject: [PATCH 1/3] Upgrade GLib to 2.44.0.

* gnu/packages/glib.scm (glib): Upgrade to 2.44.0.
---
 gnu/packages/glib.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3c68d86..1b928e5 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -119,7 +119,7 @@ shared NFS home directories.")
 (define glib
   (package
    (name "glib")
-   (version "2.42.1")
+   (version "2.44.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/"
@@ -127,7 +127,7 @@ shared NFS home directories.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "16pqvikrps1fvwwqvk0qi4a13mfg7gw6w5qfhk7bhi8f51jhhgwg"))
+              "1fgmjv3yzxgbks31h42201x2izpw0sd84h8dfw0si3x00sqn5lzj"))
             (patches (list (search-patch "glib-tests-homedir.patch")
                            (search-patch "glib-tests-desktop.patch")
                            (search-patch "glib-tests-prlimit.patch")
-- 
2.2.1


[-- Attachment #2: Type: text/plain, Size: 26 bytes --]


-- 
http://wingolog.org/

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

* Re: [PATCH] Upgrade GLib to 2.44.0
  2015-04-04 20:51 [PATCH] Upgrade GLib to 2.44.0 Andy Wingo
@ 2015-04-05 15:11 ` Mark H Weaver
  2015-04-05 15:39   ` Mark H Weaver
  0 siblings, 1 reply; 4+ messages in thread
From: Mark H Weaver @ 2015-04-05 15:11 UTC (permalink / raw)
  To: Andy Wingo; +Cc: guix-devel

Andy Wingo <wingo@pobox.com> writes:

> From 1f49addfe19de1cd932c424365ecb38d1008021a Mon Sep 17 00:00:00 2001
> From: Andy Wingo <wingo@pobox.com>
> Date: Sat, 4 Apr 2015 22:30:10 +0200
> Subject: [PATCH 1/3] Upgrade GLib to 2.44.0.

By our conventions, we write this first line as:

  gnu: glib: Update to 2.44.0.

I've pushed both this patch and the cairo update patch to a new branch
'glib-rebuild', and asked hydra to rebuild the system based on it.

  http://hydra.gnu.org/jobset/gnu/glib-rebuild

When it's finished rebuilding for x86_64 and i686, I'll push these
updates to master.

     Thanks!
       Mark

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

* Re: [PATCH] Upgrade GLib to 2.44.0
  2015-04-05 15:11 ` Mark H Weaver
@ 2015-04-05 15:39   ` Mark H Weaver
  2015-04-06 21:36     ` Mark H Weaver
  0 siblings, 1 reply; 4+ messages in thread
From: Mark H Weaver @ 2015-04-05 15:39 UTC (permalink / raw)
  To: Andy Wingo; +Cc: guix-devel

Mark H Weaver <mhw@netris.org> writes:

> I've pushed both this patch and the cairo update patch to a new branch
> 'glib-rebuild', and asked hydra to rebuild the system based on it.
>
>   http://hydra.gnu.org/jobset/gnu/glib-rebuild

宋文武 <iyzsong@gmail.com> suggested adding a search path specification
to 'GIO_EXTRA_MODULES' to glib, so I asked him to push it to the
'glib-rebuild' branch as well, commit a6be936be0.

     Mark

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

* Re: [PATCH] Upgrade GLib to 2.44.0
  2015-04-05 15:39   ` Mark H Weaver
@ 2015-04-06 21:36     ` Mark H Weaver
  0 siblings, 0 replies; 4+ messages in thread
From: Mark H Weaver @ 2015-04-06 21:36 UTC (permalink / raw)
  To: Andy Wingo; +Cc: guix-devel

Mark H Weaver <mhw@netris.org> writes:

> Mark H Weaver <mhw@netris.org> writes:
>
>> I've pushed both this patch and the cairo update patch to a new branch
>> 'glib-rebuild', and asked hydra to rebuild the system based on it.
>>
>>   http://hydra.gnu.org/jobset/gnu/glib-rebuild
>
> 宋文武 <iyzsong@gmail.com> suggested adding a search path specification
> to 'GIO_EXTRA_MODULES' to glib, so I asked him to push it to the
> 'glib-rebuild' branch as well, commit a6be936be0.

I actually ended up pushing these patches to 'core-updates' and removed
the 'glib-rebuild' branch, since a rebuild-the-world 'gettext' fix was
also needed.

      Mark

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

end of thread, other threads:[~2015-04-06 21:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-04 20:51 [PATCH] Upgrade GLib to 2.44.0 Andy Wingo
2015-04-05 15:11 ` Mark H Weaver
2015-04-05 15:39   ` Mark H Weaver
2015-04-06 21:36     ` Mark H Weaver

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).