GNU bug report logs -
#28820
[PATCH] gnu: glib: Update to 2.54.1.
Previous Next
Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>
Date: Fri, 13 Oct 2017 18:58:01 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#28820: [PATCH] gnu: glib: Update to 2.54.1.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 28820 <at> debbugs.gnu.org.
--
28820: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28820
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello Vasile,
Vasile Dumitrascu <va511e <at> yahoo.com> skribis:
> * gnu/packages/glib.scm (glib): Update to 2.54.1.
Since glib has ~2K dependents, this should go to the ‘core-updates’
branch (see
<https://www.gnu.org/software/guix/manual/html_node/Submitting-Patches.html>
for the rationale.)
I just realized that somebody else pushed the same update in that
branch, so we’re all set:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=c60ecc35da9f365f6925da62883d1a01cf9ef3e7
Thank you,
Ludo’.
[Message part 3 (message/rfc822, inline)]
* gnu/packages/glib.scm (glib): Update to 2.54.1.
---
gnu/packages/glib.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index bacc63270..5d960c90c 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2014, 2015, 2016, 2017 Mark H Weaver <mhw <at> netris.org>
;;; Copyright © 2016 Efraim Flashner <efraim <at> flashner.co.il>
;;; Copyright © 2016 Lukas Gradl <lgradl <at> openmailbox.org>
+;;; Copyright © 2017 Vasile Dumitrascu <va511e <at> yahoo.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -137,7 +138,7 @@ shared NFS home directories.")
(define glib
(package
(name "glib")
- (version "2.52.3")
+ (version "2.54.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/"
@@ -145,7 +146,7 @@ shared NFS home directories.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0a71wkkhkvad84gm30w13micxxgqqw3sxhybj7nd9z60lwspdvi5"))
+ "18s7rw127wrvb107bkmxd1lmh62b2v19ww5rz7xi0krj34a1ph2h"))
(patches (search-patches "glib-tests-timer.patch"))))
(build-system gnu-build-system)
(outputs '("out" ; everything
--
2.15.0.rc0
This bug report was last modified 7 years and 215 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.