[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
254/290: gnu: glib: Update to 2.83.3. Fix test for tzdata@2025a.
From: |
guix-commits |
Subject: |
254/290: gnu: glib: Update to 2.83.3. Fix test for tzdata@2025a. |
Date: |
Sun, 30 Mar 2025 10:24:20 -0400 (EDT) |
andreas pushed a commit to branch core-packages-team
in repository guix.
commit 0ff36d7df0f78233fecc87b523fdcef427c38d62
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Sat Feb 8 14:34:30 2025 +0800
gnu: glib: Update to 2.83.3. Fix test for tzdata@2025a.
* gnu/packages/glib.scm (glib): Update to 2.83.3.
[arguments]<#:phases>: Adjust patch-pkg-config-files phase.
Change-Id: Icf53572bfbd38056a7587869a602d7d9dc778c45
---
gnu/packages/glib.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 2f1c1f6724..e0777ddfc0 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -246,7 +246,7 @@ information, refer to the @samp{dbus-daemon(1)} man
page.")))
(define glib-minimal
(package
(name "glib")
- (version "2.82.1")
+ (version "2.83.3")
(source
(origin
(method url-fetch)
@@ -255,7 +255,7 @@ information, refer to the @samp{dbus-daemon(1)} man
page.")))
name "/" (string-take version 4) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "19l98kdv6d4363minliw0imvxh4qfdw5im988knf8bpm1d2391j7"))
+ (base32 "139jpar5f5qjxkf3knvqq1kgdxgsrxqqmybw4yaaagrfpcc57inh"))
(patches
(search-patches "glib-appinfo-watch.patch"
"glib-skip-failing-test.patch"))
@@ -333,7 +333,7 @@ information, refer to the @samp{dbus-daemon(1)} man
page.")))
;; assertion failed (last_thread_id <= thread_id): (3 <=
2)
#~((substitute* "glib/tests/thread-pool-slow.c"
(("^ g_assert_cmpint \\(last_thread_id.*" all)
- (string-append "//" all "\n"))))
+ (string-append "//" all "\n"))))
#~())
#$@(if (system-hurd?)
'((with-directory-excursion "gio/tests"
@@ -480,7 +480,9 @@ information, refer to the @samp{dbus-daemon(1)} man
page.")))
;; outputs.
(substitute*
(list (search-input-file outputs "lib/pkgconfig/gio-2.0.pc")
- (search-input-file outputs
"lib/pkgconfig/glib-2.0.pc"))
+ (search-input-file outputs "lib/pkgconfig/glib-2.0.pc")
+ (search-input-file outputs
+
"lib/pkgconfig/girepository-2.0.pc"))
(("^bindir=.*")
"")
(("=\\$\\{bindir\\}/")
- 223/290: gexp: Attempt to set LC_CTYPE in compiled-modules., (continued)
- 223/290: gexp: Attempt to set LC_CTYPE in compiled-modules., guix-commits, 2025/03/30
- 215/290: gnu: clang-runtime: Remove gcc-12, 13, 14 from native-inputs., guix-commits, 2025/03/30
- 211/290: gnu: openmpi-4: Fix build with gcc-14., guix-commits, 2025/03/30
- 199/290: gnu: pidgin: Fix build with gcc-14., guix-commits, 2025/03/30
- 230/290: gnu: libatomic-ops: Update to 7.8.2., guix-commits, 2025/03/30
- 257/290: gnu: bash-static: Fix cross-compiling for glibc@2.41., guix-commits, 2025/03/30
- 205/290: gnu: icedtea-7: Fix build with gcc-14., guix-commits, 2025/03/30
- 216/290: gnu: clang-runtime-18: Build with gcc-12., guix-commits, 2025/03/30
- 217/290: gnu: clang-runtime-18: Build with gcc-13., guix-commits, 2025/03/30
- 180/290: gnu: Add autoconf-2.72., guix-commits, 2025/03/30
- 254/290: gnu: glib: Update to 2.83.3. Fix test for tzdata@2025a.,
guix-commits <=
- 270/290: gnu: linux-libre-headers: Update to 6.12.17., guix-commits, 2025/03/30
- 277/290: Revert "gnu: which: Update to 2.22.", guix-commits, 2025/03/30
- 287/290: gnu: gash-boot: Remove input labels., guix-commits, 2025/03/30
- 290/290: gnu: mpfr: Update to 4.2.2., guix-commits, 2025/03/30
- 281/290: gnu: minizip: Remove phase 'remove-crypt-h., guix-commits, 2025/03/30
- 39/290: gnu: jack-1: Fix build with gcc-14., guix-commits, 2025/03/30
- 36/290: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2025/03/30
- 50/290: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2025/03/30
- 57/290: gnu: netdde: Use -Wno-error=., guix-commits, 2025/03/30
- 15/290: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2025/03/30